[wxWorkshop-dev] Started Checking in files for wxWIdgets-2.6.1 updates
Status: Pre-Alpha
Brought to you by:
spicerun
|
From: <wxw...@li...> - 2005-07-22 01:11:43
|
Hi all,
I've started checking in some updated files to work with
wxWidgets-2.6.1. I have made *.linux Makefiles & environment files, and
have changed some of the sources to use Unicode Strings (_T() macros,
etc.), and have replaced deprecated functions with the 2.6.1 function.
So far, only the /src/awtlay and /src/diamond will compile and create
libraries in the wxWorkshop/lib directory, but to build, you will need
to run make in the appropriate directory under the /src/directory.
My build is:
Compiler: g++ version 3.4.4
wxWidgets-2.6.1 libraries are installed in /usr/local/lib with the
includes in /usr/local/lib/wx. The wx-config script is in /usr/local/bin.
My wxWidgets-2.6.1 libraries are compiled for Unicode.
I am concentrating on building just for linux with priority in just
getting everything to compile & build. Troubleshooting will come
immediately after.
I am checking the code into the head, but I have labeled it
BEFORE_UPDATE_TO_WXWIDGETS_2.6.1, and it is now on the v_0_7_0_WXW_2_4_2
branch if someone still wants to continue to work with the previous
version of wxWorkshop that is made for wxWindows-2.4.2 & 2.5.1.
I will add more files as I get them converted..
--James
|