Closed
Bug 1740
Opened 26 years ago
Closed 26 years ago
Can't compile in Windows/NT
Categories
(Directory :: PerLDAP, defect, P2)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: leif, Assigned: leif)
Details
From: Lambros Piskopos <lpiskopo@mcs.com>
Can someone help me resolve the following compile errors on NT for
Perldap 1.0?
cl.exe -c -Id:/netscape/ldapsdk30\include -O2 -MD -DNDEBUG -TP -GX
-DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_OBJECT -O2 -MD
-DNDEBUG -TP -GX -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\"
-ID:\Perl\lib\CORE -DUSE_SSL API.c
API.c
d:/netscape/ldapsdk30\include\ldap.h(475) : error C2143: syntax error :
missing ')' before '->'
d:/netscape/ldapsdk30\include\ldap.h(475) : error C2059: syntax error :
'->'
d:/netscape/ldapsdk30\include\ldap.h(476) : error C2059: syntax error :
')'
d:/netscape/ldapsdk30\include\ldap.h(477) : error C2143: syntax error :
missing ')' before '->'
d:/netscape/ldapsdk30\include\ldap.h(477) : error C2059: syntax error :
'->'
d:/netscape/ldapsdk30\include\ldap.h(477) : error C2501: 'Perl_scope' :
missing decl-specifiers
d:/netscape/ldapsdk30\include\ldap.h(478) : error C2062: type 'char'
unexpected
d:/netscape/ldapsdk30\include\ldap.h(478) : error C2501: 'filter' :
missing decl-specifiers
...
... more errors
...
Lambros Piskopos
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•26 years ago
|
||
I believe this problem was related to trying to compile PerlDAP v1.0 with
ActiveState.
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
•