Re: [CMake] No Such File or Directory

2014-08-18 Thread David Zemon
t; Sent: Sonntag, 17. August 2014 01:51 > To: David Zemon > Cc: cmake@cmake.org > Subject: Re: [CMake] No Such File or Directory > > On 2014-08-16 15:02-0500 David Zemon wrote: > > > Hello, > > > > After downloading the 3.0.1 binary Linux distribution o

Re: [CMake] No Such File or Directory

2014-08-18 Thread Jakub Zakrzewski
-Original Message- From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Alan W. Irwin Sent: Sonntag, 17. August 2014 01:51 To: David Zemon Cc: cmake@cmake.org Subject: Re: [CMake] No Such File or Directory On 2014-08-16 15:02-0500 David Zemon wrote: > Hello, > > After do

Re: [CMake] No Such File or Directory

2014-08-16 Thread Alan W. Irwin
y a blank so it looks like there is no actual path in front of your cmake invocation. bash: /home/david/cmake-3.0.1-Linux-i386/bin/cmake: No such file or directory I am pretty sure this issue is due to a very long-standing Linux security feature where you have to specify executables using a path

Re: [CMake] No Such File or Directory

2014-08-16 Thread Marcel Loose
ome/david/cmake-3.0.1-Linux-i386/bin/cmake: No such file or > directory *david@fresh-ubuntu:~/**PropWare/util$* which cmake > /home/david/cmake-3.0.1-Linux-i386/bin/cmake > *david@fresh-ubuntu:~/**PropWare/util$* > /home/david/cmake-3.0.1-Linux-i386/bin/cmake bash: > /home/david/

[CMake] No Such File or Directory

2014-08-16 Thread David Zemon
Hello, After downloading the 3.0.1 binary Linux distribution of CMake, I am running into the following bash error: *david@fresh-ubuntu:~/**PropWare/util$* cmake bash: /home/david/cmake-3.0.1-Linux-i386/bin/cmake: No such file or directory *david@fresh-ubuntu:~/**PropWare/util

Re: [CMake] "No such file or directory" error when using cmake/swig

2009-06-01 Thread Gerrick Bivins
Thanks for the tip! Searching the docs for the make_directory flag led me to using: FILE(MAKE_DIRECTORY directory1 directory2...) Works perfectly!!! Thanks again. Gerrick On 6/1/09 10:11 AM, "Tyler Roscoe" wrote: > cmake -E make_directory ___ Powere

Re: [CMake] "No such file or directory" error when using cmake/swig

2009-06-01 Thread Tyler Roscoe
On Mon, Jun 01, 2009 at 09:02:31AM -0500, Gerrick Bivins wrote: > I thought I could work around this by creating the directory during the > build but I can't find any commands to do something similar to "mkdir". Look at cmake -E make_directory. You can run that as part of your build process with

[CMake] "No such file or directory" error when using cmake/swig

2009-06-01 Thread Gerrick Bivins
Hello, I'm trying to use swig & cmake to generate java files for one of my libraries. The problem I'm having is that I'd like to create a jar from the output file but I don't know how to create a directory that swig can write to from Cmake. I've specified: SET(CMAKE_SWIG_OUTDIR "${PROJECT_BIN