--- Log opened Thu May 17 00:00:59 2007 00:22 -!- ChrisVP [n=chris@cpe-72-228-115-8.twcny.res.rr.com] has left #synfig [] 01:11 -!- pabs3 [i=daemon@60-242-186-48.tpgi.com.au] has joined #synfig 02:07 -!- timonator is now known as rotanomit 03:02 -!- zotz [n=zotz@24.244.163.157] has quit ["Leaving"] 04:18 -!- Netsplit kubrick.freenode.net <-> irc.freenode.net quits: troy_s, omry 04:18 -!- dyloxin [n=dyloxin@dsl081-054-146.sfo1.dsl.speakeasy.net] has quit [Read error: 104 (Connection reset by peer)] 04:18 -!- Netsplit over, joins: omry, troy_s 04:23 -!- pabs3 [i=daemon@60-242-186-48.tpgi.com.au] has quit ["Don't rest until all the world is paved in poems."] 04:26 -!- MaQndon [n=maqndon@201.249.21.123] has quit ["Abandonando"] 04:33 -!- pxegeek [n=chatzill@c-71-59-140-184.hsd1.or.comcast.net] has joined #synfig 04:37 < pxegeek> ping dooglus 04:38 < pxegeek> That problem with tar? I don't know what I changed, but it works now.... I didn't change the slashes, so I'm guessing that there was an environment variable that got set that finally got set on a reboot (or something) 04:39 < pxegeek> So did you get it to run all the way through with the changes to the paths? 05:02 < pxegeek> Oh - I remember what it was - I saved the scripts in PC format rather than Unix 05:03 < pxegeek> So something in the CR/LF s was messing up.... 05:04 < pxegeek> when I re-saved them in unix format, it all worked like it should (up until the point where the NSIS is trying to find the missing dll file....) 05:53 -!- Netsplit kubrick.freenode.net <-> irc.freenode.net quits: troy_s, omry 05:59 -!- troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #synfig 05:59 -!- omry [n=omry@l85-130-142-131.broadband.actcom.net.il] has joined #synfig 05:59 -!- troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has quit [Excess Flood] 06:00 -!- omry [n=omry@l85-130-142-131.broadband.actcom.net.il] has quit [SendQ exceeded] 06:00 -!- troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #synfig 06:00 -!- omry [n=omry@l85-130-142-131.broadband.actcom.net.il] has joined #synfig 06:39 -!- bfrancom [n=bfrancom@71-223-132-190.phnx.qwest.net] has joined #synfig 06:40 -!- bfrancom [n=bfrancom@71-223-132-190.phnx.qwest.net] has left #synfig [] 07:24 -!- pxegeek [n=chatzill@c-71-59-140-184.hsd1.or.comcast.net] has quit [Read error: 113 (No route to host)] 07:48 -!- troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has quit ["http://troy-sobotka.blogspot.com/"] 08:35 -!- pabs3 [i=daemon@60-242-186-48.tpgi.com.au] has joined #synfig 09:05 -!- pabs3 [i=daemon@60-242-186-48.tpgi.com.au] has quit ["Don't rest until all the world is paved in poems."] 11:48 -!- sciboy [n=Bob@unaffiliated/sciboy] has joined #synfig 12:51 < dooglus> pxegeek: it ran all the way through for me, and I finished up with 2 .exe installers (core + studio) 12:51 < dooglus> they seem to work fine (other than the fact that synfig crashes quite regularly 12:51 < dooglus> but you see that with Atrus' builds too I think) 12:51 < dooglus> I've been trying to get gdb working on Windows, but I never see any useful stack traces 13:09 -!- sciboy [n=Bob@unaffiliated/sciboy] has quit [] 13:21 -!- zotz [n=zotz@24.244.163.157] has joined #synfig 15:07 -!- Atrus[work] [n=Atrus@87.228.119.131] has joined #synfig 15:20 -!- harry [n=kuil@5354E19B.cable.casema.nl] has joined #synfig 15:34 -!- rotanomit is now known as timonator 15:41 -!- zotz [n=zotz@24.244.163.157] has quit ["Leaving"] 16:01 < dooglus> Atrus[work]: I followed your instructions to build synfig yesterday, and it worked nicely 16:02 < dooglus> but now I'm trying to use gdb to debug it, and I'm not seeing any symbols 16:02 < dooglus> #15 0x00000060 in ?? () 16:02 < dooglus> #16 0x00000060 in ?? () 16:02 < dooglus> do you have any idea how to get gdb working well with synfigstudio? 16:03 < dooglus> I notice the addresses (0x00000060, for example) look wrong 16:03 < dooglus> I did build with debugging enabled, by editing the .conf file 16:04 < Atrus[work]> ok, i'll check it in rest-days 16:05 < dooglus> thanks 16:05 < Atrus[work]> i'm try to studi C++ =) found how to get true path for exe file in windows 16:05 < Atrus[work]> also have some ideas about *nix 16:05 < dooglus> I notice at the end of your build instructions there's a section about debugging which hasn't been written yet 16:06 < Atrus[work]> yep, i have gdb for mingw, but i dont look at it yet, also i have ldd emulation script 16:06 < dooglus> I was running the application inside gdb, but when it crashed, all I saw was: 16:06 < dooglus> This application has requested the Runtime to terminate it in an unusual way. 16:06 < dooglus> Please contact the application's support team for more information. 16:06 < dooglus> and then: 16:06 < dooglus> (gdb) where 16:06 < dooglus> (gdb) No stack. 16:07 < dooglus> not very helpful :( 16:07 < Atrus[work]> I see, I dont use command line gdb, because i have a jit version, which show place where chash was happen 16:08 < dooglus> sounds interesting. how do I use that? 16:08 < Atrus[work]> I'll post links to downloan in wiki, 'cause I dont have it at work 16:08 < dooglus> oh, alright. 16:08 < dooglus> I'm looking forward to it. 16:08 < dooglus> it's annoying - I would usually debug from inside Linux, but the crashes don't happen there. 16:08 < Atrus[work]> also we have another problem, the windows paths an filenames are unicode... 16:09 < dooglus> how is that a problem? 16:10 < Atrus[work]> now synfig used ansi api for file handling, it can be problem for non english filenames 16:11 < Atrus[work]> but now it's not a big problem 18:27 -!- troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #synfig 18:49 -!- harry [n=kuil@5354E19B.cable.casema.nl] has quit [Nick collision from services.] 18:49 -!- harry_ [n=kuil@5354E19B.cable.casema.nl] has joined #synfig 19:15 -!- Atrus[work] [n=Atrus@87.228.119.131] has quit ["?????"] 19:25 -!- TMM [n=hp@ip565b35da.direct-adsl.nl] has joined #synfig 22:13 -!- zotz [n=zotz@24.244.163.157] has joined #synfig 22:30 -!- xerakko [n=xerakko@90.Red-88-19-54.staticIP.rima-tde.net] has joined #synfig 22:49 -!- dyloxin [n=dyloxin@dsl081-054-146.sfo1.dsl.speakeasy.net] has joined #synfig 22:52 -!- dyloxin [n=dyloxin@dsl081-054-146.sfo1.dsl.speakeasy.net] has quit [Client Quit] 22:53 -!- dyloxin [n=dyloxin@dsl081-054-146.sfo1.dsl.speakeasy.net] has joined #synfig 22:57 -!- dyloxin [n=dyloxin@dsl081-054-146.sfo1.dsl.speakeasy.net] has quit [Client Quit] 22:57 -!- dyloxin [n=dyloxin@dsl081-054-146.sfo1.dsl.speakeasy.net] has joined #synfig 22:59 -!- darco [n=darco@dsl081-054-146.sfo1.dsl.speakeasy.net] has joined #synfig 23:00 -!- anna [n=anna@dsl081-054-146.sfo1.dsl.speakeasy.net] has joined #synfig 23:00 < anna> Lo, Im a chatbot. I was told to join this room. 23:01 < anna> Sorry guys, xmpp:darco@freenode.irc.deepdarc.com told me to leave. Bye. 23:01 -!- anna [n=anna@dsl081-054-146.sfo1.dsl.speakeasy.net] has left #synfig [] 23:02 < darco> Sorry dyloxin seems to be having so much trouble. The actual problem is with the irc/jabber transport which it uses... 23:04 -!- dyloxin [n=dyloxin@dsl081-054-146.sfo1.dsl.speakeasy.net] has quit [Remote closed the connection] 23:09 -!- dyloxin [n=dyloxin@dsl081-054-146.sfo1.dsl.speakeasy.net] has joined #synfig 23:36 -!- xerakko [n=xerakko@debian/developer/xerakko] has quit ["Me'n vaig"] --- Log closed Fri May 18 00:00:59 2007