Search found 80 matches

by monsieurouxx
Wed Jan 19, 2011 5:14 pm
Forum: Help and Support
Topic: [SOLVED] Conflict: common/zlib.h , SCUMMVM_LIBS/include
Replies: 7
Views: 3103

[SOLVED] Conflict: common/zlib.h , SCUMMVM_LIBS/include

When I compile common/unzip.cpp, the compiler does not complain that there is any .h missing, however it fails to recognize the symbols "voidp", "uInt", and a few other custom types.

Where should they be declared? Where do they come from?
In zlib maybe?
by monsieurouxx
Wed Jan 19, 2011 5:12 pm
Forum: Help and Support
Topic: About env variable SCUMMVM_LIBS and SDL.h
Replies: 6
Views: 3708

Re: About env variable SCUMMVM_LIBS and SDL.h

You should probably put %SCUMMVM_LIBS/include/SDL into the include path. It is pretty common standard only to include <SDL.h>. This is since "sdl-config --include" will automatically add the SDL directory to the include search path. Also on some systems the libraries are not placed in a d...
by monsieurouxx
Wed Jan 19, 2011 4:46 pm
Forum: Help and Support
Topic: About env variable SCUMMVM_LIBS and SDL.h
Replies: 6
Views: 3708

About env variable SCUMMVM_LIBS and SDL.h

Hi, I'm trying to compile ScummVM following a procedure with as few steps as possible: I've downloaded the package you made containing the compiled libraries, and put it in <mylibfolder> I've created a Code::Blocks project using the create_project tool. It seems to be properly set up, with the "...
by monsieurouxx
Tue Jan 18, 2011 5:03 pm
Forum: Help and Support
Topic: Compiling "create_project" with Code::Blocks
Replies: 3
Views: 1696

One needs to link the minGW32 library "rpcrt4"
(C:\Program Files\CodeBlocks\MinGW\lib|librpcrt4.a)

EDIT: Edited first post.
by monsieurouxx
Tue Jan 18, 2011 4:13 pm
Forum: Help and Support
Topic: Compiling "create_project" with Code::Blocks
Replies: 3
Views: 1696

Compiling "create_project" with Code::Blocks

Hi all,

Here is a short tutorial explaining how to create the project in Code::blocks to build create_project.

Time required: 5 min.

https://sourceforge.net/apps/mediawiki/ ... de::Blocks
by monsieurouxx
Tue Jan 18, 2011 3:24 pm
Forum: Help and Support
Topic: Building "create_project" with MinGW32
Replies: 2
Views: 1259

I've found a way to compile easily a stripped-down version of 'create_project' that works specifically for Code::Blocks and doesn't need any Visual-Studio material (even DLLs).

I'll post a quick tutorial.
by monsieurouxx
Tue Jan 18, 2011 1:02 pm
Forum: Help and Support
Topic: Building "create_project" with MinGW32
Replies: 2
Views: 1259

Re: Building "create_project" with MinGW32

Hi, Has the "create_project" source been designed specifically for Visual Studio, or do I have a chance to build it with MinGW32 (Code::Blocks)? More specifically, at the moment, the linker fails because it cant' find functions like "Uuidcreate", "RpcStringFree", etc. ...
by monsieurouxx
Tue Jan 18, 2011 12:51 pm
Forum: Help and Support
Topic: Building "create_project" with MinGW32
Replies: 2
Views: 1259

Building "create_project" with MinGW32

Hi, Has the "create_project" source been designed specifically for Visual Studio, or do I have a chance to build it with MinGW32 (Code::Blocks)? For example, I can see that it uses classes <string>, <list>, etc. Are these standard or are they specific includes provided by Visual Studio? (I...
by monsieurouxx
Fri Jan 14, 2011 10:01 am
Forum: Help and Support
Topic: How to compile tools/create_project ?
Replies: 4
Views: 2514

Re: How to compile tools/create_project ?

Well you can only use the Makefile to build the tools after using configure. Anyway MinGW offers a bash shell for Windows (or at least MSYS does), so your best chances are to use that to run configure and then run make tools. If you need more info about using MinGW/MSYS I can only point you to our ...
by monsieurouxx
Thu Jan 13, 2011 11:33 am
Forum: Help and Support
Topic: How to compile tools/create_project ?
Replies: 4
Views: 2514

Re: How to compile tools/create_project ?

LordHoto wrote: You need to go into the scummvm source folder and do "make tools" (after running configure).
I'm not a UNIx user.
As I've explained, my "make" is actually "mingw32-make", and I'm not even sure that "configure" is relevant on Windows.
by monsieurouxx
Wed Jan 12, 2011 4:50 pm
Forum: Help and Support
Topic: How to compile tools/create_project ?
Replies: 4
Views: 2514

How to compile tools/create_project ?

Hi, I'm trying to compile the tool create_project . I know it's probably not officially supported, but the mistake is probably really obvious. I'm not very good with makefiles (you could even say I'm pretty useless) Here is what I've done : - downloaded scummvm repository - Installed Code::Blocks (w...
by monsieurouxx
Wed Jan 12, 2011 4:32 pm
Forum: Help and Support
Topic: Can the Code::Blocks distribution be relied upon?
Replies: 18
Views: 7085

fingolfin wrote:Most of us don't use Windows at all... :)
That I guessed, but you must use some IDE? Which one do you use?
Don't tell me you use Emacs?
by monsieurouxx
Tue Jan 11, 2011 11:37 am
Forum: The Junkyard
Topic: Basic tools/source code now available for Dune support
Replies: 44
Views: 28218

We've set up our own Sourceforge project : https://sourceforge.net/projects/dunerevival/ the discussion about developement continues here : http://forum.dune2k.com/index.php?/topic/17217-rewriting-cryos-dune-1-it-seems-possible/page__view__findpost__p__358504 REQUEST: Could you please moderator lock...
by monsieurouxx
Tue Jan 11, 2011 11:20 am
Forum: Help and Support
Topic: Can the Code::Blocks distribution be relied upon?
Replies: 18
Views: 7085

LordHoto wrote: I do not think anyone of the team used Code::Blocks in quite some time.
What does one use when one does not want to use MSVC? Do you use Dev Cpp ?
by monsieurouxx
Tue Jan 11, 2011 10:23 am
Forum: Help and Support
Topic: Can the Code::Blocks distribution be relied upon?
Replies: 18
Views: 7085

You're missing my point. The files themselves seem to be missing -- not only in the Code::Blocks project, but also in the file system. However I've used the "search in file" feature of code::blocks and maybe it doesn't work the same way as MSVC's one. I'll search directly using Windows' se...