Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java rendezvous classes and linux



Eric Wing wrote:
I haven't tried building the Java stuff myself, but
while you're waiting for a more authoritative answer,
the problem with "size_t" reminds me of when
<sys/types.h> is not declared early enough or in the
right order.

If you do "man socket", synopis shows you
    #include <sys/types.h>
    #include <sys/socket.h>

Or if you try "man inet_aton", synopis says
     #include <sys/types.h>
     #include <sys/socket.h>
     #include <netinet/in.h>
     #include <arpa/inet.h>

These header files generally should be included in the
order shown or the build process may fail.

So while you're waiting for a better answer, you might
sniff around the source code and try moving
sys/types.h earlier in the include process.
(You also might want to make sure you have the current
CVS version. It seems like the authors have cleaned up
a lot of build issues on the various Posix systems
with the current CVS.)

I've got latest CVS version.

I'd already try to change include order, you confirmed what I find on other newsgroups, but still can't make it work. I'd try many things, but still not want to compile.

I tried on other debian unstable (who knows) but don't work again, I will try on a stable. It could be a problem of libc6, don't know, I'm walking in the dark.

By the way, any chance you're going to make packages
for Debian stable? :)
Of course there will be one :)

Tim
--
http://people.tryphon.org/~tim/
_______________________________________________
rendezvous mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/rendezvous
Do not post admin requests to the list. They will be ignored.


References: 
 >Re: Java rendezvous classes and linux (From: Eric Wing <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.