Greetings Erich,

Erich Steinböck wrote:
Or try if you can simple ignore kunden and use an absolute path starting with 
/homepages/35/d......
Just check if ls /homepages works


Brilliant suggestion! That does work. I am building now. Used CMake suntax:


cmake -DCMAKE_BUILD_TYPE=RELEASE 
-DCMAKE_INSTALL_PREFIX=/homepages/35/d157794216/htdocs/build/oorexxbuild/release/opt/oorexx
 ../../ooRexx-5.0.0/oorexx-code-0

I had to fullpath as ~ has the funky link /kunden/ in it.

Now the compile (make) blows up at...


[ 80%] Building CXX object 
CMakeFiles/rexx.dir/interpreter/streamLibrary/StreamNative.cpp.o
[ 80%] Building CXX object 
CMakeFiles/rexx.dir/interpreter/streamLibrary/FileNative.cpp.o
[ 81%] Building CXX object 
CMakeFiles/rexx.dir/interpreter/platform/unix/RexxMain.cpp.o
Linking CXX shared library lib/librexx.so
[ 81%] Built target rexx
Scanning dependencies of target hostemu
[ 81%] Building CXX object 
CMakeFiles/hostemu.dir/extensions/hostemu/platform/unix/hostemu.cpp.o
[ 82%] Building CXX object 
CMakeFiles/hostemu.dir/extensions/hostemu/cmdparse.cpp.o
..\..\cmdparse.cpp: In function ‘int yyparse()’:
..\..\cmdparse.cpp:1603:35: warning: deprecated conversion from string constant 
to ‘char*’ [-Wwrite-strings]
..\..\cmdparse.cpp:1746:35: warning: deprecated conversion from string constant 
to ‘char*’ [-Wwrite-strings]
Linking CXX shared library lib/libhostemu.so
[ 82%] Built target hostemu
Scanning dependencies of target ncurses_cls
[ 82%] Generating bin/ncurses.cls
[ 82%] Built target ncurses_cls
Scanning dependencies of target orxncurses
[ 83%] Building CXX object 
CMakeFiles/orxncurses.dir/extensions/orxncurses/orxncurses.cpp.o
/homepages/35/d157794216/htdocs/build/ooRexx-5.0.0/oorexx-code-0/extensions/orxncurses/orxncurses.cpp:50:20:
 fatal error: curses.h: No such file or directory
 #include <curses.h>
                    ^
compilation terminated.
CMakeFiles/orxncurses.dir/build.make:54: recipe for target 
'CMakeFiles/orxncurses.dir/extensions/orxncurses/orxncurses.cpp.o' failed
make[2]: *** [CMakeFiles/orxncurses.dir/extensions/orxncurses/orxncurses.cpp.o] 
Error 1
CMakeFiles/Makefile2:167: recipe for target 'CMakeFiles/orxncurses.dir/all' 
failed
make[1]: *** [CMakeFiles/orxncurses.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2


Again, this was built from source SVN pull:
Checked out revision 11717.

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