When I run the configure file it keeps persisting that I do not have PhysicsFS installed even though I have the latest version from the ports folder(2.0.3).
I also tried installing the -devel version as well with no luck. How would I go about compiling the latest version for FreeBSD?
Thank you for your time fellow lovers~!~
LÖVE not compiling on FreeBSD
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: LÖVE not compiling on FreeBSD
The configure script just looks for a library named libphysfs.so that contains the function PHYSFS_init, but if yours is in a non-standard path, you may have to tell it where to find it. The easiest way to do this is by running configure something like this:
Note that you should list the directory, not the file itself.
Code: Select all
./configure LDFLAGS=-L/directory/containing/libphysfs.so
Re: LÖVE not compiling on FreeBSD
That fixed it! Thank you loving friend! For future searchers on FreeBSD libphysfs.so is located inbartbes wrote:The configure script just looks for a library named libphysfs.so that contains the function PHYSFS_init, but if yours is in a non-standard path, you may have to tell it where to find it. The easiest way to do this is by running configure something like this:Note that you should list the directory, not the file itself.Code: Select all
./configure LDFLAGS=-L/directory/containing/libphysfs.so
Code: Select all
/usr/local/lib
Who is online
Users browsing this forum: Google [Bot] and 9 guests