Search found 3 matches

by AFCommando
Fri Feb 27, 2009 5:53 pm
Forum: bsnes Dev Talk
Topic: Errors compiling bsnes-0.039
Replies: 5
Views: 17203

Just wanted to update you. editing xlibkey.hpp and adding those two lines didn't fix it. However adding using namespace nall to x.cpp did though. --- lib/ruby/input/x.cpp.ori 2009-02-28 01:51:54.000000000 +0900 +++ lib/ruby/input/x.cpp 2009-02-28 01:51:59.000000000 +0900 @@ -7,6 +7,7 @@ namespace ru...
by AFCommando
Fri Feb 27, 2009 5:14 pm
Forum: bsnes Dev Talk
Topic: Errors compiling bsnes-0.039
Replies: 5
Views: 17203

Ah ok thanks for your help. It was driving me nuts that I couldn't figure out why it wouldn't compile.

Maybe just for your reference, the version of GCC I'm using is:
gcc --version
gcc (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2
by AFCommando
Fri Feb 27, 2009 9:46 am
Forum: bsnes Dev Talk
Topic: Errors compiling bsnes-0.039
Replies: 5
Views: 17203

Errors compiling bsnes-0.039

I'm having problems compiling bsnes, I always get this error: make platform=x compiler=gcc g++ -O3 -fomit-frame-pointer -Ilib -c ui/main.cpp -o obj/main.o gcc -O3 -fomit-frame-pointer -Ilib -static -c lib/libco/libco.c -o obj/libco.o g++ -O3 -fomit-frame-pointer -Ilib `pkg-config --cflags gtk+-2.0` ...