FrozenSand / ioq3-for-UrbanTerror-4

The officially supported ioquake3 engine by the Frozen Sand Development Team for the game Urban Terror 4.x
http://www.urbanterror.info
GNU General Public License v2.0
148 stars 65 forks source link

Can not build on debug mode #65

Closed pedrxd closed 6 years ago

pedrxd commented 7 years ago

I try to build the engine as debug mode, but is not possible due some error on the botlib:

Output: build/debug-linux-x86_64/Quake3-UrT-Ded.x86_64 build/debug-linux-x86_64/Quake3-UrT.x86_64

make[2]: se entra en el directorio '/simpledirectory/ioq3-for-UrbanTerror-4' LD build/debug-linux-x86_64/Quake3-UrT-Ded.x86_64 build/debug-linux-x86_64/ded/be_aas_route.o: En la función AAS_TravelFlagForType': /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:192: referencia aAAS_TravelFlagForType_inline' sin definir build/debug-linux-x86_64/ded/be_aas_route.o: En la función AAS_FreeOldestCache': /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:716: referencia aAAS_ClusterAreaNum' sin definir build/debug-linux-x86_64/ded/be_aas_route.o: En la función AAS_ReadRouteCache': /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1116: referencia aAAS_ClusterAreaNum' sin definir build/debug-linux-x86_64/ded/be_aas_route.o: En la función AAS_UpdateAreaRoutingCache': /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1315: referencia aAAS_ClusterAreaNum' sin definir /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1350: referencia a AAS_TravelFlagForType_inline' sin definir /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1354: referencia aAAS_AreaContentsTravelFlags_inline' sin definir /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1362: referencia a AAS_ClusterAreaNum' sin definir build/debug-linux-x86_64/ded/be_aas_route.o: En la funciónAAS_GetAreaRoutingCache': /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1410: referencia a AAS_ClusterAreaNum' sin definir /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1439: referencia aAAS_RoutingTime' sin definir build/debug-linux-x86_64/ded/be_aas_route.o: En la función AAS_UpdatePortalRoutingCache': /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1503: referencia aAAS_ClusterAreaNum' sin definir build/debug-linux-x86_64/ded/be_aas_route.o: En la función AAS_GetPortalRoutingCache': /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1579: referencia aAAS_RoutingTime' sin definir build/debug-linux-x86_64/ded/be_aas_route.o: En la función AAS_AreaRouteToGoalArea': /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1673: referencia aAAS_ClusterAreaNum' sin definir /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1730: referencia a AAS_ClusterAreaNum' sin definir build/debug-linux-x86_64/ded/be_aas_route.o: En la funciónAAS_PredictRoute': /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1837: referencia a AAS_TravelFlagForType_inline' sin definir /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1842: referencia aAAS_TravelFlagForType_inline' sin definir /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1846: referencia a AAS_AreaContentsTravelFlags_inline' sin definir /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1851: referencia aAAS_AreaContentsTravelFlags_inline' sin definir /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:1895: referencia a AAS_TravelFlagForType_inline' sin definir build/debug-linux-x86_64/ded/be_aas_route.o: En la funciónAAS_NearestHideArea': /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:2139: referencia a AAS_TravelFlagForType_inline' sin definir /simpledirectory/ioq3-for-UrbanTerror-4/code/botlib/be_aas_route.c:2141: referencia aAAS_AreaContentsTravelFlags_inline' sin definir collect2: error: ld returned 1 exit status Makefile:1441: fallo en las instrucciones para el objetivo 'build/debug-linux-x86_64/Quake3-UrT-Ded.x86_64' make[2]: [build/debug-linux-x86_64/Quake3-UrT-Ded.x86_64] Error 1 make[2]: se sale del directorio '/simpledirectory/ioq3-for-UrbanTerror-4' Makefile:986: fallo en las instrucciones para el objetivo 'targets' make[1]: [targets] Error 2 make[1]: se sale del directorio '/simpledirectory/ioq3-for-UrbanTerror-4' Makefile:974: fallo en las instrucciones para el objetivo 'debug' make: *** [debug] Error 2

Barbatos commented 6 years ago

Closing this old ticket, compilation works fine on CentOS / Debian / Ubuntu / Windows [7,10] / OSX >= 10.6 as of today. If you still encounter issues, please do not hesitate to reopen + specify your Linux distribution.