Hi Terry, Unfortunately I cannot apply the patch now, since I have changed the axutil_uuid_get_mac_addr() significantly after your first mail. It is much appreciated, if you can check the latest svn HEAD and report problems if they still exist.
Thanks -sahan On 7/11/07, Terry Wilson <[EMAIL PROTECTED]> wrote:
On 7/10/07, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > Terry Wilson wrote: > > When trying to compile axis2c to create a 4-way universal binary > > (ppc/x86 32/64-bit) under OS X leopard: > > > > env CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 > > -arch ppc7400 -arch x86_64 -arch ppc64" LDFLAGS="-arch i386 -arch > > ppc7400 -arch x86_64 -arch ppc64" ./configure > > --disable-dependency-tracking --with-apache2=/usr/include/apache2 > > --with-apr=/usr/include/apr-1 > > > > the following compile error (warning, but -Werror) occurs which halts > > compilation for 64-bit: > > > > uuid_gen_unix.c:313: warning: cast to pointer from integer of > > different size > > Anyway, thanks for the help and let me know if there is anything I can > > do to help (test patches, etc.). > You are always welcome to provide patches :) And your comments and > feedback are always welcome. Ok. Patch attached. :-) I think I found the problem. Compiles cleanly after adding proper header and casting to (struct ether_addr *). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
