User forums > Help

bootstrap felled need help

<< < (2/4) > >>

stahta01:
Do you know if you built wxWidgets as an Unicode build or not?
Also, what version is your wxWidgets? 2.8.10?

Tim S.

doctorlinux:
Thank you stahta01 for your help

my build is wxWidgets-2.8.10


--- Quote ---Do you know if you built wxWidgets as an Unicode build or not?
--- End quote ---

not sure if i did or not?

Maybe I need to rebuild wxWidgets or can i change it without rebuilding it? if so how?

I would like to rebuild with svn checkout but i could not find the link to do it with, I downloaded just the release sours .tar.gs file and build it.   

stahta01:

Try the following and see what it outputs look for Unicode and ANSI in the output post those parts here.
Not sure if --libs is needed or not.

--- Code: ---wx-config --libs --cflags

--- End code ---

Tim S.

doctorlinux:
here all the out put

-I/usr/local/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
-L/usr/local/lib -pthread   -lwx_gtk2-2.8


I should be able to do wx-config --enable-unicode right?

stahta01:

--- Quote from: doctorlinux on August 22, 2009, 03:48:09 am ---here all the out put

-I/usr/local/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
-L/usr/local/lib -pthread   -lwx_gtk2-2.8


I should be able to do wx-config --enable-unicode right?


--- End quote ---

Looks like the default build is NOT Unicode; try adding "--unicode=yes"

--- Code: ---wx-config --unicode=yes --libs --cflags

--- End code ---

Like the above and see if it gives you results.

Tim S.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version