1 May 2006 16:21
Re: configtool development
Andy Jackson <andy <at> grapevinetech.co.uk>
2006-05-01 14:21:20 GMT
2006-05-01 14:21:20 GMT
Hi, Apologies for the late response. Patches to enable Configtool compilation with wxWidgets 2.6.x can be found at our web site: http://www.xylanta.com in the Downloads section. My build environment is Cygwin, so your mileage may vary, however if they prove stable, then I will submit them for inclusion in the repository. Kind regards, Andy.. ----- Original Message ----- From: "Lars Poeschel" <larsi <at> wh2.tu-dresden.de> To: <ecos-devel <at> ecos.sourceware.org> Sent: Friday, April 14, 2006 6:47 PM Subject: configtool development > Hello! > > I am working on ecos for a study project. Therefore I'd like to build the > gui > configtool from source. I failed on my Linux Debian Testing System. > I found some problems with the Makefile in > ecos/host/tools/configtool/standalone/wxwin. I also noticed issues with > UNICODE and compatibilty with the recent wxWidgets 2.6.3. > In the next days I will try to fix this to have configtool build correctly(Continue reading)
> I think wcharunix.h needs remove altogether. The wxWidgets wxchar.h
> and the system <wchar.h> should be used.
I think, this is not possible very easily because many Files outside
the wx configtool depend on functions where aliases are defined in
wcharunix.h such as _tprintf are #define'd here and allow us to use
wprintf in unicode builds and printf for ansi builds.
I think that should stay here (maybe change the name of the file to
someting more descriptable in that case). But to remove the TCHAR
defines and typedefs here and use system/wxWidgets' instead is not the
worst idea! From the programmers point of view this can make things
much easier, since unicode support of wxWidgets seems very good to me
and I could save much of the wchart_t <-> char conversion for library
functions where GNU does not provide wide character versions.
RSS Feed