cross-compile guide for 3.1 problem

For code related discussions and questions
Post Reply
Reg312
Regular
Regular
Posts: 681
Joined: 25 Mar 2011, 18:36

cross-compile guide for 3.1 problem

Post by Reg312 »

followed instructions from there http://developer.wz2100.net/wiki/Compil ... gwCrossEnv
got following errors:
1) openal - undefined __prefix__ variable
(fixed: changed file openal.pc)

2) PhysicsFS 2 not found.
checking physfs.h usability... yes
checking physfs.h presence... yes
checking for physfs.h... yes
checking for PHYSFS_mount in -lphysfs... no
configure: error: PhysicsFS 2 not found.


how fix "PhysicsFS 2 not found."???


full log for configure command:
crlog.txt
(5.71 KiB) Downloaded 456 times
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: cross-compile guide for 3.1 problem

Post by cybersphinx »

The mingw-cross-env on the server is at changeset 2343:de662dbae7bd, maybe try if that one works? Otherwise have a look at the config.log, that might help in finding the problem.
We want information... information... information.
Safety0ff
Trained
Trained
Posts: 397
Joined: 18 Jul 2009, 23:23

Re: cross-compile guide for 3.1 problem

Post by Safety0ff »

The PHYSFS_mount is a function that is only present in physfs 2, so I'd first make sure that you have physfs 2.x version and not physfs 1.x.
Post Reply