VOGONS


First post, by kkaden

User metadata
Rank Newbie
Rank
Newbie

ok, so I spent several hours getting sdl_sound to build in mingw/msys and finally succeeded... I think... I got DosBOX to build with it. Oh, and I have libogg and libvorbis installed and part of sdl_sound. But when I try to mount a cue file that uses an iso and ogg files for audio to the custom compiled dosbox, it says "Could not load image file"

the stock binary loads it fine, but I can't find anything to suggest I'm missing something to load the cue.

Reply 2 of 4, by kkaden

User metadata
Rank Newbie
Rank
Newbie

yeah, it was detected and the flag was set in the config.h file. are there any other packages that should be installed before sdl_sound to work for this purpose?

libraries I installed prior to setting up sdl_sound are:
sdl-1.2.13
sdl_net-1.2.7
libogg-1.1.4
libvorbis-1.2.3

and I'm building the non-cvs dosbox0.73

Reply 3 of 4, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

if configure detects it then it should be alright.

maybe check the link line (last line in compilation) to see if sdlsound and the ogg stuff is present

Water flows down the stream
How to ask questions the smart way!

Reply 4 of 4, by kkaden

User metadata
Rank Newbie
Rank
Newbie

Well... looks like dosbox installs sdl_sound alright... but the ogg/vorbis libraries weren't added to sdl_sound as well as I'd hoped... workin on it now

update:
seems to be a prob with the vorbis libraries

checking for vorbis_info_init in -lvorbis
...no
checking for ov_open_callbacks in -lvorbisfile
...no

continuing to delve through files... maybe I'll get lucky