I'm having a problem compiling any of the samples in the binary distribution of ICE 1.3.0. I've already checked the forums and haven't seen anything similar.
I'm running Visual Studio .NET 2002 on Windows 2000 and trying compile projects in the demo.sln solution.
Every one of the projects gives me the following compile error:
"------ Build started: Project: bench, Configuration: Debug Win32 ------
Performing Custom Build Step
Project : error PRJ0019: A tool returned an error code: "Performing Custom Build Step"
Build log was saved at "file://c:\Program Files\Ice-1.3.0\demo\Freeze\bench\Debug\BuildLog.htm"
bench - 1 error(s), 0 warning(s)"
This seems to be the post build step on the .ice file in the project. I've added the Ice bin directory to my path, and rebooted. Restarted Visual Studio several times. I've tried running slice2cpp manually on some .ice files and it isn't reporting an error, but is not generating any new .h or .cpp files either. For example, I assume that running slice2cpp on the hello.ice example under demo\Ice\hello is supposed to generate a hello.h and hello.cpp file but it doesn't seem to do anything. No errors reproted.
Any ideas?
Clay

Reply With Quote
server:anonymous@cvs.sourceforge.net:/cvsroot/axiomengine