Doug Currie ha scritto:
> In the midst of building 2.8.0.0 with wxstedit-1.2.4 with mingw and
> msys on WinXP using configure...
> 
> When making wxstedit-1.2.4 I ran into the old problem of
> wxstedit-1.2.4\samples\stedit\wxstedit.rc  having paths such as
> "../../art/pencil.ico" that I must modify to "../art/pencil.ico" to
> make the build proceed.
I don't understand why that's required: wxstedit.rc indeed needs to use 
../.. to reference to the "art" directory... I don't understand why with 
msys you'd need to use only a single ".."


> Also, in setup.h if I use:
> 
> #define STE_USE_LANG_VB          0 // 8
> 
> I get:
> 
> ./bk-deps g++ -c -o stedit_lib_stelangs.o  -I../include -I/contrib/include 
> -I/usr/local/lib/wx/include/msw-unicode-release-static-2.8 
> -I/usr/local/include/wx-2.8 -D__WXMSW__ -mthreads  -g0 -O2 
> .././src/stelangs.cpp
> .././src/stelangs.cpp:4475: error: `STE_WordList1_STE_LANG_VB' was not 
> declared in this scope
> make: *** [stedit_lib_stelangs.o] Error 1
I'm not sure that those STE_USE_LANG* settings are meant to be changed 
by the user to customize the build; John surely knows it better.


> Also, the Makefile built by configure doesn't have any include path
> for windres for wx, so I had to add:
> 
> --include-dir /usr/local/include/wx-2.8
> 
> at the end of the WINDRES line in the wxstedit_wxstedit_rc.o target
that's a known "bug" of wxWidgets 2.6.x wxpresets - it has been fixed in 
wxCVS and the fix should be in wxWidgets 2.8.x wxpresets.

Thus, just rebaking with newer presets will erase this bug ;)

Thanks for your report,
Francesco




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to