Search found 5 matches
- Sat Sep 24, 2016 11:42 pm
- Forum: Support and Development
- Topic: Can't compile with libmodplug.
- Replies: 8
- Views: 4996
Re: Can't compile with libmodplug.
For most libraries, modplug included, love's configure script uses pkg-config to find it. If you lack a pkg-config definition, you can specify the the relevant details manually, in this case using the libmodplug_CFLAGS and libmodplug_LIBS variables. If your headers are in /usr/local/include/libmodp...
- Sat Sep 24, 2016 4:06 pm
- Forum: Support and Development
- Topic: Can't compile with libmodplug.
- Replies: 8
- Views: 4996
Re: Can't compile with libmodplug.
I mean there's a specific location in which headers et al. should be located in order for it to know it has -dev packages installed. It should be /usr/include/packagename or something like that, and contain header files and such, i.e. files that are required to use the library to build your own sof...
- Sat Sep 24, 2016 3:46 pm
- Forum: Support and Development
- Topic: Can't compile with libmodplug.
- Replies: 8
- Views: 4996
Re: Can't compile with libmodplug.
I guess so, everything else compiled fine.raidho36 wrote:Silly question, since I don't run source-based distros, but did you install development packages as well?
- Sat Sep 24, 2016 3:34 pm
- Forum: Support and Development
- Topic: Can't compile with libmodplug.
- Replies: 8
- Views: 4996
Re: Can't compile with libmodplug.
Maybe your libmodplug is installed in /usr/local/lib and configure couldn't find it there? I don't have any idea as to how to hack the makefiles to make it search in /local/ directories as well and I have to doubt it'll pick up environment variables for that, but you can always just make a symlink ...
- Sat Sep 24, 2016 2:44 pm
- Forum: Support and Development
- Topic: Can't compile with libmodplug.
- Replies: 8
- Views: 4996
Can't compile with libmodplug.
I installed libmodplug just fine from source, but when trying to ./configure I get:
configure: error: LÖVE needs "libmodplug", please install "libmodplug" with development files and try again
I'm using Gentoo, any ideas? Thanks.
configure: error: LÖVE needs "libmodplug", please install "libmodplug" with development files and try again
I'm using Gentoo, any ideas? Thanks.