Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-22 Thread Erich Steinböck
> > Just left with the 3 rexxc fails on both > Jason, can you provide remote access to your system, so I could try to figure out what's wrong? On Fri, Dec 21, 2018 at 5:47 PM Jason Martin wrote: > r11636 build and tested for both 32 and 64. > > Works. > > Thanks. > > Just left with the 3 rexxc f

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-21 Thread Jason Martin
r11636 build and tested for both 32 and 64. Works. Thanks. Just left with the 3 rexxc fails on both. Would be interested in how these three asserts turn out on a Solaris box. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net htt

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-20 Thread Erich Steinböck
> > error: invalid conversion from 'int*' to 'pid_t* {aka long int*}' > [-fpermissive] > if (posix_spawnp(&pid, argv[0], &action, NULL, argv, > getEnvironment()) != 0) > Hi Jason, this should be fixed now with revision [r11630] ___ Oorexx-devel

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-18 Thread Jason Martin
Will not be around today. 1) TRY 32-BIT WITHOUT -FPERMISSIVE BOMBS [ 65%] Building CXX object CMakeFiles/rexx.dir/interpreter/platform/unix/SystemCommands.cpp.o /export/home/agrellum/oi-userland/components/developer/oorexx/oorexx-5.0.0/interpreter/platform/unix/SystemCommands.cpp: In function

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-17 Thread P.O. Jonsson
These were the settings in more detail when the machine was set up (Erich may have changed some settings since) ** ** Visual Studio 2017 Developer Command Prompt v15.9.3 ** Copyright (c) 2017 Microsoft Corporation ***

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-17 Thread Erich Steinböck
> > is the build machine on a different version of the compiler? > The build slave was setup just weeks ago and is running the latest VS 2017 Studio. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/list

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-17 Thread Rick McGuire
Ok, thankfully this ended up being a fairly simple fix. This post allowed me to figure out the problem: https://stackoverflow.com/questions/538134/exporting-functions-from-a-dll-with-dllexport StackOverFlow to the rescue again. Basically, the library was linking ok, but the package loaded was get

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-17 Thread Rick McGuire
is the build machine on a different version of the compiler? I'm able to get the failure using the same version as Rony. I think I might be closing in on a fix, but so far, my fix attempts have only worked on one of the two builds. Rick On Mon, Dec 17, 2018 at 9:48 AM Erich Steinböck wrote: > R

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-17 Thread Erich Steinböck
Rony, our build machine successfully builds r11627 for 32-bit Windows. (The Jenkins job itself fails, but for a different reason). ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-17 Thread Rony G. Flatscher
On 17.12.2018 14:12, Rick McGuire wrote: > What compiler version are you using? G:\oorexx.tmp\oorexxBuild\debug32.trunk>cmake -G "NMake Makefiles" F:\work\svn\oorexx\main\trunk -- The C compiler identification is MSVC 19.0.24215.1 -- The CXX compiler identification is MSVC 19.0.24215.

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-17 Thread Rick McGuire
What compiler version are you using? Rick On Mon, Dec 17, 2018 at 8:10 AM Rony G. Flatscher wrote: > While compiling for the 32-bit Windows version, svn rev. 11627, the > compilation stops with the following error information: > > ... cut ... > [ 72%] Linking CXX shared library bin\orexxole.dll

[Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-17 Thread Rony G. Flatscher
While compiling for the 32-bit Windows version, svn rev. 11627, the compilation stops with the following error information: ... cut ... [ 72%] Linking CXX shared library bin\orexxole.dll Creating library bin\orexxole.lib and object bin\orexxole.exp [ 72%] Built target orexxole