Hello there, first of all, thanks a lot for this great vba emulator.
Â
Ok, now to the point ;P
Â
I tried to compile vbam svn 945, but I got an error:
Code: Select all
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
Could NOT find SFML (missing: SFML_LIBRARY SFML_INCLUDE_DIR)
Call Stack (most recent call first):
CMakeScripts/FindSFML.cmake:78 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:44 (FIND_PACKAGE)
Â
After following install instructions from SFML site and repeating compile process it advances until this point when linking gvbam and vbam executables:
Â
Code: Select all
/usr/bin/ld: warning: libopenal.so.1, needed by /usr/lib/gcc/i586-redhat-linux/4.4.1/../../../libsfml-audio.so, not found (try using -rpath or -rpath-link)
Â
So I installed openal-soft library (not needed on svn 928) which was the last one I compiled. And everything went ok, compiled without any problems, just the "usual" deprecated and unused messages.
Â
There's a typo I've found on vbam.desktop file, on the comment section:
Â
Code: Select all
Comment=Nindendo GameBoy Advance Emulator
Â
Which I modified to:
Â
Code: Select all
Comment=Nintendo GameBoy Advance Emulator
Â
So then at the end I've got a Fedora 11 vbam-1.8.0_svn945 RPM and SRPM. Which I can share if anyone's interested.
Â
Thanks again for this great emu, I'm looking forward for VBAM-2 ;D
Â
Oh! BTW, ZIP file support is fixed now, thanks! Can 7Zip file support be implemented, file size is smaller in 7Z, thanks in advance.