I don't have a cross build example. Maybe John does.
It's not clear to me where the error is there. If you post the full output, maybe I could spot it.
Hi John,
I try to get the CI/CD chain back to live. I tried to build the windows cross build on opensuse by using the the latest source package from Ben which is 1.5.3-g8d023f. Inside the source tree I created a build directory „fritz“. From there I started "mingw64-configure“ and then „mingw64-make“. The configure stage was successfull but the make ended with
libtool: link: /usr/bin/x86_64-w64-mingw32-ranlib .libs/libgl.a
libtool: link: ( cd ".libs" && rm -f "libgl.la" && ln -s "../libgl.la" "libgl.la" )
make[6]: Leaving directory '/home/pspp/pspp-1.5.3-g8d023f/fritz/native/gl'
make[5]: Leaving directory '/home/pspp/pspp-1.5.3-g8d023f/fritz/native/gl'
make[4]: Leaving directory '/home/pspp/pspp-1.5.3-g8d023f/fritz/native/gl'
make[3]: Leaving directory '/home/pspp/pspp-1.5.3-g8d023f/fritz/native'
(cd native && flock --verbose ./native-lock make src/ui/terminal/pspp)
flock: getting lock took 0.000016 seconds
flock: executing make
make[3]: Entering directory '/home/pspp/pspp-1.5.3-g8d023f/fritz/native'
make[3]: *** No rule to make target 'src/ui/terminal/pspp'. Stop.
make[3]: Leaving directory '/home/pspp/pspp-1.5.3-g8d023f/fritz/native'
make[2]: *** [Makefile:14330: native/src/ui/terminal/pspp] Error 2
make[2]: Leaving directory '/home/pspp/pspp-1.5.3-g8d023f/fritz'
make[1]: *** [Makefile:12371: all-recursive] Error 1
make[1]: Leaving directory '/home/pspp/pspp-1.5.3-g8d023f/fritz'
make: *** [Makefile:6490: all] Error 2
(sandbox) pspp@windows:~/pspp-1.5.3-g8d023f/fritz$ mingw64-configure
Do you maybe have an example how to do the windows cross build?
Regards
Fritz