configure: error: PhysicsFS header not found

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: configure: error: PhysicsFS header not found

Post by Buginator »

Zoloom wrote:It works ! Thanks !
So what was the problem anyway?
User avatar
Zoloom
Trained
Trained
Posts: 83
Joined: 20 Aug 2008, 16:21
Location: France

Re: configure: error: PhysicsFS header not found

Post by Zoloom »

Some developement libs were missing.

I have another problem, i make an new topic.
French helper / Assistant Français (envoyez moi des messages privés si vous cherchez des réponses en français (dans la limite de mes capacités)).

Xfire : zoloom

"Software is like sex, it's better when it's free"
User avatar
wayward4now
Rookie
Rookie
Posts: 31
Joined: 22 Apr 2007, 09:40

Re: configure: error: PhysicsFS header not found

Post by wayward4now »

You need to install libphysfs-dev Just do a search with your favorite package manager.

That will give you all the build stuff. :) Ric
User avatar
jaakan
Trained
Trained
Posts: 75
Joined: 15 Jun 2008, 01:51

Re: configure: error: PhysicsFS header not found

Post by jaakan »

jaakan wrote:
I copied physf.h et physf.c in /usr/include but it doesn't change anything.
I just installed the dev's for that.

Make sure all the dev's are installed from
http://wiki.wz2100.net/Linux_Compile_Guide
http://wiki.wz2100.net/QuesoGLC

Code: Select all

sudo aptitude  libsdl1.2-dev libopenal-dev libpng12-devlibvorbis-dev libpopt-dev libphysfs-dev libsdl-net1.2-dev libwxgtk2.8-dev libfreetype6-dev libfontconfig1-dev gettext
Do you do the follow before you try to compile again?

Code: Select all

make uninstall && make clean
in ...warzone/ ( your local SVN copy )

_____ this is from my history _______________ gettext is not listed below because I installed it via the GUI

101 apt-get install subversion
102 apt-get install build-essential
103 apt-get install automake
104 apt-get install bison
105 apt-get install libsdl1.2-dev
106 apt-get install libopenal-dev
107 apt-get install libpng12-dev
108 apt-get install libvorbis-dev
109 apt-get install libpopt-dev
110 apt-get install libphysfs-dev
111 apt-get install libsdl-net1.2-dev
112 apt-get install libwxgtk2.8-dev
117 wget http://prdownloads.sourceforge.net/flex ... 2?download
118 tar -xjf flex-2.5.35.tar.bz2
119 cd flex-2.5.35
121 ./configure
122 make
123 make install
124 apt-get install libfreetype6-dev
125 apt-get install libfontconfig1-dev
126 apt-get install libfreetype6
127 apt-get install libfontconfig1
128 cd ..
129 wget http://downloads.sourceforge.net/quesog ... .1.tar.bz2
130 tar -xjf quesoglc-0.7.1.tar.bz2
131 cd quesoglc-0.7.1
132 ./configure
133 make
134 make install
135 ldconfig

169 cd flex-2.5.35
170 make uninstall
171 apt-get install flex
172 ./configure
173 make && make install

236 cd warzone/
237 make uninstall && make clean
238 cd ..
239 svn co http://svn.gna.org/svn/warzone/trunk warzone
240 cd warzone/
241 ./autogen.sh
242 ./configure && make && make install

looks like you need add libtheora-dev for Trunk r6123
sudo aptitude install libtheora-dev
Post Reply