c++ - Internal error: cpp 3768
- Alex Vinokur (17/17) Mar 14 2004 ========================
- Jan Knepper (10/34) Mar 14 2004 Try to compile pfmeter.cpp separately:
- Walter (3/12) Mar 18 2004 www.digitalmars.com/bugs.html
======================== Digital Mars C/C++ Compiler Version 8.40.2n ======================== ====== Compilation : BEGIN ====== $ dmc -Ar -Ae -I -IC:/dm/stlport/stlport *.cpp -oxxx adapt.cpp: common.cpp: main.cpp: pfmeter.cpp: Internal error: cpp 3768 --- errorlevel 1 ====== Compilation : END ======== What should I do? -- Alex Vinokur mailto:alexvn connect.to http://mathforum.org/library/view/10978.html
Mar 14 2004
Try to compile pfmeter.cpp separately: dmc -Ar -Ae -I -IC:/dm/stlport/stlport pfmeter.cpp Than take block's of code out to see what causes the compiler to give this message. Once you're down to about 20 lines, mail it to Walter. Alex Vinokur wrote:======================== Digital Mars C/C++ Compiler Version 8.40.2n ======================== ====== Compilation : BEGIN ====== $ dmc -Ar -Ae -I -IC:/dm/stlport/stlport *.cpp -oxxx adapt.cpp: common.cpp: main.cpp: pfmeter.cpp: Internal error: cpp 3768 --- errorlevel 1 ====== Compilation : END ======== What should I do? -- Alex Vinokur mailto:alexvn connect.to http://mathforum.org/library/view/10978.html-- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Mar 14 2004
"Alex Vinokur" <alexvn connect.to> wrote in message news:c32v56$2kqd$1 digitaldaemon.com...$ dmc -Ar -Ae -I -IC:/dm/stlport/stlport *.cpp -oxxx adapt.cpp: common.cpp: main.cpp: pfmeter.cpp: Internal error: cpp 3768 --- errorlevel 1 ====== Compilation : END ======== What should I do?www.digitalmars.com/bugs.html
Mar 18 2004