View Single Post
  #1 (permalink)  
Old 05-02-2004
andreynech andreynech is offline
Registered User
 
Name: Andrey Nechypurenko
Organization: Siemens AG
Project: remotely controled vehicle
 
Join Date: Feb 2003
Location: Munich, Germany
Posts: 36
Problem compiling Icicle

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