Discussion:
Can't compile wxWidgets for x64
Karl Karpfen
2014-10-14 07:13:19 UTC
Permalink
Hi,

I try to compile wxWidgets 3 for x64 using VS2010 (all updates installed
for VS). Unfortunately it fails compiling wxQA with following error message:

2>c1xx : fatal error C1001: An internal error has occurred in the compiler.
2> (compiler file 'msc1.cpp', line 1420)
2> To work around this problem, try simplifying or changing the program
near the locations listed above.
2> Please choose the Technical Support command on the Visual C++
2> Help menu, or open the Technical Support help file for more information

Here the compiler dies for some strange reason...is there any workaround
known for this problem?

Thanks!
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Carsten A. Arnholm
2014-10-14 20:24:23 UTC
Permalink
Post by Karl Karpfen
I try to compile wxWidgets 3 for x64 using VS2010 (all updates installed
2>c1xx : fatal error C1001: An internal error has occurred in the compiler.
2> (compiler file 'msc1.cpp', line 1420)
2> To work around this problem, try simplifying or changing the
program near the locations listed above.
2> Please choose the Technical Support command on the Visual C++
2> Help menu, or open the Technical Support help file for more information
Here the compiler dies for some strange reason...is there any workaround
known for this problem?
Hi, I have compiled wx3.0.2 with VS2010/W7 64bit, no problem

Have you installed the service pack for VS2010?
http://www.microsoft.com/en-us/download/details.aspx?id=23691

Here is how I build in "Visual Studio Command Prompt" under
lib\build\msw

nmake -f makefile.vc BUILD=release DEBUG_INFO=1 RUNTIME_LIBS=dynamic
SHARED=0

and similar for debug. Hope it helps.

Best regards
Carsten Arnholm
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Karl Karpfen
2014-10-15 06:41:46 UTC
Permalink
Post by Carsten A. Arnholm
Have you installed the service pack for VS2010?
http://www.microsoft.com/en-us/download/details.aspx?id=23691
Yes, SP1 is installed...
Post by Carsten A. Arnholm
Here is how I build in "Visual Studio Command Prompt" under
lib\build\msw
nmake -f makefile.vc BUILD=release DEBUG_INFO=1 RUNTIME_LIBS=dynamic
SHARED=0
I'll try that - thanks!
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...