| How do I compile OpenAL from CVS? |
|
| Written by Jonas | |||||
| Tuesday, 10 January 2006 | |||||
Page 3 of 3 Troubleshooting You might experience the following error during make: /bin/sh ../../../libtool --mode=link gcc -O2 -g -mmmx -msse -msse2 -o libx86_asm_routines.la x86_cpu_caps_detect_prk.lo memcpy_mmx_prk.lo -ldlThis is caused by an erroneous Makefile. This is a workaround: $ cd src/arch/i386/You might also experience this error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../common/include -I../include -I../src/arch/i386 -Wall -ansi -pedantic -finline-functions -ffast-math -fomit-frame-pointer -fvisibility=hidden -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=199309 -pthread -I/usr/include/alsa -I/usr/include/SDL -D_REENTRANT -O2 -g -mmmx -msse -msse2 -MT libopenal_la-al_buffer.lo -MD -MP -MF .deps/libopenal_la-al_buffer.Tpo -c al_buffer.c -o libopenal_la-al_buffer.oIt is caused by wrongly including old OpenAL headers installed on your system. To fix it, you have to call configure again. But this time, add -I../../include to the CFLAGS. |
|||||
| Last Updated ( Wednesday, 22 August 2007 ) | |||||
