Determining if the system is big endian passed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/TestEndianess.c.o /usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/TestEndianess.c.o -c /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/TestEndianess.c Linking C executable cmTryCompileExec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 /usr/bin/gcc CMakeFiles/cmTryCompileExec.dir/TestEndianess.c.o -o cmTryCompileExec -rdynamic make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' TestEndianess.c: /* A 16 bit integer is required. */ typedef unsigned short cmakeint16; /* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." On a big endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; /* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." On a little endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_little[argc]; require += info_big[argc]; (void)argv; return require; } Determining if files linux/awe_voice.h exist failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o /usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o -c /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:29: error: linux/awe_voice.h: No such file or directory make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files machine/soundcard.h exist failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o /usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o -c /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: error: machine/soundcard.h: No such file or directory make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files soundcard.h exist failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o /usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o -c /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: error: soundcard.h: No such file or directory make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if the function getexecname exists failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getexecname -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.6/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getexecname CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `getexecname' collect2: ld returned 1 exit status make[1]: *** [cmTryCompileExec] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Determining if the function stricmp exists failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=stricmp -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.6/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=stricmp CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `stricmp' collect2: ld returned 1 exit status make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Determining if the function strlwr exists failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strlwr -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.6/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strlwr CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `strlwr' collect2: ld returned 1 exit status make[1]: *** [cmTryCompileExec] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Determining if the function strupr exists failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strupr -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.6/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strupr CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `strupr' collect2: ld returned 1 exit status make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Performing C SOURCE FILE Test ALLEGRO_HAVE_SV_PROCFS_H failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/src.c.o /usr/bin/gcc -DALLEGRO_HAVE_SV_PROCFS_H -o CMakeFiles/cmTryCompileExec.dir/src.c.o -c /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/src.c make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/src.c:5: error: storage size of ‘psinfo’ isn’t known /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/src.c:6: error: ‘PIOCPSINFO’ undeclared (first use in this function) /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/src.c:6: error: (Each undeclared identifier is reported only once /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/src.c:6: error: for each function it appears in.) make[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.c.o] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Source file was: #include #include int main(void) { struct prpsinfo psinfo; ioctl(0, PIOCPSINFO, &psinfo); return 0; } Performing C SOURCE FILE Test ALLEGRO_HAVE_PROCFS_ARGCV failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/src.c.o /usr/bin/gcc -DALLEGRO_HAVE_PROCFS_ARGCV -o CMakeFiles/cmTryCompileExec.dir/src.c.o -c /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/src.c make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/src.c:4: error: storage size of ‘psinfo’ isn’t known make[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.c.o] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Source file was: #include int main(void) { struct prpsinfo psinfo; psinfo.pr_argc = 0; return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o /usr/bin/gcc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.6/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 /usr/bin/gcc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Determining if the function alOpenPort exists in the audio failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o /usr/bin/gcc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=alOpenPort -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.6/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 /usr/bin/gcc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=alOpenPort CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -laudio make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/ld: cannot find -laudio collect2: ld returned 1 exit status make[1]: *** [cmTryCompileExec] Error 1 make: *** [cmTryCompileExec/fast] Error 2 Determining if the function XDGAQueryExtension exists in the Xxf86dga failed with the following output: Change Dir: /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o /usr/bin/gcc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=XDGAQueryExtension -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.6/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 /usr/bin/gcc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=XDGAQueryExtension CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -L/usr/pkg/xorg/lib -lXxf86dga -Wl,-rpath,/usr/pkg/xorg/lib /usr/bin/ld: cannot find -lXxf86dga collect2: ld returned 1 exit status make[1]: Leaving directory `/home/hagen2/Desktop/allegro-4.4.0/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec] Error 1 make: *** [cmTryCompileExec/fast] Error 2