#linuxcnc-devel | Logs for 2012-10-06

Back
[00:01:47] -!- Jim_ has quit [Client Quit]
[00:01:47] -!- logger[mah] has quit [Remote host closed the connection]
[00:01:55] -!- logger[mah] [logger[mah]!~loggermah@mail.mah.priv.at] has joined #linuxcnc-devel
[00:01:56] -!- logger[mah] has quit [Remote host closed the connection]
[00:02:02] -!- logger[mah] [logger[mah]!~loggermah@mail.mah.priv.at] has joined #linuxcnc-devel
[00:05:50] -!- Nick001-Shop has quit [Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427]]
[00:10:14] -!- micges has quit [Quit: Leaving]
[00:11:30] -!- morfic has quit [Ping timeout: 264 seconds]
[00:12:08] -!- asdfasd has quit [Ping timeout: 240 seconds]
[00:18:28] -!- gmagno has quit [Ping timeout: 244 seconds]
[00:39:39] <skunkworks__> logger[psha]:
[00:59:30] -!- sumpfralle has quit [Ping timeout: 264 seconds]
[01:03:30] -!- kmiyashiro has quit [Quit: kmiyashiro]
[01:03:31] -!- PCW has quit [Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427]]
[01:04:10] -!- broofa has quit [Quit: Computer has gone to sleep.]
[01:10:35] -!- jthornton_ has quit [Read error: Connection timed out]
[01:11:57] -!- jthornton_ [jthornton_!~john@184-63-140-99.cust.wildblue.net] has joined #linuxcnc-devel
[01:29:53] -!- sumpfralle1 has quit [Ping timeout: 255 seconds]
[01:34:07] -!- gmagno has quit [Quit: Leaving]
[01:35:27] -!- jpk has quit [Ping timeout: 240 seconds]
[01:39:57] -!- maximilian_h has quit [Quit: Leaving.]
[01:40:39] -!- jthornton_ has quit [Read error: Connection reset by peer]
[01:42:08] -!- JT-Shop-2 [JT-Shop-2!~John@184.63.140.99] has joined #linuxcnc-devel
[01:42:08] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc-devel
[01:42:32] -!- JT-Shop has quit [Read error: Connection reset by peer]
[01:47:58] <cradek> andypugh: do a git grep CONFIG_STEPGEN
[01:48:10] <andypugh> Sorted it out now.
[01:48:16] <cradek> that =m is what kbuild uses to know to make it into a module. that's why your cut-and-paste error doesn't matter
[01:48:48] <andypugh> But I am really struggling with getting a version that compiles both sim and realtime.
[01:48:55] <cradek> did you fix it by putting CONFIG_LCD=m in Makefile.inc.in?
[01:49:00] <andypugh> Yes
[01:49:41] <cradek> ok, sounds like I'm way too late - glad you figured it out
[01:50:13] <andypugh> The current problem is Netatalk, the networking protocol that lets my Mac see the Linux filesystem. About an hour in I got: Files exist in debian/tmp, but should not:
[01:50:14] <andypugh> debian/tmp/usr/share/doc/linuxcnc/examples/sample-configs/.AppleDouble/.Parent
[01:50:26] <andypugh> Argh!
[01:51:16] <cradek> can't help you there. be sure you check your diffs for apple droppings before you commit anything... :-P
[01:51:35] <skunkworks__> heh
[01:51:45] <andypugh> Do you know which library do_div() lives in?
[01:52:12] <cradek> I don't know what that is at all
[01:52:41] <andypugh> It's a macro that allows you to divide 64-bit numbers. Otherwise, you can't.
[01:53:49] <cradek> http://www.cs.fsu.edu/~baker/devices/lxr/http/ident?i=do_div
[01:54:26] <cradek> not sure if you can just include that div64.h
[01:54:50] <andypugh> It's a question of where it is in the include paths
[01:55:13] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[01:55:53] <cradek> have you tried #include <asm/div64.h>
[01:56:05] <andypugh> Yes. There is no such file.
[01:57:09] <cradek> sorry, I don't know then
[01:57:12] <andypugh> There are many versions of the file, all in linux-headers--4749383928-/arch/i386/asm/ (or similar)
[01:57:39] <andypugh> But I think I need them to be in /usr/include?
[01:59:12] <cradek> I wonder if you need to put it in rtapi_math.h or somesuch
[01:59:21] <cradek> I have no clue about this.
[02:01:44] -!- jpk has quit [Ping timeout: 260 seconds]
[02:05:50] <andypugh> Well, #including rtai_math.h allows the sim to compile, but stops the real build. Leaving that out compiles normally realtime, but breaks in a sim compile..
[02:06:15] <andypugh> (that's rtai_hal.h, sorry)
[02:09:26] -!- jthornton_ [jthornton_!~john@184.63.140.99] has joined #linuxcnc-devel
[02:09:27] -!- jthornton has quit [Read error: Connection reset by peer]
[02:09:27] -!- JT-Shop-2 has quit [Read error: Connection reset by peer]
[02:09:29] -!- JT-Shop-3 [JT-Shop-3!~John@184.63.140.99] has joined #linuxcnc-devel
[02:09:30] <andypugh> I don't suppose you fancy having a go? It's just a single C file to attempt to compile in both environments?
[02:25:55] -!- theorbtwo has quit [Ping timeout: 246 seconds]
[02:27:31] <andypugh> Compliling a new Netatalk, as I think the new version is tidier.
[02:28:25] <andypugh> It makes me realise what a "clean" build LinuxCNC is, this package scrolls warnings endlessly. Lots of implict declaratioans and pointers being discarded
[02:29:24] -!- syyl has quit [Quit: Leaving]
[02:33:59] <andypugh> cradek: http://pastebin.com/vAn4rinv
[02:34:08] <andypugh> Half way there...
[02:34:46] <andypugh> And time to sleep.
[02:34:56] -!- andypugh has quit [Quit: andypugh]
[02:39:47] -!- gmouer has quit []
[02:40:56] -!- andypugh [andypugh!~andy2@cpc2-basl1-0-0-cust639.basl.cable.virginmedia.com] has joined #linuxcnc-devel
[02:43:45] -!- Eartaker_ has quit [Changing host]
[02:43:51] -!- Eartaker_ has quit [Read error: Connection reset by peer]
[02:44:42] -!- andypugh has quit [Client Quit]
[02:45:35] -!- JT-Shop-3 has quit [Read error: Connection timed out]
[02:46:49] -!- JT-Shop-3 [JT-Shop-3!~John@184.63.140.99] has joined #linuxcnc-devel
[02:57:25] -!- Keknom has quit [Quit: Leaving.]
[03:03:54] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[03:33:17] -!- bradsimantel has quit [Client Quit]
[03:45:06] -!- factor has quit [Ping timeout: 264 seconds]
[03:48:06] -!- icarsufactor has quit [Client Quit]
[03:52:54] -!- r00t-Shed has quit [Ping timeout: 240 seconds]
[03:58:12] -!- broofa has quit [Quit: Computer has gone to sleep.]
[04:10:33] -!- pjm__ has quit [Ping timeout: 245 seconds]
[04:23:47] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[04:38:12] charlie is now known as Guest85559
[04:38:31] Guest85559 is now known as charlieMiller
[05:00:13] -!- dhoovie has quit [Read error: Connection reset by peer]
[05:03:09] -!- Fox_Muldr has quit [Ping timeout: 260 seconds]
[05:05:17] -!- dhoovie has quit [Read error: Connection reset by peer]
[05:06:25] -!- BHSPiMonkey has quit [Read error: Operation timed out]
[05:06:25] -!- mutilator has quit [Ping timeout: 246 seconds]
[05:07:55] -!- FinboySlick has quit [Quit: Leaving.]
[05:10:47] -!- dhoovie has quit [Read error: Connection reset by peer]
[05:15:29] -!- dhoovie has quit [Read error: Connection reset by peer]
[05:16:39] -!- plushy has quit [Ping timeout: 256 seconds]
[05:31:07] -!- IAmWill has quit [Ping timeout: 240 seconds]
[05:44:05] -!- dhoovie has quit [Read error: Connection reset by peer]
[05:50:23] -!- dhoovie has quit [Read error: Connection reset by peer]
[05:53:46] -!- dhoovie has quit [Read error: Connection reset by peer]
[05:59:31] -!- dhoovie has quit [Read error: Connection reset by peer]
[06:18:47] -!- theos has quit [Ping timeout: 255 seconds]
[06:18:47] -!- dhoovie has quit [Read error: Connection reset by peer]
[06:20:18] -!- charlieMiller has quit [Quit: Page closed]
[06:28:06] -!- dhoovie has quit [Read error: Connection reset by peer]
[06:31:41] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc-devel
[06:40:57] -!- dhoovie has quit [Read error: Connection reset by peer]
[07:00:35] -!- plushy has quit [Quit: Leaving.]
[07:10:09] -!- dhoovie has quit [Read error: Connection reset by peer]
[07:30:40] -!- dhoovie has quit [Read error: Connection reset by peer]
[07:36:11] -!- dhoovie has quit [Read error: Connection reset by peer]
[07:40:27] -!- dhoovie has quit [Read error: Connection reset by peer]
[07:44:40] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:00:14] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:06:12] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:08:10] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:12:58] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:15:21] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:16:51] -!- IAmWill has quit [Ping timeout: 256 seconds]
[08:18:11] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:22:21] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:26:16] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:29:51] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:35:51] -!- mk0 has quit [Quit: Leaving]
[08:40:31] -!- vladimirek has quit [Ping timeout: 260 seconds]
[08:40:49] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:45:22] -!- dhoovie has quit [Read error: Connection reset by peer]
[08:49:36] -!- rob_h [rob_h!~rob_h@5e040606.bb.sky.com] has joined #linuxcnc-devel
[09:03:31] -!- dhoovie has quit [Read error: Connection reset by peer]
[09:13:13] -!- dhoovie has quit [Read error: Connection reset by peer]
[09:20:42] -!- dhoovie has quit [Read error: Connection reset by peer]
[09:27:48] -!- andypugh [andypugh!~andy2@cpc2-basl1-0-0-cust639.basl.cable.virginmedia.com] has joined #linuxcnc-devel
[09:31:16] -!- dhoovie has quit [Read error: Connection reset by peer]
[09:32:19] Cylly2 is now known as Loetmichel
[09:33:12] -!- IchGuckLive has quit [Client Quit]
[09:37:20] -!- dhoovie has quit [Read error: Connection reset by peer]
[09:40:12] -!- dhoovie has quit [Read error: Connection reset by peer]
[09:58:34] -!- dhoovie has quit [Read error: Connection reset by peer]
[10:03:46] -!- dhoovie has quit [Read error: Connection reset by peer]
[10:10:40] -!- dhoovie has quit [Read error: Connection reset by peer]
[10:14:10] -!- dhoovie has quit [Read error: Connection reset by peer]
[10:16:27] -!- dhoovie has quit [Read error: Connection reset by peer]
[10:19:08] -!- Loetmichel has quit []
[10:21:21] -!- andypugh has quit [Quit: andypugh]
[10:21:39] jthornton_ is now known as jthornton
[10:24:43] -!- syyl has quit [Ping timeout: 256 seconds]
[10:32:42] -!- dhoovie has quit [Read error: Connection reset by peer]
[10:39:53] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc-devel
[10:42:59] -!- kmiyashiro has quit [Quit: kmiyashiro]
[10:50:44] -!- dhoovie has quit [Read error: Connection reset by peer]
[11:02:57] -!- dhoovie has quit [Read error: Connection reset by peer]
[11:07:24] -!- vladimirek has quit [Ping timeout: 244 seconds]
[11:16:47] -!- dhoovie has quit [Read error: Connection reset by peer]
[11:20:14] -!- dhoovie has quit [Read error: Connection reset by peer]
[11:22:36] -!- dhoovie has quit [Read error: Connection reset by peer]
[11:39:17] -!- dhoovie has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
[11:56:37] -!- syyl_ has quit [Ping timeout: 245 seconds]
[11:59:45] -!- ybon has quit [Quit: WeeChat 0.3.8]
[12:00:07] -!- jpk has quit [Ping timeout: 246 seconds]
[12:14:18] -!- micges has quit [Ping timeout: 245 seconds]
[12:17:53] toudi_ is now known as micges
[12:51:56] -!- BenceKovi11119 [BenceKovi11119!~BenceKovi@C2B0E442.dialup.pool.telekom.hu] has joined #linuxcnc-devel
[13:15:04] -!- davec_ has quit [Quit: Leaving]
[13:42:38] -!- gmagno has quit [Ping timeout: 252 seconds]
[13:51:08] -!- micges [micges!~toudi@aedz251.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[14:18:23] -!- broofa has quit [Quit: Computer has gone to sleep.]
[14:19:05] -!- mozmck has quit [Ping timeout: 244 seconds]
[14:21:38] -!- mozmck [mozmck!~moses@client-204.235.45.161.wcfltx.partnershipbroadband.com] has joined #linuxcnc-devel
[14:49:55] -!- BenceKovi11119 has quit [Ping timeout: 256 seconds]
[14:59:09] -!- ink_ has quit [Remote host closed the connection]
[15:17:36] -!- syyl_ws has quit [Quit: Verlassend]
[15:40:34] -!- micges has quit [Quit: Leaving]
[15:46:56] -!- BenceKovi11119 [BenceKovi11119!~BenceKovi@C2B0E4B8.dialup.pool.telekom.hu] has joined #linuxcnc-devel
[15:48:38] -!- gmouer has quit []
[16:25:25] -!- factor has quit [Read error: Connection reset by peer]
[16:27:15] -!- theorbtwo has quit [Remote host closed the connection]
[16:27:32] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc-devel
[16:42:40] -!- racycle has quit [Quit: racycle]
[16:49:50] mutil is now known as mutilator
[17:06:13] -!- mhaberler has quit [Read error: Connection reset by peer]
[17:06:32] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[17:19:44] -!- toastydeath has quit [Read error: Connection reset by peer]
[17:24:04] -!- Vq has quit [Ping timeout: 260 seconds]
[17:24:09] -!- Kent_ has quit [Ping timeout: 246 seconds]
[17:25:35] -!- automata_ has quit [Read error: Connection reset by peer]
[17:35:12] -!- motioncontrol has quit [Client Quit]
[17:58:28] Vq_ is now known as Vq
[18:03:53] -!- automata_ has quit [Quit: Leaving]
[18:10:19] -!- automata__ has quit [Ping timeout: 260 seconds]
[18:13:41] -!- cncbasher_ has quit [Remote host closed the connection]
[18:19:52] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 14.0.1/20120713225625]]
[18:26:45] -!- crib has quit [Remote host closed the connection]
[18:30:11] -!- BenceKovi11119 has quit [Ping timeout: 244 seconds]
[18:30:31] -!- crib has quit [Remote host closed the connection]
[18:53:56] -!- zzolo has quit [Quit: zzolo]
[18:54:23] -!- b_b has quit [Excess Flood]
[19:02:12] <mhaberler> CIA: catatonia?
[19:08:34] -!- vladimirek has quit [Remote host closed the connection]
[19:09:31] -!- crib has quit [Read error: Connection reset by peer]
[19:09:56] <awallin> esr wrote something on that just recently?
[19:10:40] <awallin> https://gitorious.org/irker/irker
[19:11:34] -!- automata- has quit [Ping timeout: 245 seconds]
[19:11:41] <mhaberler> hm, interesting
[19:26:12] -!- phantoxeD has quit [Ping timeout: 248 seconds]
[19:33:56] -!- mhaberler has quit [Ping timeout: 255 seconds]
[19:47:33] -!- MarkusBec has quit [Read error: Operation timed out]
[19:54:44] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[19:55:18] -!- mrsun has quit [*.net *.split]
[19:55:18] -!- Spida has quit [*.net *.split]
[19:55:18] -!- theorbtwo has quit [*.net *.split]
[19:55:19] -!- L84Supper has quit [*.net *.split]
[19:55:19] -!- _ink has quit [*.net *.split]
[19:55:19] -!- t12 has quit [*.net *.split]
[19:55:19] -!- cpresser has quit [*.net *.split]
[19:55:19] -!- toastydeath has quit [Ping timeout: 265 seconds]
[19:59:03] -!- r00t4rd3d has quit [Ping timeout: 244 seconds]
[19:59:34] -!- mk0 has quit [Ping timeout: 244 seconds]
[20:00:39] -!- Spida_ has quit [*.net *.split]
[20:11:58] Jim is now known as Guest86879
[20:35:10] -!- phantoneD has quit []
[20:35:26] -!- andypugh [andypugh!~andy2@cpc2-basl1-0-0-cust639.basl.cable.virginmedia.com] has joined #linuxcnc-devel
[20:41:13] JT-Shop-3 is now known as JT-Shop
[20:57:01] -!- gmagno has quit [Ping timeout: 246 seconds]
[21:01:04] Geissler is now known as mk0
[21:03:55] -!- factor has quit [Read error: Connection reset by peer]
[21:07:50] -!- DJ9DJ has quit [Quit: by(t)e]
[21:11:41] -!- zzolo has quit [Quit: zzolo]
[21:16:00] -!- dscsoft has quit [Quit: Page closed]
[21:16:56] -!- theorbtwo has quit [Ping timeout: 252 seconds]
[21:23:49] -!- micges has quit [Quit: Leaving]
[21:33:55] -!- chillly has quit [Quit: Leaving]
[21:38:30] -!- asdfasd has quit [Ping timeout: 264 seconds]
[21:48:10] -!- r00t4rd3d_ has quit [Quit: Leaving]
[22:14:23] -!- jepler has quit [Quit: hardware maint.]
[22:19:04] -!- servos4ever has quit [Remote host closed the connection]
[22:28:59] -!- mk0 has quit [Quit: Leaving]
[22:41:17] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[22:55:09] -!- jepler [jepler!~jepler@emc/developer/pdpc.professional.jepler] has joined #linuxcnc-devel
[22:59:43] -!- gmouer has quit []
[23:18:44] -!- Loetmichel has quit [Ping timeout: 248 seconds]
[23:36:18] -!- charlesmiller has quit [Quit: Page closed]
[23:52:45] -!- skunkworks__ has quit [Quit: ChatZilla 0.9.89 [Firefox 13.0.1/20120615040358]]
[23:53:05] -!- Cylly2 has quit []
[23:54:09] -!- skunkworks__ [skunkworks__!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[23:58:25] -!- ybon has quit [Quit: WeeChat 0.3.8]