project-navigation
Personal tools

Author Topic: Could not find CUnit/Basic.h  (Read 4773 times)

Offline AlienCat

  • Cannon Fodder
  • **
  • Posts: 8
    • View Profile
Could not find CUnit/Basic.h
« 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?

Offline AlienCat

  • Cannon Fodder
  • **
  • Posts: 8
    • View Profile
Re: Could not find CUnit/Basic.h
« Reply #1 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

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Could not find CUnit/Basic.h
« Reply #2 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