TheGuyThatSleepsTooMuch / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Compilation error #620

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Operating System (be specific): CrunchBang 11 Waldorf with Debian testing repos
 - Machine type (32-bit or 64-bit): 64-bit
 - Mupen64Plus version: 2.0
 - Plugins used: -

Got this error while compiling:
__________________________________________________________________________
    CXX _obj/Glide64/TexBuffer.o
    CXX _obj/Glide64/TexCache.o
    CXX _obj/Glide64/Util.o
    CXX _obj/GlideHQ/Ext_TxFilter.o
    CXX _obj/GlideHQ/TxFilterExport.o
In file included from ../../src/GlideHQ/TxFilter.h:29:0,
                 from ../../src/GlideHQ/TxFilterExport.cpp:28:
../../src/GlideHQ/TxHiResCache.h:37:32: fatal error: boost/filesystem.hpp: No 
such file or directory
 #include <boost/filesystem.hpp>
                                ^
compilation terminated.
Makefile:453: recipe for target '_obj/GlideHQ/TxFilterExport.o' failed
make: *** [_obj/GlideHQ/TxFilterExport.o] Error 1
make: Leaving directory 
'/home/andoru/sources/mupen64plus-bundle-src-2.0/source/mupen64plus-video-glide6
4mk2/projects/unix'
___________________________________________________________________________

Please guide me as to what to do as I have no idea what I've done wrong.

Original issue reported on code.google.com by aekk...@gmail.com on 25 Jul 2014 at 12:15

GoogleCodeExporter commented 8 years ago
sudo apt-get install apt-file
sudo apt-file update
apt-file search boost/filesystem.hpp

sudo apt-get install libboost-dev

Or in short: install the dependencies mentioned here 
https://code.google.com/p/mupen64plus/wiki/CompilingFromGit

The complete list on debian seems to be:

sudo apt-get install build-essential libboost-filesystem-dev 
libboost-system-dev libfreetype6-dev libgl1-mesa-dev libglew-dev 
libglu1-mesa-dev libpng-dev libsamplerate0-dev libsdl-dev libsdl2-dev 
libspeexdsp-dev pkg-config zlib1g-dev

Don't sue me when it isn't complete

Original comment by conc...@web.de on 26 Jul 2014 at 7:47

GoogleCodeExporter commented 8 years ago
Ah my bad, should have checked the wiki first. Thanks :)

Original comment by aekk...@gmail.com on 28 Jul 2014 at 4:05

GoogleCodeExporter commented 8 years ago

Original comment by dorian.f...@gmail.com on 29 Jul 2014 at 11:03