Maybe I'm not supposed to comment here, but here I go.
Â
Speaking of the windows build I can't say a word, but speaking of the Linux one I can say OpenAL work great. On previous svn versions (svn 928, to be more precise), sound was "cracky" and tended to sound "dirty", but now that I recently ...
Search found 12 matches
- Fri Apr 02, 2010 12:38 pm
- Forum: Audio
- Topic: Request: Remove OpenAL support from Windows build
- Replies: 11
- Views: 372046
- Mon Mar 29, 2010 9:39 pm
- Forum: Bugs and Support
- Topic: vbam svn945 compiling problems and solutions.
- Replies: 9
- Views: 17076
vbam svn945 compiling problems and solutions.
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="579" data-ipsquote-contentclass="forums_Topic"><div>
Could you please add more output from './configure', and from 'make' at least the last 20 lines and ...
- Sun Mar 28, 2010 3:44 am
- Forum: Bugs and Support
- Topic: vbam svn945 compiling problems and solutions.
- Replies: 9
- Views: 17076
vbam svn945 compiling problems and solutions.
I've used the make command, it makes it, I then try make install, it says
Â
make: *** No rule to make target `install'. Stop.
Â
Now I'm confused :msn_confused:
Â
Could you please add more output from './configure', and from 'make' at least the last 20 lines and from 'make install ...
- Sat Mar 27, 2010 4:56 am
- Forum: Bugs and Support
- Topic: vbam svn945 compiling problems and solutions.
- Replies: 9
- Views: 17076
vbam svn945 compiling problems and solutions.
According to this:
Â
-- checking for module 'giomm-2.4'
-- found giomm-2.4, version 2.22.1
Â
It's already installed, not 2.4 version though but should work. Also, you need to install SDL and SDL-devel for this to return SDL libraries path and to be able to compile VBA-M::
 ...
Â
-- checking for module 'giomm-2.4'
-- found giomm-2.4, version 2.22.1
Â
It's already installed, not 2.4 version though but should work. Also, you need to install SDL and SDL-devel for this to return SDL libraries path and to be able to compile VBA-M::
 ...
- Tue Mar 23, 2010 12:58 am
- Forum: Bugs and Support
- Topic: vbam svn945 compiling problems and solutions.
- Replies: 9
- Views: 17076
vbam svn945 compiling problems and solutions.
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:
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
Could NOT find SFML (missing: SFML_LIBRARY ...
Â
Ok, now to the point ;P
Â
I tried to compile vbam svn 945, but I got an error:
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
Could NOT find SFML (missing: SFML_LIBRARY ...
- Wed Feb 03, 2010 10:41 pm
- Forum: Bugs and Support
- Topic: [Ubuntu] Can't read zip files?
- Replies: 7
- Views: 12643
[Ubuntu] Can't read zip files?
Well, from the CMakeLists.txt file, I've found this:
Â
---START---
ADD_LIBRARY (
vbamcore
${PROJECT_SRCS}
${SRC_MAIN}
${SRC_GBA}
${SRC_GB}
${SRC_APU}
${SRC_FEX_MINI}
${SRC_FILTERS}
${SRC_DEBUGGER}
)
---END---
Â
So I think SRC_FEX_MINI it's "enabled", but I ...
Â
---START---
ADD_LIBRARY (
vbamcore
${PROJECT_SRCS}
${SRC_MAIN}
${SRC_GBA}
${SRC_GB}
${SRC_APU}
${SRC_FEX_MINI}
${SRC_FILTERS}
${SRC_DEBUGGER}
)
---END---
Â
So I think SRC_FEX_MINI it's "enabled", but I ...
- Wed Feb 03, 2010 7:40 am
- Forum: Bugs and Support
- Topic: [Ubuntu] Can't read zip files?
- Replies: 7
- Views: 12643
[Ubuntu] Can't read zip files?
Actually I'm having the very same problem, I'm using Fedora 12 (32bits) and gvbam svn928 can't read ZIP files, but unpacked GBA and GZ ones yes.
Â
Are there any special parameters to include on compile so it support ZIP files?
I compiled using (zlib-devel-1.2.3-23.fc12.i686) and my system has ...
Â
Are there any special parameters to include on compile so it support ZIP files?
I compiled using (zlib-devel-1.2.3-23.fc12.i686) and my system has ...
- Mon Jan 19, 2009 12:14 pm
- Forum: Core
- Topic: [REJECTED]winrar support
- Replies: 1
- Views: 15888
[REJECTED]winrar support
I'd choose 7z format instead of rar, because 7z has a better compression algorithm and can achieve a higher level of it.
Â
Also it is a free program, and rar is not.
- Tue Jan 13, 2009 11:13 am
- Forum: Bugs and Support
- Topic: Compilation issues...
- Replies: 6
- Views: 8960
Compilation issues...
This is not a good practice on unix systems. Programs are really meant to be installed.
However you can make gvbam work from any folder if you move the files in src/gtk/ui/ and src/gtk/icons/ along with the executable while keeping the same subdirectory hierarchy.
Â
Thanks for the ...
- Tue Jan 13, 2009 3:29 am
- Forum: Bugs and Support
- Topic: Compilation issues...
- Replies: 6
- Views: 8960
Compilation issues...
I'm happy to help.
Â
Now I have a kind of a little problem, if I move the recently compiled emu to another directory I get an error message:
Â
Failed to load glade file `/usr/local/share/vbam/ui/vbam.glade'
Â
I think that's because I haven't issued this command: make install
 ...
Â
Now I have a kind of a little problem, if I move the recently compiled emu to another directory I get an error message:
Â
Failed to load glade file `/usr/local/share/vbam/ui/vbam.glade'
Â
I think that's because I haven't issued this command: make install
 ...