Closed Bug 1329 Opened 26 years ago Closed 26 years ago

#line problems on some platforms

Categories

(Directory :: PerLDAP, defect, P2)

All
Linux
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: leif, Assigned: leif)

Details

On some platforms, xsubs needs the parameter a "-nolinenumbers" argument. A patch would be Index: Makefile.PL =================================================================== RCS file: /cvsroot/mozilla/directory/perldap/Makefile.PL,v retrieving revision 1.13.2.3 diff -c -r1.13.2.3 Makefile.PL *** Makefile.PL 1998/09/22 17:28:52 1.13.2.3 --- Makefile.PL 1998/11/10 07:37:23 *************** *** 151,155 **** --- 151,156 ---- 'LIBS' => [$lib_line], 'MYEXTLIB' => $myextlib, 'DEFINE' => "$v3_def $ssl_def", + 'XSOPT' => "-nolinenumbers", @extras );
Hi all, While building PerLDAP_19980819 I am receiving the following error: mkdir ./blib mkdir ./blib/lib mkdir ./blib/lib/Mozilla mkdir ./blib/lib/Mozilla/LDAP mkdir ./blib/arch mkdir ./blib/arch/auto mkdir ./blib/arch/auto/Mozilla mkdir ./blib/arch/auto/Mozilla/LDAP mkdir ./blib/arch/auto/Mozilla/LDAP/API mkdir ./blib/lib/auto mkdir ./blib/lib/auto/Mozilla mkdir ./blib/lib/auto/Mozilla/LDAP mkdir ./blib/lib/auto/Mozilla/LDAP/API mkdir ./blib/man3 cp Conn.pm ./blib/lib/Mozilla/LDAP/Conn.pm cp LDIF.pm ./blib/lib/Mozilla/LDAP/LDIF.pm cp Utils.pm ./blib/lib/Mozilla/LDAP/Utils.pm cp API.pm ./blib/lib/Mozilla/LDAP/API.pm AutoSplitting Mozilla::LDAP::API (./blib/lib/auto/Mozilla/LDAP/API) cp Entry.pm ./blib/lib/Mozilla/LDAP/Entry.pm /bin/perl -I/usr/local/lib/perl5/sun4-solaris/5.00402 -I/usr/local/lib/perl5 /usr/local/lib/perl5/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/ExtUtils/typemap -typemap typemap API.xs >API.tc && mv API.tc API.c gcc -c -I/usr/local/include -O -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -fpic -I/usr/local/lib/perl5/sun4-solaris/5.00402/CORE API.c API.c:3143: invalid format `#line' directive make: *** [API.o] Error 1 Any ideas? Also, the PerLDAP claims to support SSL - is this available internationally? Regards, Graham -- ----------------------------------------- graham@vwv.com "There's a moon VWV Interactive over Bourbon Street tonight...
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I've added this option as default for now, I'll consider putting in some if() statements around it later.
Leif -- can you please verify this, we do not have the access to the code, thanks.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.