You may get weird warnings during compilation. As long as you don't get any errors
(that is, as long as compilation completes
successfully), you are probably ok.
Chris Kantarjiev wrote:
> Hi,
>
> I'm trying to build PerLDAP (under CPAN) for the first time. I've
> downloaded the SDK from iplanet and dropped the libraries and .h files
> into place. CPAN complains:
>
> gcc -c -I/usr/local/include -fno-strict-aliasing -I/usr/local/include
> -D_LARGEFI
> LE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.4\"
> -DXS_VERSION=\"1.4\" -
> fPIC -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE -DLDAPV3 -DUSE_SSL
> API.c
> API.c: In function `avref2charptrptr':
> API.c:205: `na' undeclared (first use in this function)
> API.c:205: (Each undeclared identifier is reported only once
> API.c:205: for each function it appears in.)
> API.c: In function `avref2berptrptr':
> API.c:235: `na' undeclared (first use in this function)
> API.c: In function `parse1mod':
> API.c:377: `na' undeclared (first use in this function)
> API.c: In function `XS_Mozilla__LDAP__API_ldap_compare_ext':
> API.c:827: `na' undeclared (first use in this function)
>
> (and many more).
>
> Where should na be defined?