Greetings Erich,

Erich Steinböck wrote:
Michael,
OS_DIST provides a string that will become part of the package name generated 
with CPack.  If you don't generate a package, there's no need to use this 
option.  Same for BUILD_DEB.

for the DCMAKE_INSTALL_PREFIX arg, what is the difference between full path specifying and passing in the ~ symbol?
You can use any form of path specification, including full path. "~" is just a 
shortcut for the user's home directory.


I decided to try the build again on this cold evening here in Michigan. Here is 
how far I got:

Version: v5.0.0 Beta

mkdir ~/build/ooRexx-5.0.0
cd ~/build/ooRexx-5.0.0

svn checkout svn://svn.code.sf.net/p/oorexx/code-0/main/trunk oorexx-code-0

Checked out revision 11692.

Code gets downloaded to directory: ~/build/ooRexx-5.0.0/oorexx-code-0/

cd ..
mkdir oorexxbuild
cd oorexxbuild
mkdir release
cd release

cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=~/opt/oorexx 
../../ooRexx-5.0.0/oorexx-code-0

-- Looking for usersec.h
-- Looking for usersec.h - not found
-- Looking for ncurses.h
-- Looking for ncurses.h - not found
CMake Error at CMakeLists.txt:1831 (add_subdirectory):
  add_subdirectory not given a binary directory but the given source
  directory
  
"/kunden/kunden/kunden/homepages/35/d157794216/htdocs/build/ooRexx-5.0.0/oorexx-code-0/samples"
  is not a subdirectory of
  
"/kunden/kunden/homepages/35/d157794216/htdocs/build/ooRexx-5.0.0/oorexx-code-0".
  When specifying an out-of-tree source a binary directory must be explicitly
  specified.


CMake Error at CMakeLists.txt:1834 (add_subdirectory):
  add_subdirectory not given a binary directory but the given source
  directory
  
"/kunden/kunden/kunden/homepages/35/d157794216/htdocs/build/ooRexx-5.0.0/oorexx-code-0/testbinaries"
  is not a subdirectory of
  
"/kunden/kunden/homepages/35/d157794216/htdocs/build/ooRexx-5.0.0/oorexx-code-0".
  When specifying an out-of-tree source a binary directory must be explicitly
  specified.


-- Configuring incomplete, errors occurred!
See also 
"/kunden/homepages/35/d157794216/htdocs/build/oorexxbuild/release/CMakeFiles/CMakeOutput.log".
See also 
"/kunden/homepages/35/d157794216/htdocs/build/oorexxbuild/release/CMakeFiles/CMakeError.log".
(uiserver):u40009095:~/build/oorexxbuild/release$



Looks to me like the error is in stacking up multiple /kunden/ directories in 
the path. There should only be one:

(uiserver):u40009095:~/build/oorexxbuild/release$ pwd
/kunden/homepages/35/d157794216/htdocs/build/oorexxbuild/release


Suggestions / assistance please.

I am thankful,

--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/


_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to