Thread overview | |||||
---|---|---|---|---|---|
|
March 15, 2004 Internal error: cpp 3768 | ||||
---|---|---|---|---|
| ||||
======================== 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 |
March 15, 2004 Re: Internal error: cpp 3768 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alex Vinokur | 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 |
March 19, 2004 Re: Internal error: cpp 3768 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alex Vinokur | "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 |
Copyright © 1999-2021 by the D Language Foundation