On 2023/09/21 11:40, Solene Rapenne wrote: > Le Thu, 21 Sep 2023 00:11:40 +0200, > Joel Carnat <j...@carnat.net> a écrit : > > > Hello, > > > > WindowMaker has been updated this summer. > > Release note is available here: http://www.windowmaker.org/news/ > > > > Find a diff to port attached. > > I'm running it on "OpenBSD/amd64 7.4-beta (GENERIC.MP) #1371" > > > > Regards, > > Joel C. > > for some reasons I can't compile it
Removing SEPARATE_BUILD fixes this. (It also builds, though maybe incorrectly, if older windowmaker is already installed). > cc -DHAVE_CONFIG_H -I. -I/tmp/pobj/WindowMaker-0.96.0/WindowMaker-0.96.0/util > -I.. -I/tmp/pobj/WindowMaker-0.96.0/WindowMaker-0.96.0/WINGs -I../wrlib > -I/usr/local/include -I/usr/X11R6/include -DETCDIR=\"sysconfdir\" > -DDATADIR=\"pkgdatadir\" -I/usr/X11R6/include -I/usr/local/include -DNDEBUG > -DOPENBSD -O2 -pipe -std=gnu99 -std=c11 -Wall -Wextra -Wno-sign-compare > -Wno-deprecated -Wno-deprecated-declarations -MT wmiv-wmiv.o -MD -MP -MF > .deps/wmiv-wmiv.Tpo -c -o wmiv-wmiv.o `test -f 'wmiv.c' || echo > '/tmp/pobj/WindowMaker-0.96.0/WindowMaker-0.96.0/util/'`wmiv.c > /tmp/pobj/WindowMaker-0.96.0/WindowMaker-0.96.0/util/wmiv.c:27:10: fatal > error: 'WINGs/WINGsP.h' file not found > #include <WINGs/WINGsP.h> > ^~~~~~~~~~~~~~~~ > 1 error generated. > gmake[3]: *** [Makefile:794: wmiv-wmiv.o] Error 1 > gmake[3]: Leaving directory '/tmp/pobj/WindowMaker-0.96.0/build-amd64/util' > gmake[2]: *** [Makefile:820: all-recursive] Error 1 > gmake[2]: Leaving directory '/tmp/pobj/WindowMaker-0.96.0/build-amd64/util' > gmake[1]: *** [Makefile:498: all-recursive] Error 1 > gmake[1]: Leaving directory '/tmp/pobj/WindowMaker-0.96.0/build-amd64' > gmake: *** [Makefile:434: all] Error 2 >