www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.ide
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics




c++ - Internal error. Build wxWidgets 2.8.7

↑ ↓ ← Skyer <jackyci.tw yahoo.com.tw> writes:
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
↑ ↓ chris elliott <biol75 york.ac.uk> writes:
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
↑ ↓ Skyer <jackyci.tw yahoo.com.tw> writes:
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 article
 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
↑ ↓ → chris elliott <biol75 york.ac.uk> writes:
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