eibma / mupen64plus

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

Compilation error #620

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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