[Trilinos-Users] linking debug on Windows

Matthew Koch mkoch at txcorp.com
Tue Jun 15 15:49:30 MDT 2010


Hi,

I am trying to link a debug version of Trilinos 10 (MSVC 9 2008) into a project that builds with the 
Intel compiler, but keep running into a problem with lines like the following in Teuchos_RCPDecl.hpp:

934	void free( T* ptr ) { }

the compiler says that it expected a type specifier between void and free.  Everything works fine in 
release, and Trilinos builds in debug, but the error is thrown when that file gets included in the 
other project.  Is there some flag that I'm missing in the other project's debug configuration that 
would skip or modify this code?

Thank you,
Matthew Koch



More information about the Trilinos-Users mailing list