Compiling Issues

The place to discuss all things Lugaru.
Post Reply
User avatar
Lotus Wolf
Posts: 2218
Joined: Sun Aug 31, 2008 6:03 pm

Compiling Issues

Post by Lotus Wolf » Tue Aug 10, 2010 5:52 pm

So I've been tinkering with the source, and I'm ready to compile. However, it appears that my Borland C compilers (bcc32) are broken, and a fresh install does not fix them. When I try to configure in CMake I get this message:

Code: Select all

The C compiler identification is Borland
The CXX compiler identification is Borland
Check for working C compiler: C:/Borland/BCC55/Bin/bcc32.exe
CMake Error: Generator: execution of make failed. Make command was: make "cmTryCompileExec\fast"
Check for working C compiler: C:/Borland/BCC55/Bin/bcc32.exe -- broken
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
  The C compiler "C:/Borland/BCC55/Bin/bcc32.exe" is not able to compile a
  simple test program.

  It fails with the following output:

   Change Dir: C:/Users/Lornel/Desktop/New England/CMakeFiles/CMakeTmp

  

  Run Build Command:make "cmTryCompileExec\fast"

  The system cannot find the file specified

  Generator: execution of make failed.  Make command was: make
  "cmTryCompileExec\fast"

  

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:1 (project)


Configuring incomplete, errors occurred!
Running Windows Vista SP1 64-bit OS.

Post Reply