rzel / kwaak3

Automatically exported from code.google.com/p/kwaak3
0 stars 0 forks source link

Compilation of ioquake3 fails #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Make fails weirdly with the following reasons : 
CC code/client/cl_cgame.c
In file included from code/client/client.h:24,
                 from code/client/cl_cgame.c:24:
code/client/../qcommon/q_shared.h:100:20: error: assert.h: No such file or 
directory
code/client/../qcommon/q_shared.h:101:18: error: math.h: No such file or 
directory
In file included from code/client/../qcommon/q_shared.h:102,
                 from code/client/client.h:24,
                 from code/client/cl_cgame.c:24:
/home/pravein/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/..
/lib/gcc/arm-eabi/4.4.0/include-fixed/stdio.h:50:23: error: sys/cdefs.h: No 
such file or directory
/home/pravein/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/..
/lib/gcc/arm-eabi/4.4.0/include-fixed/stdio.h:51:24: error: sys/_types.h: No 
such file or directory

..
..

After I made the following changes in the Makefile.local  :

ANDROID_NDK_DIR=/home/pravein/android-ndk-r5/
CC=/home/pravein/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin
/arm-eabi-gcc

I am using latest android NDK r5.

Am I missing any step here?

Thanks,
Pravein.

Original issue reported on code.google.com by pravei...@gmail.com on 6 Jan 2011 at 7:28

GoogleCodeExporter commented 8 years ago
My Bad. Library path was wrong.

Original comment by pravei...@gmail.com on 7 Jan 2011 at 7:51

GoogleCodeExporter commented 8 years ago

Original comment by thunderb...@gmail.com on 9 Jan 2011 at 5:33