Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Trying to compile

Anonymous
Wednesday, March 23, 2011 - 02:53

Hi guys trying to compile the latest flare and getting stuck here:

 

liam@liamspc:~/Downloads/flare_v012/build$ cmake .

-- The CXX compiler identification is unknown

CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.

-- Configuring incomplete, errors occurred!

Can someone point me in the right direction?

  • Log in or register to post comments
Clint Bellanger
joined 15 years 7 months ago
Wednesday, March 23, 2011 - 06:37
Clint Bellanger's picture

Anon, what operating system are you on? And do you have a C++ compiler installed?

  • Log in or register to post comments
Anonymous (not verified)
joined 0 sec ago
127.0.0.1
Wednesday, March 23, 2011 - 19:22

On Ubuntu 10.10 64bit.

 

What Compiler would i need?

  • Log in or register to post comments
Clint Bellanger
joined 15 years 7 months ago
Wednesday, March 23, 2011 - 19:41
Clint Bellanger's picture

Hm, maybe try this first.

sudo apt-get install build-essential

 

  • Log in or register to post comments
ceninan
joined 16 years 3 weeks ago
Thursday, March 24, 2011 - 04:34
ceninan's picture

You may or may not also have to do "sudo apt-get install g++" (not sure if is included in build-essentials).

You will also need the SDL development packages, but the build should tell you about those!

  • Log in or register to post comments