Attempting compile of latest cvs on mac

Questions or HOWTOs about the above? Post 'em here...
Post Reply
SilentSwan
Private First Class
Private First Class
Posts: 99
Joined: Fri Jan 21, 2005 4:23 am
Location: Gone

Attempting compile of latest cvs on mac

Post by SilentSwan »

*sigh*.... not 2 seconds into the compile...


gcc -c -g -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" ares__close_sockets.c
gcc -c -g -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" ares__get_hostent.c
gcc -c -g -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" ares__read_line.c
gcc -c -g -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" ares_destroy.c
gcc -c -g -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" ares_expand_name.c
ares_expand_name.c: In function `ares_expand_name':
ares_expand_name.c:76: error: `INDIR_MASK' undeclared (first use in this function)
ares_expand_name.c:76: error: (Each undeclared identifier is reported only once
ares_expand_name.c:76: error: for each function it appears in.)
ares_expand_name.c: In function `name_length':
ares_expand_name.c:123: error: `INDIR_MASK' undeclared (first use in this function)
gnumake[2]: *** [ares_expand_name.o] Error 1
gnumake[1]: *** [all-recursive] Error 1
gnumake: *** [all-recursive] Error 1
SilentSwan
Private First Class
Private First Class
Posts: 99
Joined: Fri Jan 21, 2005 4:23 am
Location: Gone

Post by SilentSwan »

Forgot to mention, it's mac os x 10.3.8
0_0_0
Private First Class
Private First Class
Posts: 39
Joined: Thu Jan 27, 2005 10:52 pm

Post by 0_0_0 »

That happens to me too.
C-ares doesnt want to compile on mac.
Also, I hear that there are some problems with c-ares on windows.
I think that bzflag was better off without it.

I'm using 10.3.8 also.
I get the exact same errors.
Post Reply