Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue compiling on Linux Mint #125

Closed
benmunkres opened this issue Jan 31, 2018 · 5 comments
Closed

Issue compiling on Linux Mint #125

benmunkres opened this issue Jan 31, 2018 · 5 comments

Comments

@benmunkres
Copy link

benmunkres commented Jan 31, 2018

Hi,
When I try to compile from the source on Linux Mint, after following the instructions, when I run make I get the error:

 /home/bill/glPortal/external/RadixEngine/source/data/texture/TextureLoader.cpp:5:27: fatal error: FreeImagePlus.h: No such file or directory
compilation terminated.
external/RadixEngine/CMakeFiles/RadixEngine.dir/build.make:1406: recipe for target 'external/RadixEngine/CMakeFiles/RadixEngine.dir/source/data/texture/TextureLoader.cpp.o' failed
make[2]: *** [external/RadixEngine/CMakeFiles/RadixEngine.dir/source/data/texture/TextureLoader.cpp.o] Error 1
CMakeFiles/Makefile2:142: recipe for target 'external/RadixEngine/CMakeFiles/RadixEngine.dir/all' failed
make[1]: *** [external/RadixEngine/CMakeFiles/RadixEngine.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

How can I fix this?
Thanks

@hhirsch
Copy link
Member

hhirsch commented Jan 31, 2018

Hello,

I can not find freeimage in the Mint package search function but it is included in Debian stable https://packages.debian.org/stretch/libfreeimageplus-dev
Since I read that Mint is based on Debian you might be able to install the package from that site with dpkg.

You should also be able to compile freeimage from source and create a nice package with checkinstall http://freeimage.sourceforge.net/download.html

I hope this helps.

@hhirsch
Copy link
Member

hhirsch commented Feb 18, 2018

@piperson Did you try to install the package?

@turlututututu
Copy link
Contributor

Hi, In my case (linux mint 18.3), a sudo apt-get install libfreeimageplus-dev did the trick!

@benmunkres
Copy link
Author

I did install the package and was able to compile successfully.
thanks for the help.
(sorry for the wait; my computer temporarily broke)

@hhirsch
Copy link
Member

hhirsch commented Feb 23, 2018

Thanks guys.
Please leave this issue open so we can add this to the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants