Alejandro Calbazana wrote:
Attached is my output of cygcheck -s -r -v.
I see nothing unusual besides the LIB environment setting which causes
problems with perl frequently.
Remove this from the cygwin environment:
LIB = `c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\'
$ unset LIB
Attached is my output of cygcheck -s -r -v.
Gerrit, was there something in particular that you wanted to point out
to me regarding http://cygwin.com/problems.html?
Thanks,
Alejandro
Cygwin Configuration Diagnostics
Current System Time: Fri Feb 11 08:25:18 2005
Windows 2000 Professional Ver 5.
Alejandro Calbazana wrote:
Hello,
No... group file exists has the proper entries. Still unable to build
Thanks,
Alejandro
Hmmm, s.th. wrong with the permissons? Is your /etc/group file empty,
then run `mkgroup -l -d` and try again. Same errors.
Please send the output of `cygcheck -svr` *as
Yes. I can read them w/o any problems:
$ more /usr/lib/perl5/5.8/cygwin/CORE/EXTERN.h
/*EXTERN.h
*
*Copyright (C) 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999,
*2000, 2001, by Larry Wall and others
*
*You may distribute under the terms of either the GNU General Public
*Licens
On Wed, Feb 09, 2005 at 04:24:32PM -0500, Alejandro Calbazana wrote:
> That's what puzzles me... All the files gcc claims are missing exist in
> my include path '/usr/lib/perl5/5.8/cygwin/CORE'. This path does exist
> on my install.
>
>
> $ pwd
> /usr/lib/perl5/5.8/cygwin/CORE
>
>
> $ ls -l
Hello,
No... group file exists has the proper entries. Still unable to build
Thanks,
Alejandro
Hmmm, s.th. wrong with the permissons? Is your /etc/group file empty,
then run `mkgroup -l -d` and try again. Same errors.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Prob
Gerrit P. Haase wrote:
linda w wrote:
> perl -V
This is perl, v5.8.6 built for cygwin-thread-multi-64int
> perl -e 'for(@INC) {print $_; print "\n";}'
/usr/lib/perl5/5.8/cygwin
/usr/lib/perl5/5.8
/usr/lib/perl5/site_perl/5.8/cygwin
/usr/lib/perl5/site_perl/5.8
/usr/lib/perl5/site_perl/5.8
/usr/li
Alejandro Calbazana wrote:
That's what puzzles me... All the files gcc claims are missing exist in
my include path '/usr/lib/perl5/5.8/cygwin/CORE'. This path does exist
on my install.
$ pwd
/usr/lib/perl5/5.8/cygwin/CORE
$ ls -lrt | grep EXTERN.h
-rwxrwxrwx 1 acalbaza mkgroup-l-d1751 Jan
linda w wrote:
If the current cygwin version of perl is 5.8.6, will the 5.8.5 directory
be used?
If I print out @INC from my cygwin perl, I don't see 5.8.5 or 5.8.6 in
the include path:
The naming scheme has changed, I use only the major numbers since 5.8.6
and for upcoming releases.
> perl -v
Thi
Olaf Föllinger wrote:
A snippet of the errors:
gcc -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe
-I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"3.45\"
-DXS_VERSION=\"3.45\" "-I/usr/lib/perl5/5.8/cygwin/CORE"
-DMARKED_SECTION Parser.c
Parser.xs:18:20: EXTERN.h: No such file or d
If the current cygwin version of perl is 5.8.6, will the 5.8.5 directory
be used?
If I print out @INC from my cygwin perl, I don't see 5.8.5 or 5.8.6 in
the include path:
> perl -v
This is perl, v5.8.6 built for cygwin-thread-multi-64int
> perl -e 'for(@INC) {print $_; print "\n";}'
/usr/lib/perl5/
That's what puzzles me... All the files gcc claims are missing exist in
my include path '/usr/lib/perl5/5.8/cygwin/CORE'. This path does exist
on my install.
$ pwd
/usr/lib/perl5/5.8/cygwin/CORE
$ ls -lrt | grep EXTERN.h
-rwxrwxrwx 1 acalbaza mkgroup-l-d1751 Jan 27 06:46 EXTERN.h*
-rwxrwx
On Wed, Feb 09, 2005 at 01:17:00PM -0500, Alejandro Calbazana wrote:
> Hmm... Unfortunately, my attempt to build w/ CPAN returns similar results.
>
> But, it looks like there might be some hope if you are able to build ok.
>
> Thanks,
>
> Al
>
>
> Olaf Föllinger wrote:
>
> >On Wed, Feb 09, 20
Hmm... Unfortunately, my attempt to build w/ CPAN returns similar results.
But, it looks like there might be some hope if you are able to build ok.
Thanks,
Al
Olaf Föllinger wrote:
On Wed, Feb 09, 2005 at 12:30:37PM -0500, Alejandro Calbazana wrote:
Hello,
Sorry if this has already been asked in
On Wed, Feb 09, 2005 at 12:30:37PM -0500, Alejandro Calbazana wrote:
> Hello,
>
> Sorry if this has already been asked in the list, but search is temp.
> disabled.
>
> Has anyone been able to build Perl modules (in this case HTML::Parser)
> under cygwin? gcc is handing back failed header file
Many thanks,
just FYI, I'm back at Thursday or Friday and will prepare the 5.8.6
release then for the following weekend.
Gerrit
Reini Urban wrote:
Yitzchak Scott-Thoennes schrieb:
On Wed, Dec 08, 2004 at 08:34:09AM -0800, a c wrote:
cpan> install Win32
Win32 is rather a special case. There are pa
Yitzchak Scott-Thoennes schrieb:
On Wed, Dec 08, 2004 at 08:34:09AM -0800, a c wrote:
cpan> install Win32
Win32 is rather a special case. There are parts of Win32:: that are
actually compiled into the win32 perl (but *not* cygwin) builds.
And, as of late, the whole Win32 module is included with wi
On Wed, Dec 08, 2004 at 08:34:09AM -0800, a c wrote:
>
> Hello Yitzchak,
>
> I got your email from the cygwin listserve. I am having problem
> installing perl modules in Cygwin. It gives me the following error
> when I install through CPAN:
It's a good idea to keep discussion on the cygwin lis
18 matches
Mail list logo