Hi,
I was trying to compile the Icecle and got the following problem.
The error message from MSVC looks like this:
------ Build started: Project: generate, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
The project is up-to-date.
Building satellite assemblies...
------ Build started: Project: Ice, Configuration: Debug .NET ------
Performing Pre-Build Event...
BuiltinSequences.ice
Communicator.ice
CommunicatorF.ice
[snip]
Project error: A tool returned an error code from the build event
Pre-Build Event failed
It seams like the problem is caused by the icicle\bin\PreBuildEvent.bat which contains the following absolute pathes:
C:\cygwin\home\michi\src\icicle\compileSlice.bat C:\cygwin\home\michi\src\icicle\ Ice
And there is actualy no compileSlice.bat anywhere in distribution. So could somebody please tell me what should be within this bat file or are there any other ways to deal with the problem I have.
Thank you,
Andrey.

Reply With Quote
I tried again today to figure what's happening there, but to no avail. I'm beginning to suspect a bug in Visual C#. If someone can figure out why this is happening and how to fix it, I'd be grateful!