[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xmlblaster] Re: VC++ internal compiler error



Hi Zhang,

I comiple xmlBlaster 0.844 with TAO

the build.propertiey file setting is as following:
# C++ Windows example with ACE+TAO 1.3 and xerces 2.2 using VC++ 7
use-msvc = 1
XMLCPP_HOME = E:/QoS/xerces-c2_2_0-win32
XMLCPP_VER = _2
corba.product = TAO
CORBACPP_HOME = F:/TAO/ACE_wrappers/TAO
idl.cmd = F:/TAO/ACE_wrappers/bin/tao_idl.exe
CORBACPP_VER = 1.3
cpp.debug = true
#------------------------------------------------------------------------------



run the following command : build.bat -verbose cpp

it reporting the following error:
       [cc] D:\xmlBlaster\src\c++\util/qos/address/AddressBase.h(27) : fatal error C1001: INTERNAL COMPILER ERROR
       [cc]         (compiler file 'msc1.cpp', line 1786)
       [cc]          Please choose the Technical Support command on the Visual C++
       [cc]          Help menu, or open the Technical Support help file for more
 information

Well, you should contact Microsoft.

Quicker is probably to upgrade to a newer VC++ 7 (i know it
works fine with the Jan.2003 version)
or to use Linux.

regards

Marcel

       [cc] Timeout.cpp

BUILD FAILED
file:///D:/xmlBlaster/build.xml:1469: cl failed with return code 128
        at net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler.compile(Comma
ndLineCompiler.java:271)
        at net.sf.antcontrib.cpptasks.compiler.CommandLineCompilerConfiguration.
compile(CommandLineCompilerConfiguration.java:194)
        at net.sf.antcontrib.cpptasks.CCTask.execute(CCTask.java:814)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:212)
        at org.apache.tools.ant.Task.perform(Task.java:370)
        at org.apache.tools.ant.Target.execute(Target.java:309)
        at org.apache.tools.ant.Target.performTasks(Target.java:336)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1301)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1217)
        at org.apache.tools.ant.Main.runBuild(Main.java:610)
        at org.apache.tools.ant.Main.start(Main.java:198)
        at org.apache.tools.ant.Main.main(Main.java:245)