c++ - Internal error. Build wxWidgets 2.8.7
- Skyer (23/23) Apr 22 2008 Hi guys,
- chris elliott (7/36) Apr 23 2008 Does it happen with newer versions too? I don't see it with
- Skyer (6/42) Apr 23 2008 Thanks a lot, it works.
- chris elliott (3/9) Apr 23 2008 do post here or on wx-users list; we are pleased to help
Hi guys, I got a "Internal error: eh 759" when I build wxWidgets 2.8.7. OS: Windows XP sp2 DMC: 8.42n Make: SMAKE 7.50 config.dms SHARED = 1 UNICODE = 1 BUILD = release ===log snippet================ dmc -mn -c -cpp -odmc_mswudll\basedll_fileconf.obj -WD -o -ND -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D_UNICODE -I..\..\lib\dmc_dll\mswu -I..\..\include -w- -I..\..\src\tiff -I..\..\src\jpeg -I..\..\src\png -I..\..\src\zlib -I..\..\src\regex -I..\..\src\expat\lib -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -Ar -Ae -H -HP99 -HO- -HHdmc_mswudll\pch_wxprec_basedll.sym ..\..\src\common\fileconf.cpp Internal error: eh 759 --- errorlevel 1 ============================== If I strip -Ae & precompiled header, it can pass and no error happens. Do you know how to result this problem? Thanks a lot, Skyer
Apr 22 2008
Does it happen with newer versions too? I don't see it with C:\wx\WXMSW-~1.7\build\msw>scppn Digital Mars C/C++ Compiler Version 8.51.0n which is the latest beta. You can get updates at http://www.digitalmars.com/download/freecompiler.html chris Skyer wrote:Hi guys, I got a "Internal error: eh 759" when I build wxWidgets 2.8.7. OS: Windows XP sp2 DMC: 8.42n Make: SMAKE 7.50 config.dms SHARED = 1 UNICODE = 1 BUILD = release ===log snippet================ dmc -mn -c -cpp -odmc_mswudll\basedll_fileconf.obj -WD -o -ND -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D_UNICODE -I..\..\lib\dmc_dll\mswu -I..\..\include -w- -I..\..\src\tiff -I..\..\src\jpeg -I..\..\src\png -I..\..\src\zlib -I..\..\src\regex -I..\..\src\expat\lib -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -Ar -Ae -H -HP99 -HO- -HHdmc_mswudll\pch_wxprec_basedll.sym ..\..\src\common\fileconf.cpp Internal error: eh 759 --- errorlevel 1 ============================== If I strip -Ae & precompiled header, it can pass and no error happens. Do you know how to result this problem? Thanks a lot, Skyer
Apr 23 2008
Thanks a lot, it works. The "Internal Error" problem had fixed in beta version. But got another compile error. (XD) It seems wxWidgets config problem, I will try to fix by myself. Skyer == Quote from chris elliott (biol75 york.ac.uk)'s articleDoes it happen with newer versions too? I don't see it with C:\wx\WXMSW-~1.7\build\msw>scppn Digital Mars C/C++ Compiler Version 8.51.0n which is the latest beta. You can get updates at http://www.digitalmars.com/download/freecompiler.html chris Skyer wrote:Hi guys, I got a "Internal error: eh 759" when I build wxWidgets 2.8.7. OS: Windows XP sp2 DMC: 8.42n Make: SMAKE 7.50 config.dms SHARED = 1 UNICODE = 1 BUILD = release ===log snippet================ dmc -mn -c -cpp -odmc_mswudll\basedll_fileconf.obj -WD -o -ND -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D_UNICODE -I..\..\lib\dmc_dll\mswu -I..\..\include -w- -I..\..\src\tiff -I..\..\src\jpeg -I..\..\src\png -I..\..\src\zlib -I..\..\src\regex -I..\..\src\expat\lib -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -Ar -Ae -H -HP99 -HO- -HHdmc_mswudll\pch_wxprec_basedll.sym ..\..\src\common\fileconf.cpp Internal error: eh 759 --- errorlevel 1 ============================== If I strip -Ae & precompiled header, it can pass and no error happens. Do you know how to result this problem? Thanks a lot, Skyer
Apr 23 2008
Skyer wrote:Thanks a lot, it works. The "Internal Error" problem had fixed in beta version. But got another compile error. (XD) It seems wxWidgets config problem, I will try to fix by myself.do post here or on wx-users list; we are pleased to help chris
Apr 23 2008