fxscintilla-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fxscintilla-users] Re: FXScintilla and MinGW


From: Gilles Filippini
Subject: [fxscintilla-users] Re: FXScintilla and MinGW
Date: Sun, 02 Mar 2003 11:31:52 +0100

Oscar Fuentes wrote:
> 
> Just built FXScintilla 1.51 with MinGW 2.0.1 + gcc 3.2.2 MinGW special
> + MSYS following the *nix instructions.
> 
> This changes are required. On ScintillaFOX.cxx and PlatFox.cxx, add
> __MINGW32__ as case similar to __CYGWIN__ :
> 
> original:
> 
> #if !defined(WIN32) || defined(__CYGWIN__)
> # ifdef __CYGWIN__)
> 
> modified:
> 
> #if !defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
> # if defined(__CYGWIN__) || defined(__MINGW32__)
> 
> Likewise for test.cpp :
> 
> #if !defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
> 
> When the test application runs, a console window is open on addition
> of the GUI window. For preventing this it is necessary to pass
> -mwindows on the link command of the test application. I don't know
> how autotools works so I can't change this.
> 
> For a painless build, the fox header files should reside on
> 
> drive:/path_to_mingw/include/fox
> 
> and the library file on
> 
> drive:/path_to_mingw/lib
> 
> just as if fox were built with MSYS with a final 'make install' (MSYS,
> in case you don't know it, is a kind of stripped-down Cygwin
> environment specific for MinGW).
> 
> Thanks again for FXScintilla.

Thanks for this contribution.
I've updated FXScintilla sources but unfortunately I have currently no
way to build with MinGW32.
Would you mind giving the latest CVS a try?
Thanks in advance.

_gilles.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]