Search found 8 matches

by pouar
Thu Dec 27, 2012 1:43 pm
Forum: GUI
Topic: several bugs in gui on Arch Linux
Replies: 1
Views: 7416

several bugs in gui on Arch Linux

when opening Options > Game Boy in wxvbam, I get the error "could not transfer data to window", also the OK button in Options > Game Boy doesn't work. in gvbam, everytime I open the Options > Game Boy, the emulated system option changes by itself., I'm using SVN 1149

by pouar
Mon Oct 08, 2012 10:35 pm
Forum: GUI
Topic: rpi plugins in Linux
Replies: 4
Views: 9844

rpi plugins in Linux

I'm using SVN 1147, I just compiled it with wxWidgets and found it in wxvbam, but not gvbam. also I think the emulator is getting slower since the Linux version of SVN 1147 is slower than the Windows version of SVN 1097, even in wine, either that or the Linux version just isn't optimized very well.

by pouar
Mon Oct 08, 2012 8:15 pm
Forum: GUI
Topic: rpi plugins in Linux
Replies: 4
Views: 9844

rpi plugins in Linux

anyway to select it in gtk, because I can't find it in the filters list, I only see it in the command line

by pouar
Mon Oct 08, 2012 7:54 pm
Forum: GUI
Topic: rpi plugins in Linux
Replies: 4
Views: 9844

rpi plugins in Linux

how do you add the rpi plugins in the Linux version as I want to use the HQ4X filter, this is the only reason why I'm still runnging VBA-M in wine

by pouar
Sun Feb 12, 2012 8:11 pm
Forum: Bugs and Support
Topic: Compiling latest svn in Arch linux
Replies: 7
Views: 8217

Compiling latest svn in Arch linux

found the problem. the Arch Linux repositories use SFML 1.99-git not SFML 1.6, the two have many incompatibilities. I just used SFML 1.6 instead and it worked... wait it only just compiled. it didn't actually run. guess I have to turn off linking for now just to get it to run.

by pouar
Sat Feb 11, 2012 1:14 pm
Forum: Bugs and Support
Topic: Compiling latest svn in Arch linux
Replies: 7
Views: 8217

Compiling latest svn in Arch linux

adding it as a dependency didn't help, plus SFML was already installed on my Computer. I have no idea how to add those headers to the program manually. tried adding sfml.pc to /usr/lib/pkgconfig but couldn't get it to work prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${pref...
by pouar
Sat Feb 11, 2012 12:38 pm
Forum: Bugs and Support
Topic: Compiling latest svn in Arch linux
Replies: 7
Views: 8217

Compiling latest svn in Arch linux

tried adding it using pkg-config, didn't work. also I though SFML was covered by CMakeLists.txt, or it least it should be. I never worked with cmake before, the PKGBUILD was from the AUR cmake . -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fpermissive `pkg-config --libs SFML`" -DCMAKE_CXX_FLAGS=...
by pouar
Fri Feb 10, 2012 9:13 pm
Forum: Bugs and Support
Topic: Compiling latest svn in Arch linux
Replies: 7
Views: 8217

Compiling latest svn in Arch linux

Can't get the latest svn to compile on Arch Linux, any help my PKGBUILD file is this pkgname=vba-m-gtk pkgver=1090 pkgrel=1 pkgdesc="Gameboy Advance Emulator combining features of all VBA forks - GTK GUI" arch=(i686 x86_64) url="http://vba-m.ngemu.com" license=('GPL') groups=() d...