UFO:Alien Invasion

Technical support => Linux => Topic started by: AlienCat on December 15, 2010, 06:13:53 pm

Title: Could not find CUnit/Basic.h
Post by: AlienCat on December 15, 2010, 06:13:53 pm
Hello, I am trying to compile UFO: AI but get errors when I run configure:
Code: [Select]
Debug build
Compile for linux
Compile for i386
Found cc gcc
Found cxx g++
Using bindir /usr/local/bin
Using datadir /usr/local/games/ufoai
Using libdir /usr/local/lib
Using prefix /usr/local
Build modules:
Build game
Build testall
Build ufo2map
Build ufoded
Build ufo
Build ufomodel
Disable uforadiant
Use signal handler
Setting custom data directory
Setting custom library directory
Found xvid.h
Found theora/theora.h
Found execinfo.h
Found bfd.h
Could not find CUnit/Basic.h

Are I missing some step?
Title: Re: Could not find CUnit/Basic.h
Post by: AlienCat on December 15, 2010, 07:32:50 pm
I solved this problem by downloading CUNIT from http://w3.scs.ryerson.ca/~schi/cps707/install-linux.html
Title: Re: Could not find CUnit/Basic.h
Post by: geever on December 15, 2010, 07:53:41 pm
I solved this problem by downloading CUNIT from http://w3.scs.ryerson.ca/~schi/cps707/install-linux.html

other solution is
Code: [Select]
./configure --disable-tests

-geever