Re: [CMake] Windows Path Issues

2014-08-07 Thread Ivan Hrasko
...@gmail.com Cc: cmake@cmake.org Subject: Re: [CMake] Windows Path Issues Sorry about that. I am using Git Bash which is definitely a confusing environment. The compiler is PropGCC - the target is an embedded system. PropGCC ships with GNU Make 3.81 (and make --version confirms that is the version

Re: [CMake] Windows Path Issues

2014-08-06 Thread david
appreciated. Thanks, David -Original Message- From: da...@zemon.name Sent: Tuesday, August 5, 2014 3:34pm To: Ivan Hrasko abhra...@gmail.com Cc: cmake@cmake.org Subject: Re: [CMake] Windows Path Issues Sorry about that. I am using Git Bash which is definitely a confusing environment

Re: [CMake] Windows Path Issues

2014-08-06 Thread David Cole via CMake
What's in your toolchain file? Is the file at C:/software/propgcc/bin/propeller-elf-gcc named propeller-elf-gcc.exe? Should there be a .exe in the compiler file name? What GNU make are you using? (The primary ones well tested for use with CMake on Windows are MinGW and MSYS...) Can you

Re: [CMake] Windows Path Issues

2014-08-06 Thread Daniel Schepler
@cmake.org Subject: Re: [CMake] Windows Path Issues I've run it from CMD this time instead of Git Bash. Same results: C:\Users\IGEN006\WORKSPACE_C_CPP\PropWarecmake -G Unix Makefiles . -- The C compiler identification is GNU 4.6.1 -- The CXX compiler identification is GNU 4.6.1 -- The COGCXX compiler

[CMake] Windows Path Issues

2014-08-05 Thread david
I'm generally a Linux guy but need this project to work on all three main platforms. I have my toolchain file working nicely in Linux, but for some reason I'm getting an error on Windows. Here's top of the console output: bash-3.1$ cmake -G Unix Makefiles . -- The C compiler identification

[CMake] Windows Path Issues

2014-08-05 Thread Ivan Hrasko
1. What your environment exactly is? It does not look like Windows only (because I see in your log: bash-3.1$ cmake -G Unix Makefiles . ), so I expect you are using something like Cygwin and when you use this kind of environment you can have problems with paths. For example

Re: [CMake] Windows Path Issues

2014-08-05 Thread Ivan Hrasko
1. What your environment exactly is? It does not look like Windows only (because I see in your log: bash-3.1$ cmake -G Unix Makefiles . ), so I expect you are using something like Cygwin and when you use this kind of environment you can have problems with paths. For example

Re: [CMake] Windows Path Issues

2014-08-05 Thread david
Subject: Re: [CMake] Windows Path Issues 1. What your environment exactly is? It does not look like Windows only (because I see in your log: bash-3.1$ cmake -G Unix Makefiles . ), so I expect you are using something like Cygwin and when you use this kind of environment you can have problems