compilers?

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
User avatar
glokidd
Posts: 363
Joined: Wed Nov 02, 2005 6:50 am
Location: british columbia, canada

compilers?

Post by glokidd »

Im considering taking my next big step, and trying to compile ScummVM, but am unable to get ahold of visual c++. I found this freeware compiler Dev-C++
at http://www.bloodshed.net/dev/devcpp.html which uses mingw and was wondering if it would work to compile ScummVM?
User avatar
sev
ScummVM Lead
Posts: 2277
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Post by sev »

Under Windows you have these free compilers: Eugene
User avatar
glokidd
Posts: 363
Joined: Wed Nov 02, 2005 6:50 am
Location: british columbia, canada

Post by glokidd »

Thanks sev, time to start a brand new adventure :)
User avatar
glokidd
Posts: 363
Joined: Wed Nov 02, 2005 6:50 am
Location: british columbia, canada

Post by glokidd »

I just need a little clarification as there are quite a few downloads on each link

-should i get the c++ express or th c# express of microsoft vis. express
- on the mingw download page there are a mind-numbing amount of different files for download, im confused

also i was wondering which one would be 'easyer' for a (semi)complete newb to
get the hang of?
thanks again for all the help

GloKidd
Maniac
Posts: 5
Joined: Mon Dec 12, 2005 5:42 pm

Post by Maniac »

I use MinGW and msys for compiling ScummVM. You have to compile some libs (sdl, vorbis, ogg, flac, mad, mpeg2) before you can compile ScummVM.

If you don't want to compile these libs yourself I could send them to you.
User avatar
glokidd
Posts: 363
Joined: Wed Nov 02, 2005 6:50 am
Location: british columbia, canada

Post by glokidd »

so i need to downlad the mingw and msys files from sourceforge, Is ther anything else i need from there? (other than mad, sdl, etc)
Also are these additilional librarys the same ones that are available from the ScummVM downloads page?
Maniac
Posts: 5
Joined: Mon Dec 12, 2005 5:42 pm

Post by Maniac »

Yes you need MinGW an msys, as I remember you don't needthe other files from the mingw page.

mad, sdl, etc are the same from the scummvm download page, but they are already compiled for mingw.

You can also compile them yourself for mingw. Ogg and vorbis must be configured with --disable-shared
User avatar
glokidd
Posts: 363
Joined: Wed Nov 02, 2005 6:50 am
Location: british columbia, canada

Post by glokidd »

OK thanks for the info maniac, its appreciated as otherwise id be lost.
But Im determined to figure it out
Any additional tips anyone can offer are more than welcome

Thanks again
GloKidd
User avatar
glokidd
Posts: 363
Joined: Wed Nov 02, 2005 6:50 am
Location: british columbia, canada

Post by glokidd »

can i use the libflac thats in the downloads at Xiph.org?
User avatar
sev
ScummVM Lead
Posts: 2277
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Post by sev »

glokidd wrote:can i use the libflac thats in the downloads at Xiph.org?
You should try. Also on your earlier question: you need C++, not C#.


Eugene
User avatar
glokidd
Posts: 363
Joined: Wed Nov 02, 2005 6:50 am
Location: british columbia, canada

Post by glokidd »

thanks sev
Post Reply