Hi Bogdan.

The compilation on Solaris 10/SPARC has ended succesfully.

Acording to my current setup, in particular, related to fulfilled
dependencies, my final gmake command was:

*gmake exclude_modules="jabber mi_xmlrpc osp perl postgres unixodbc
snmpstats xmpp tlsops db_berkeley ldap mi_dm perlvdb xcap_client"

*I have mysql 5.0.22 and radiusclient 0.5.2

The attached file contains the whole warnings reported at the compilation
process; most of them are related to assignments without casting, and
implicit declaration of functions.

I will peform the TLS compilation, and the testing on Solaris x86, and I
will be notifying you as soon as they end.

If there is something I can help, or another test you would like I perform,
please let me know.

Best Regards.

Sergio GutiƩrrez
EPM Telecomunicaciones
Medellin, Colombia
Tel: +574 - 3802947




On Dec 12, 2007 4:54 PM, Sergio Gutierrez <[EMAIL PROTECTED]> wrote:

> Hi Bogdan.
>
> Continuing with compilation, this error appeared when compiling LDAP
> module:
>
> In file included from ldap_api_fn.c:40:
> ldap_api_fn.h:57: error: conflicting types for 'ldap_url_search'
> /usr/include/ldap.h:789: error: previous declaration of 'ldap_url_search'
> was here
> ldap_api_fn.h:57: error: conflicting types for 'ldap_url_search'
> /usr/include/ldap.h:789: error: previous declaration of 'ldap_url_search'
> was here
> ldap_api_fn.c: In function `ldap_params_search':
> ldap_api_fn.c:211: warning: implicit declaration of function
> `LDAP_API_ERROR'
>
> In my case, I do not have OpenLDAP libraries installed, but my system has
> the LDAP library which is standard on Solaris since Solaris 9.
>
> checking at the manual, I see the declaration on Solaris is:
>
> int *ldap_url_search*(LDAP *ld, char *url, int attrsonly);
>
>
> Please, let me know how can we continue.
>
> Regards.
>
> Sergio.
>
>
>
> On Dec 12, 2007 4:22 PM, Bogdan-Andrei Iancu < [EMAIL PROTECTED]>
> wrote:
>
> > Hi Sergio,
> >
> > Thanks for the feedback - I'm glad we were able to catch this issue in
> > last minutes before release :). I also applied your patch for the
> > Makefile of the carrierroute module.
> >
> > Regards,
> > Bogdan
> >
> > Sergio Gutierrez wrote:
> > > Hi Bogdan.
> > >
> > > The compilation so far is going right, with no warnings;
> > >
> > > A modification I did is I installed libconfuse, because for our
> > > particular setup we are interested in exploring the carrierroute
> > > module; I installed at my LOCALBASE, and at compiling the module, it
> > > failed; trying to fix it I added a couple lines to the Makefile of the
> > > module as indicated at the following diff; I am not sure if they are
> > > required, but they fixed my problem:
> > >
> > >
> > > ------------------------- BEGIN DIFF
> > > --- Makefile    Wed Dec 12 16:05:06 2007
> > > +++ Makefile.saguti     Wed Dec 12 16:04:58 2007
> > > @@ -8,7 +8,8 @@
> > >  include ../../Makefile.defs
> > >  auto_gen=
> > >  NAME=carrierroute.so
> > > -LIBS=-lconfuse
> > > +LIBS+=-L$(LOCALBASE)/lib -lconfuse
> > > +DEFS+=-I$(LOCALBASE)/include
> > >
> > >  include ../../Makefile.modules
> > >
> > > ------------------------ END DIFF
> > >
> > > I will try again the compilation, and I hope to test it too on Solaris
> > > x86.
> > >
> > > Best regards.
> > >
> > > Sergio.
> > >
> >
> >
>
# grep -i warning out.txt | more
Makefile:390: warning: overriding commands for target `/toip3/'
Makefile:381: warning: ignoring old commands for target `/toip3/'
"cfg.y", line 391: warning: redeclaration of precedence of SLASH.
Makefile:390: warning: overriding commands for target `/toip3/'
Makefile:381: warning: ignoring old commands for target `/toip3/'
statistics.c:57:2: warning: #warning STATISTICS: Architecture with no support 
for atomic operations. Using Locks
!!
db/db_ut.c:100: warning: implicit declaration of function `snprintf'
/usr/ccs/bin/yaccpar:5: warning: ignoring #pragma ident
/usr/ccs/bin/yaccpar:164: warning: label `yynewstate' defined but not used
/usr/ccs/bin/yaccpar:374: warning: label `yyerrlab' defined but not used
Makefile:390: warning: overriding commands for target `/toip3/'
Makefile:381: warning: ignoring old commands for target `/toip3/'
benchmark.c:471: warning: implicit declaration of function `strndup'
benchmark.c:471: warning: assignment makes pointer from integer without a cast
benchmark.c:500: warning: assignment makes pointer from integer without a cast
benchmark.c:507: warning: assignment makes pointer from integer without a cast
benchmark.c:537: warning: assignment makes pointer from integer without a cast
benchmark.c:567: warning: assignment makes pointer from integer without a cast
route_fifo.c:448: warning: implicit declaration of function `strsep'
route_fifo.c:448: warning: assignment makes pointer from integer without a cast
Makefile:390: warning: overriding commands for target `/toip3/'
Makefile:381: warning: ignoring old commands for target `/toip3/'
ldap_api_fn.c:211: warning: implicit declaration of function `LDAP_API_ERROR'
Makefile:390: warning: overriding commands for target `/toip3/'
Makefile:381: warning: ignoring old commands for target `/toip3/'
Makefile:390: warning: overriding commands for target `/toip3/'
Makefile:381: warning: ignoring old commands for target `/toip3/'
Makefile:390: warning: overriding commands for target `/toip3/'
Makefile:381: warning: ignoring old commands for target `/toip3/'
encode_allow.c:71: warning: implicit declaration of function `dprintf'
encode_contact.c:168: warning: implicit declaration of function `dprintf'
encode_content_length.c:72: warning: implicit declaration of function `dprintf'
encode_content_type.c:171: warning: implicit declaration of function `dprintf'
encode_cseq.c:91: warning: implicit declaration of function `dprintf'
encode_digest.c:162: warning: implicit declaration of function `dprintf'
encode_expires.c:67: warning: implicit declaration of function `dprintf'
encode_header.c:342: warning: implicit declaration of function `dprintf'
encode_msg.c:316: warning: implicit declaration of function `dprintf'
encode_parameters.c:217: warning: implicit declaration of function `dprintf'
encode_route.c:134: warning: implicit declaration of function `dprintf'
encode_to_body.c:112: warning: implicit declaration of function `dprintf'
encode_uri.c:248: warning: implicit declaration of function `dprintf'
encode_via.c:159: warning: implicit declaration of function `dprintf'
xcap_client.c:150: warning: implicit declaration of function `curl_global_init'
xcap_client.c:165: warning: implicit declaration of function 
`curl_global_cleanup'
Makefile:390: warning: overriding commands for target `/toip3/'
Makefile:381: warning: ignoring old commands for target `/toip3/'
openserunix.c:75: warning: int format, pid_t arg (arg 3)
_______________________________________________
Users mailing list
[email protected]
http://lists.openser.org/cgi-bin/mailman/listinfo/users

Reply via email to