User forums > Help

wxwidgets 2.6.3

<< < (2/3) > >>

Pecan:

--- Quote from: thomas on June 18, 2006, 01:03:01 pm ---
makefile.gcc is the way to go. For this to work, you have to make sure that you have make 3.8 (older versions will not do) and you must make sure that no other conflicting make or gcc is in the path (this is most easily done by simply setting the path to the one directory where your build tools live before building).
With the correct version and path set up, makefile.gcc works fine.

--- End quote ---

Why do you say that make 3.8 is required.

I've been using 3.77 just fine for awhile now. To make sure, I just recompiled 2.6.3 again. It seems to work fine.

Am I missing something hidden here?

thanks
pecan

Matreju:
3.77 isnt working at my windows xp....The errors are obscure because the include path is correct but the header files wont found

liaoya:
http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_2.6.2_to_develop_Code::Blocks_%28MSW%29

I think this page is very helpful.

Pecan:

--- Quote from: Pecan on June 18, 2006, 04:05:33 pm ---
--- Quote from: thomas on June 18, 2006, 01:03:01 pm ---
makefile.gcc is the way to go. For this to work, you have to make sure that you have make 3.8 (older versions will not do) and you must make sure that no other conflicting make or gcc is in the path (this is most easily done by simply setting the path to the one directory where your build tools live before building).
With the correct version and path set up, makefile.gcc works fine.

--- End quote ---

Why do you say that make 3.8 is required.

I've been using 3.77 just fine for awhile now. To make sure, I just recompiled 2.6.3 again. It seems to work fine.

Am I missing something hidden here?

thanks
pecan


--- End quote ---


Ok, I see. Make is at 3.77. But mingw32-make is at 3.80



--- Code: ---C:\Usr\Proj\wxWidgets263\build\msw>mingw32-make -v
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

C:\Usr\Proj\wxWidgets263\build\msw>make -v
GNU Make version 3.77, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A

--- End code ---

Matreju:
Thanx you all. It seems to be possible to compile with MSVC import directly from Codeblocks.

I am going this way to create the necessary shell32.lib and ole32.lib with dlltool from the mingw w32api-3.2 defs
Than i am adding uuid.c in the the project there is needed ( for e.g. wx_base ).

the only problem is why the WIN API is defining the IID_IPersistFile in uuid.c. I am an win api beginner and i didnt understand this.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version