Closed
Bug 1329
Opened 26 years ago
Closed 26 years ago
#line problems on some platforms
Categories
(Directory :: PerLDAP, defect, P2)
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
);
Assignee | ||
Comment 1•26 years ago
|
||
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...
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
I've added this option as default for now, I'll consider putting in some if()
statements around it later.
Comment 3•26 years ago
|
||
Leif -- can you please verify this, we do not have the access to the code,
thanks.
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•