Hello,
zhangxinghai,
As I remember it is possible to compile wxWidgets library with Ruben's
toolchain on MSYS. At the end of configure command details of guess
should be correct for 32 bit os.
Regards
--
How ServiceNow
>this is just described as not working and confirmed by me to be nonfunctional.
Ruben,
Sorry, I haven't read all requirements of zhangxinghai. Previously, I
compiled wxWidgets library with MSYS for 32-64 bit machines on 32 bit
OS. But, Previously I haven't got any linker error at cmd.exe as I
rem
Hello zhangxinghai,
Initially set your base system:
http://ingar.satgnu.net/devenv/mingw32/base.html
Then change compiler to 64 bit:
I was using below flags for configuring the wxWidgets for cross compiling:
---
../configure CFLAGS=-m64 CPPFLAGS=-m64 LDFLAGS=-m64 --define
WX_CPU_AMD64 --host=
Hello,
Sorry for late reply, Please look previous mail.
Regards
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful fu
Hello,
Previously, I worked on wxWidgets. It is better to use special
makefiles for wxWidgets instead of commandline g++ which exists in
build directory.
Please return back if your problem wasn't solved.
Regards
--
Try
Hello,
Third party compression utilities(upx) can be used to decrease the
dlls and executables sizes. But extraction and usage of dlls and
executables in memory will be longer than before.
Regards
--
Free Next-Gen Firewa
Hello,
Christer,
If I didn't remember wrongly. ncurses for win32 was compiled without error.
http://www.projectpluto.com/win32a.htm
Regards
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall befo
Arbol,
Additional to Ruben's information:
Previously, I've shared mingw configuration web site which is:
http://ingar.satgnu.net/devenv/mingw32/base.html
I thought that configuration is easy and it is easy to switch between
specific toolchains with one command.
Regards
>This is intriguing. Can you give some detail on how it works for
>cross compiling?
xml file definition regarding libraries and executables exists in
*.bkl files(similar to ant), bakefile will generate the makefiles from
*.bkl files for specific make tools.
It works perfectly in wxWidgets.
Rega
Hello,
As I know, wxWidgets uses bakefile(http://www.bakefile.org/index.html)
system. Probably, bakefile is good for cross building of Makefiles for
nmake,mingw-make,make etc.
--
Keep yourself connected to Go Parallel:
T
Hello,
Baruch,
I am using similar to this configuration at indicated this article:
http://ingar.satgnu.net/devenv/mingw32/base.html
I can easily change Mingw32 to Ming64 with:
for Mingw32:
source /local32/etc/profile.local
for Mingw64:
source /local64/etc/profile.local
and libraries and program
This sentence is not clear:
>But as I remembered, I haven't got 64 bit kernel32.dll is missing errors too.
I mean, when I load the 64 bit executable to 32 bit dependency walker,
I haven't got 64 bit kernel32.dll etc. is missing errors too.
Regards
---
Hi Earnie,
>Yes this is true but the OP stated he doesn't have a 64bit OS. How is
>he even using the 64bit binaries?
32 bit Dependency walker shows the binary as x64 but I've conflict
with libraries which were linked. Now I haven't 64 bit machine and OS
for testing the software, will work or not
Thanks for responds.
>How did you build your cross compiler? You need a compiler that runs
>on 32bit OS but targets 64bit OS.
I am using Rubenv's x86_64-w64-mingw32 build:
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/rubenvb/gcc-4.7-release/x8
Thanks for response.
But it is interesting that dependency walker shows that dependency
libraries of executable(executable seen that x64) as kernel32.lib and
it is x86 arch binary which is not loaded.
Thanks in Advance.
Regards
---
Hello,
I am trying to cross-compile wxWidgets library on 32 bit machine for
Win64. I haven't a 64 bit machine and 64 bit OS. I've seen that linker
links the object files with 32 bit
libraries(kernel32.lib,advapi32,wsock32,gdi32 etc.) Isn't it suppose
to link with 64 bit libraries(kernel64.lib,adva
Hi Yves,
I searched cross-compiling issues at past. I've a project and have to
compile on Windows(x86) and which will run on Linux(x86)
I've only find a few blog
entries(http://www.herbertm.ca/2006/01/compiling-x86-linux-under-win32/)
http://www.herbertm.ca/2006/01/compiling-x86-under-darwin-osx/
17 matches
Mail list logo