Hi all,
I just did a CVS checkout of mDNSResponder from this repository:
email@hidden:/cvs/apsl
and I'm trying to build on a SuSe Linux system (2.4.8-24 kernel).
Here's what I did:
# cd mDNSResponder/mDNSPosix
# make os=linux
# make install os=linux
So far so good. I successfully started up the mdns daemon using the
init.d script.
Now in the same directory (mDNSResponder/mDNSPosix), I try:
> make Java os=linux
Here's the output from that command:
/usr/local/java/j2se/current/bin/javac -d objects/prod -classpath
objects/prod ../mDNSShared/Java/DNSRecord.java
../mDNSShared/Java/DNSRecord.java:62: cannot find symbol
symbol : class DNSSDException
location: interface com.apple.dnssd.DNSRecord
throws DNSSDException;
^
../mDNSShared/Java/DNSRecord.java:67: cannot find symbol
symbol : class DNSSDException
location: interface com.apple.dnssd.DNSRecord
throws DNSSDException;
^
2 errors
make: *** [objects/prod/com/apple/dnssd/DNSRecord.class] Error 1
I don't know what that is happening, since the DNSSDException.java src
file is in the same package/directory as the DNSRecord.java src file (in
<mDNSResponder root dir>/.
Any insight on why this is happening?
Thanks,
Les Hazlewood
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Rendezvous-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/rendezvous-dev/email@hidden
This email sent to email@hidden