#linuxcnc-devel | Logs for 2014-04-27

Back
[00:00:03] <KGB-linuxcnc> 03Chris Radek 05v2.5_branch e8d55e2 06linuxcnc 10nc_files/daisy.ngc Moves are way too short to make tones, if in mm mode * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e8d55e2
[02:00:33] <memleak> any experienced C coders around?
[02:16:32] <memleak> if you declare a reference (did i say that right?) inside a function via "extern int" how come during linking it will be an undefined reference when actually used inside that same function?
[02:16:40] <memleak> could LDFLAGS cause it?
[02:20:04] <memleak> void stuff(void); { (new line) extern int name_of_something(const char *fmt, ...); (new line) name_of_something("BLAH\n"); }
[03:27:48] <archivist> because it expected it to be defined externally to that function
[03:35:31] <memleak> ah and if it isn't linked properly, even though it is in fact defined externally, it will say undefined, i see.
[05:48:40] <memleak> archivist, thanks! problem is fixed!
[05:49:07] <archivist> :)
[05:49:59] <memleak> off to bed now, night all!
[05:50:21] <memleak> (btw dont use that RTAI tree i just uploaded, hard locks like crazy randomly)
[17:41:31] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.6 0be7e8b 06linuxcnc 10nc_files/daisy.ngc Merge remote-tracking branch 'origin/v2.5_branch' into 2.6 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=0be7e8b
[19:00:02] <KGB-linuxcnc> 03Sebastian Kuzminsky 05signed tags 73bb4d3 06linuxcnc 03v2.6.0-pre2 LinuxCNC v2.6.0~pre2 (tagged commit: 0be7e8b) * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=73bb4d3
[19:00:33] <seb_kuzminsky> crap
[19:01:26] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.6 58085c6 06linuxcnc 10VERSION 10debian/changelog update changelog & VERSION for 2.6.0~pre2 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=58085c6
[19:02:47] <seb_kuzminsky> ok, i think i moved the 2.6.0~pre2 tag to the correct commit (58085c)
[19:39:13] <cradek> cool!
[22:15:24] <memleak> hi all! im using ubuntu 10.04 with memleak / shabbyx 3.4.55 kernel but im having trouble installing linuxcnc for the 3.4.55 kernel
[22:15:46] <memleak> linuxcnc is compiled against specific kernels, are there 2.5 debs for 10.04 with the 3.4.55 kernel?
[22:17:24] <memleak> oh i see you just change the word precise to lucid on the 12.04 page it seems
[22:17:53] <memleak> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?LinuxCNC_On_Ubuntu_Precise -> http://buildbot.linuxcnc.org/
[22:18:31] <memleak> now i just have to hope that "deb http://buildbot.linuxcnc.org/ lucid v2.5_branch-rt" is built against 3.4.55 ?
[22:20:23] <memleak> if i had to guess, comment out last line of /etc/apt/sources.list (the lucid repo for linuxcnc) and change it to "deb http://buildbot.linuxcnc.org/ lucid v2.5_branch-rt" after adding in the 3.4.55 kernel repo for precise into /etc/apt/sources.list.d/linuxcnc.list
[22:20:37] <memleak> is that correct?
[22:24:19] <memleak> heh no need to guess, dpkg is smart. lucid v2.5_branch-rt depends on 2.6.32
[22:25:39] <memleak> lucid 2.6-rt has the same error..