I am having problems getting almost any perl module to compile... If I
install from the ports (assuming there is one) they compile fine. But
installing from source fails on just about every module that needs to be
compiled. This is on both perl 5.005_03 (system perl, I believe, this is a
4.5-STABLE system, but is several months old) Here are the failed module
installs :

/home/shawn/mods/Unicode-Map-0.112 {491}>make
cc -c        -DVERSION=\"0.112\"  -DXS_VERSION=\"0.112\" -DPIC -fpic -I/usr/
libd
ata/perl/5.00503/mach/CORE  Map.c
Map.c: In function `XS_Unicode__Map__reverse_unicode':
Map.c:554: `aTHX_' undeclared (first use in this function)
Map.c:554: (Each undeclared identifier is reported only once
Map.c:554: for each function it appears in.)
Map.c:554: syntax error before string constant
Map.c: In function `XS_Unicode__Map__map_hash':
Map.c:602: `aTHX_' undeclared (first use in this function)
Map.c:602: syntax error before string constant
Map.c: In function `XS_Unicode__Map__map_hashlist':
Map.c:649: `aTHX_' undeclared (first use in this function)
Map.c:649: syntax error before string constant
Map.c: In function `XS_Unicode__Map__read_binary_mapping':
Map.c:719: `aTHX_' undeclared (first use in this function)
Map.c:719: syntax error before string constant
Map.c: In function `XS_Unicode__Map__system_test':
Map.c:741: `aTHX_' undeclared (first use in this function)
Map.c:741: syntax error before string constant
*** Error code 1

Stop in /raid/home/shawn/mods/Unicode-Map-0.112.



/home/shawn/mods/IPC-SysV-1.03 {500}>make
cc -c    -I/usr/local/include -O    -DVERSION=\"1.03\"  -DXS_VERSION=\"1.03\
" -D
PIC -fpic "-I/usr/local/lib/perl5/5.6.0/i386-freebsd/CORE"   SysV.c
SysV.xs: In function `XS_IPC__SysV_ftok':
SysV.xs:192: `sv_undef' undeclared (first use in this function)
SysV.xs:192: (Each undeclared identifier is reported only once
SysV.xs:192: for each function it appears in.)
*** Error code 1

Stop in /raid/home/shawn/mods/IPC-SysV-1.03.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to