Thread overview
Internal error: cpp 3768
Mar 15, 2004
Alex Vinokur
Mar 15, 2004
Jan Knepper
Mar 19, 2004
Walter
March 15, 2004
========================
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
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
"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