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.

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

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

Regards,

e

-- 
Doug Currie
Londonderry, NH, USA


-------------------------------------------------------------------------
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