Hi Thomas,

I excluded the line    *es = crypt(str, salt);*
> and I also excluded the whole *SysWordExp Method*.
>
Commenting them is fine. Not all platforms provide full functionality.
These aren't core functions, so they are just left out.
CMake should detect this and skip them if unavailable.
In fact, CMake does detect wordexp, but it seems it doesn't work.
On  a typical system you should see

-- Looking for wordexp
-- Looking for wordexp - found
-- Looking for wordexp.h
-- Looking for wordexp.h - found

What do you see?

I can then update our CMake accordingly.

/bin/sh: line 1:
> /home/tjk/coding/oorexx/oorexxsvn/main/trunk/bin/rexximage: No such file or
> directory
>
rexximage is an executable that creates rexx.img.
What does ls -l /home/tjk/coding/oorexx/oorexxsvn/main/trunk/bin/rexximage
show?
For a test, you can try to run it manually with ./rexximage rexx.img
When doing a cross-compile this executable is probably an Android ARM
binary that cannot be directly run on your host system.
Do you have an Android emulator to run it in?
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to