> The windows-build.txt file is reasonably up to date. I'd read that for
> details and then ask questions if you need to.
>
>
Thanks for the tips, Mark. After a lot of fiddling I've managed to get as
far as compiling the rexxapi and the interpreter, but then it fails with
the follow in OREXXOLE:
Compiling events.cpp
cl /EHsc /nologo /D:_X86_ /DWIN32 -DORX_VER=4 -DORX_REL=1 -DORX_MOD=4
-DOOREXX_BLD=9491 -DOOREXX_COPY_YEAR=\""2005-2013"\" /W3
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE -c -O2 /Gr /DNDEBUG
/Gs /FAcs
/FaC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\Win32Rel\ASM\events.asm
/DNULL=0 /MT
/FoC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\Win32Rel\events.obj
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\lib\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\common\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\common\platform\windows\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\api\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\api\platform\windows\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\classes\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\classes\support\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\runtime\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\behaviour\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\concurrency\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\execution\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\memory\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\package\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\expression\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\instructions\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\parser\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\platform\windows\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\streamLibrary\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\messages\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\platform\windows\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\rexutils\windows
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\extensions\platform\windows\oodialog\
-I\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\extensions\platform\windows\ole\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\extensions\platform\windows\orxscrpt\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\interpreter\messages\
-IC:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\extensions\hostemu\
C:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\extensions\platform\windows\ole\events.cpp
events.cpp
C:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.1\extensions\platform\windows\ole\events.cpp(51)
: fatal error C1083: Cannot open include file: 'agtctl_i.c': No such file
or directory
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
I've found the missing agtctl_i.c in a MinGW folder so have tried to add
the following to compile.bat but it doesn't help:
set LIB=C:\MinGW64\x86_64-w64-mingw32\libsrc;%LIB%
set LIBPATH=C:\MinGW64\x86_64-w64-mingw32\libsrc;%LIBPATH%
How can I solve this please?
Staffan
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-users