Hi,
Like a good chunk of the Mac-using world, I installed Panther yesterday.
After getting my development environment set up, I got the latest
version of Camino from CVS, and attempted to build it. All of the
mozilla components seemed to build fine, but I ran into this problem in
the rendezvous component:
src/rendezvous/NetworkServices.mm:260: error: `C_IN' undeclared (first
use this function)
src/rendezvous/NetworkServices.mm:260: error: (Each undeclared
identifier is reported only once for each function it appears in.)
src/rendezvous/NetworkServices.mm:276: warning: invalid conversion from
`const mDNSu8*' to `u_char*'
src/rendezvous/NetworkServices.mm:281: warning: invalid conversion from
`const mDNSu8*' to `u_char*'
src/rendezvous/NetworkServices.mm:294: warning: pointer of type `void *'
used in arithmetic
src/rendezvous/NetworkServices.mm:294: error: call of overloaded
`res_9_ns_get16(void*)' is ambiguous
/usr/include/arpa/nameser.h:532: error: candidates are: u_int
res_9_ns_get16(const u_char*) <near match>
src/rendezvous/NetworkServices.mm:236: error: u_int
res_9_ns_get16(u_char*) <near match>
src/rendezvous/NetworkServices.mm:296: warning: pointer of type `void *'
used in arithmetic
src/rendezvous/NetworkServices.mm:296: warning: invalid conversion from
`void*' to `const mDNSu8*'
src/rendezvous/NetworkServices.mm:263: warning: unused variable `u_int
dnsid'
src/rendezvous/NetworkServices.mm:264: warning: unused variable `u_int
flags'
src/rendezvous/NetworkServices.mm:267: warning: unused variable `u_int
numAuthorities'
src/rendezvous/NetworkServices.mm:268: warning: unused variable `u_int
numAdditionals'
...failed CompileCplusplus
/Users/morgan/Projects/mozilla/camino/build/Chimera.build/Camino.build/Objects-normal/ppc/NetworkServices.o
...
** BUILD FAILED **
Looking at the code, these look like (given my admittedly limited
knowledge of Objective C) legitimate complaints. Any ideas?
Thanks,
Morgan
Riscky - 27 Oct 2003 04:53 GMT
Morgan see bug 223323
> Hi,
>
[quoted text clipped - 43 lines]
> Thanks,
> Morgan