#linuxcnc-devel Logs

Jul 08 2023

#linuxcnc-devel Calendar

03:14 PM Unterhaus_ is now known as Unterhausen
04:38 PM -!- #linuxcnc-devel mode set to +v by ChanServ
04:59 PM -!- #linuxcnc-devel mode set to +v by ChanServ
07:03 PM andypugh_: Does 2.9 compile for other folk?
07:03 PM andypugh_: I get:
07:03 PM andypugh_: hal/components/limit_axis.comp:67:3: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
07:03 PM andypugh_: hal/components/limit_axis.comp:67:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
07:03 PM andypugh_: make[2]: *** [scripts/Makefile.build:304: /home/andypugh/linuxcnc-dev/src/objects/hal/components/limit_axis.o] Error 1
07:03 PM andypugh_: make[1]: Leaving directory '/usr/src/linux-headers-4.19.195-rtai-amd64'
07:04 PM andypugh_: As the one who merged that component, I am worrying that I didn’t test enough, though it compiled for me on my dev machine.
08:48 PM Tom_L: andypugh_, what's the switch to compile with no docs? i'll try it here
08:49 PM andypugh_: ./configure --enable-build-documentation=no
08:50 PM Tom_L: ok trying it
08:55 PM Tom_L: does it create a build logfile?
08:55 PM CaptHindsight[m]: https://sourceforge.net/p/emc/mailman/message/37855211/ is this a similar problem?
08:55 PM Tom_L: getting quite a few warnings
08:58 PM Tom_L: rip works
09:01 PM -!- #linuxcnc-devel mode set to +v by ChanServ
09:02 PM Tom_L: woops, andypugh_ i posted a result in the main channel
09:02 PM andypugh_: So, the good news is, it’s just me,
09:02 PM Tom_L: seems so
09:03 PM Tom_L: just did a clone, checkout 2.9 and make etc
09:03 PM andypugh_: So I just need to fix my test VM.
09:04 PM Tom_L: man that was quick with nodocs :)
09:04 PM -!- #linuxcnc-devel mode set to +v by ChanServ
09:05 PM Tom_dev: LINUXCNC - 2.9.0~pre1+git20230208.f1270d6ed7
09:05 PM Tom_dev: if that makes any difference
09:50 PM andypugh_: Thanks