Internal Compiler Error

  • Thread starter Thread starter 403010705
  • Start date Start date
4

403010705

I am getting an Internal Compiler Error on two template
functions in VC++ 7.1. The weird thing is that in another
project these functions compile and run fine. The place
they are instantiated is fairly trivial and I don't know
how to rewrite it to elliminate the fault. Any suggestions?
 
I am getting an Internal Compiler Error on two template
functions in VC++ 7.1. The weird thing is that in another
project these functions compile and run fine. The place
they are instantiated is fairly trivial and I don't know
how to rewrite it to elliminate the fault. Any suggestions?

Can you present a stand-alone code snippet that illustrates the ICE?

Dave
 
David Lowndes said:
Downloading it won't cause an ICE. :)
Sorry, My mean is that download it and compile it with vc7.1,and
*then* vc7.1 will ICE.

Though the P.J's STL ships with VC7.1 is great,but I'd like to try
some other's STL's imp.and the above URL links to a version of
SGI's STL.
 
Sorry, My mean is that download it and compile it with vc7.1,and
*then* vc7.1 will ICE.

OK, but this hasn't anything to do with the original posters issue -
has it?

I suspect MS may be aware of any popular standard package issues.

FWIW, I downloaded it and tried building it via the makefile.mak - it
didn't get very far, failing with:

\time_facets.cxx(19) : fatal error C1083: Cannot open include file:
'stl_time_facets.h': No such file or directory

Dave
 
\time_facets.cxx(19) : fatal error C1083: Cannot open include file:
'stl_time_facets.h': No such file or directory

before you comile it , make sure you are not using P.J's STL
(just change the include dir will ok)
 
\time_facets.cxx(19) : fatal error C1083: Cannot open include file:
before you comile it , make sure you are not using P.J's STL
(just change the include dir will ok)

Still doesn't compile for me.

Never mind, it's nearly Christmas. :)

Dave
 
Back
Top