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:
cross-compile guide for 3.1 problem
-
Reg312
- Regular

- Posts: 681
- Joined: 25 Mar 2011, 18:36
cross-compile guide for 3.1 problem
You do not have the required permissions to view the files attached to this post.
-
cybersphinx
- Inactive

- Posts: 1695
- Joined: 01 Sep 2006, 19:17
Re: cross-compile guide for 3.1 problem
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

- Posts: 397
- Joined: 18 Jul 2009, 23:23
Re: cross-compile guide for 3.1 problem
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.