Thread: Compile Error
View Single Post
  #1 (permalink)  
Old 07-24-2003
threadsafe threadsafe is offline
Registered User
 
 
Join Date: Jul 2003
Posts: 3
Compile Error

I compile Ice-1.1.0ForC++ under VC6. But it told me like below:
"
Performing Custom Build Step on ..\..\slice\Ice\StreamF.ice
Invalid directory.
Can not find the specified files
Can not find F:\Ice-1.1.0\src\Ice\StreamF.cpp
Performing Custom Build Step on ..\..\slice\Ice\Stream.ice
Invalid directory.
Can not find the specified files
Error executing e:\windows\system32\cmd.exe.
"
and I can not find the StreamF.cpp and Stream.cpp file in the directory, how to deal with this problem?
Reply With Quote