Question about compiling

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
KuroShiro
Posts: 473
Joined: Thu May 15, 2008 7:42 am
Location: Somewhere Out There

Question about compiling

Post by KuroShiro »

So, I've been building from the trunk through most of the time testing SCI games, but recently I had to re-install MinGW. Now, for some reason whenever I build the console is no longer enabled, and there's no console output even if I run it from the command prompt. It used to be there, building with the same configuration as far as I can tell. Is there some compiler setting or configure option that I am missing? Also, is there any known reason that the revision number doesn't show up on the main menu when building with MinGW?
User avatar
LordHoto
ScummVM Developer
Posts: 1029
Joined: Sun Oct 30, 2005 3:58 pm
Location: Germany

Re: Question about compiling

Post by LordHoto »

KuroShiro wrote:So, I've been building from the trunk through most of the time testing SCI games, but recently I had to re-install MinGW. Now, for some reason whenever I build the console is no longer enabled, and there's no console output even if I run it from the command prompt. It used to be there, building with the same configuration as far as I can tell. Is there some compiler setting or configure option that I am missing?
I think it might be disabled because sdl-config sets "-mwindows" as flag, which should disable the console. I am not sure about that though, it's been too long since I last used MinGW to compile ScummVM.
KuroShiro wrote:Also, is there any known reason that the revision number doesn't show up on the main menu when building with MinGW?
Yes, you don't have a command line SVN client installed. Actually the daily (and also the release) Win32 builds are made via MinGW.
KuroShiro
Posts: 473
Joined: Thu May 15, 2008 7:42 am
Location: Somewhere Out There

Re: Question about compiling

Post by KuroShiro »

LordHoto wrote: I think it might be disabled because sdl-config sets "-mwindows" as flag, which should disable the console. I am not sure about that though, it's been too long since I last used MinGW to compile ScummVM.

Yes, you don't have a command line SVN client installed. Actually the daily (and also the release) Win32 builds are made via MinGW.
Thanks for the info. I'll see about messing with the sdl-config. And I've just been downloading the source from the sourceforge page, not using svn. Guess that makes sense.
User avatar
LordHoto
ScummVM Developer
Posts: 1029
Joined: Sun Oct 30, 2005 3:58 pm
Location: Germany

Re: Question about compiling

Post by LordHoto »

KuroShiro wrote:
LordHoto wrote: I think it might be disabled because sdl-config sets "-mwindows" as flag, which should disable the console. I am not sure about that though, it's been too long since I last used MinGW to compile ScummVM.

Yes, you don't have a command line SVN client installed. Actually the daily (and also the release) Win32 builds are made via MinGW.
Thanks for the info. I'll see about messing with the sdl-config. And I've just been downloading the source from the sourceforge page, not using svn. Guess that makes sense.
Ah yes, it of course also only works when you build from a SVN checkout itself.
Post Reply