Author Topic: Compiling (issue)  (Read 1827 times)

Psychedelic_hands

  • Guest
Compiling (issue)
« on: 23 July 2011, 09:39:02 »
I'm trying to compile for the first time, and and when I try to clone the git into the directory and I get an error:
"git have not installed"
then I get a Git Command Process window which simply says git.exe clone   -v  "git://glestae.git.sourceforge.net/gitroot/glestae/glestae" "C:\Program Files\GAE". I assume this is meant to copy the sourcecode into the directory, yet that doesn't happen for me. I've installed every program and done exactly what the compile guide has told me.
Sorry if there is an obvious mistake that I've missed, and I'm also sorry because I realise I don't have much info here. :-[
« Last Edit: 23 July 2011, 10:10:54 by Psychedelic_hands »

will

  • Golem
  • ******
  • Posts: 783
    • View Profile
Re: Compiling (issue)
« Reply #1 on: 23 July 2011, 10:06:08 »
You need to insure git is installed, and that it is in your path.

Yggdrasil

  • Local Moderator
  • Ornithopter
  • ********
  • Posts: 408
    • View Profile
Re: Compiling (issue)
« Reply #2 on: 23 July 2011, 15:40:55 »
How did you install git?

Have a look at this wiki page:
http://sourceforge.net/apps/trac/glestae/wiki/ObtainingSource

Psychedelic_hands

  • Guest
Re: Compiling (issue)
« Reply #3 on: 24 July 2011, 10:16:26 »
Alright, by following instructions in this forum(http://groups.google.com/group/tortoisegit-users/browse_thread/thread/ff1d81f59cd5fe90) I think I got it working...
I'll post in this thread again if I have any more issues, thanks  :).

Psychedelic_hands

  • Guest
Re: Compiling (issue)
« Reply #4 on: 31 July 2011, 08:22:15 »
Quote
Check for working CXX compiler using: Visual Studio 9 2008 Win64
Check for working CXX compiler using: Visual Studio 9 2008 Win64 -- broken
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:45 (MESSAGE):
  The C++ compiler "cl" is not able to compile a simple test program.

  It fails with the following output:

   Change Dir: C:/Users/Liam/GAE/glestae/build/CMakeFiles/CMakeTmp

 

  Run Build Command:c:\PROGRA~2\MICROS~1.0\Common7\IDE\VCExpress.exe
  CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec

 

  Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1.

  Copyright (C) Microsoft Corp 2007.  All rights reserved.

 

  The project consists entirely of configurations that require support for
  platforms which are not installed on this machine.  The project cannot be
  loaded.

  The project consists entirely of configurations that require support for
  platforms which are not installed on this machine.  The project cannot be
  loaded.

  Invalid project

 

  Use:

  vcexpress [solutionfile | projectfile | anyfile.ext] [switches]

 

  The first argument for devenv is usually a solution file or project file.

  You can also use any other file as the first argument if you want to have
  the

  file open automatically in an editor.  When you enter a project file, the
  IDE

  looks for an .sln file with the same base name as the project file in the

  parent directory for the project file.  If no such .sln file exists, then
  the

  IDE looks for a single .sln file that references the project.  If no such
  single

  .sln file exists, then the IDE creates an unsaved solution with a default
  .sln

  file name that has the same base name as the project file.

 

  Command line builds:

  devenv solutionfile.sln /build [ solutionconfig ] [ /project
  projectnameorfile [ /projectconfig name ] ]

  Available command line switches:

 

  /Log      Logs IDE activity to the specified file for troubleshooting.

  /ResetSettings   Restores the IDE's default settings, optionally resets to

        the specified VSSettings file.

  /SafeMode   Launches the IDE in safe mode loading minimal windows.

 

  Product-specific switches:

 

  /debugexe   Open the specified executable to be debugged.  The

        remainder of the command line is passed to this

        executable as its arguments.

  /useenv      Use PATH, INCLUDE, LIBPATH, and LIB environment variables

        instead of IDE paths for VC++ builds.

 

  To attach the debugger from the command line, use:

     VsJITDebugger.exe -p <pid>

 

 

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

Configuring incomplete, errors occurred!

Alright, when I press configure I get an error and this message in the box below  :-\.

Yggdrasil

  • Local Moderator
  • Ornithopter
  • ********
  • Posts: 408
    • View Profile
Re: Compiling (issue)
« Reply #5 on: 31 July 2011, 11:12:01 »
Please use the 32bit compiler. Choose "Visual Studio 9 2008" in CMake, not the Win64 thing.

 

anything