IRC log for #brlcad on 20140927

05:21.30 *** join/#brlcad mihaineacsu (~mihaineac@92.85.197.70)
09:24.13 *** join/#brlcad mihaineacsu (~mihaineac@92.85.197.70)
09:45.32 *** join/#brlcad clock (~clock@77-58-143-135.dclient.hispeed.ch)
11:02.55 *** join/#brlcad ries (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
11:25.16 *** join/#brlcad mihaineacsu (~mihaineac@92.85.197.70)
12:57.10 *** join/#brlcad FreezingCold (~Freezing@CPE602ad06bea2a-CM602ad06bea27.cpe.net.cable.rogers.com)
13:27.30 *** join/#brlcad mihaineacsu (~mihaineac@92.85.197.70)
15:52.28 *** join/#brlcad bhattigurjot (~scott@59.91.112.166)
15:55.07 *** join/#brlcad mihaineacsu (~mihaineac@92.85.197.70)
15:57.14 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
15:59.29 bhattigurjot This may sound like it's nothing but just thought I should share it. I was reading "Volume II – Introduction to MGED" and I found that some changes in the software that haven't been reflected in this manual.
16:15.56 *** join/#brlcad mihaineacsu (~mihaineac@92.85.197.70)
16:22.30 *** join/#brlcad ries (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
16:52.08 brlcad bhattigurjot: that pdf was made many years ago -- we have a more up-to-date version in our sources but we haven't posted a new pdf
16:52.31 brlcad if you build brl-cad, or check your install tree, I believe there is a more up to date version in html format
16:56.34 bhattigurjot ah.. okay thanks
17:05.25 *** join/#brlcad teepee (~teepee@gateway/tor-sasl/teepee)
17:46.26 *** join/#brlcad mihaineacsu (~mihaineac@92.85.197.70)
17:46.26 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
17:46.26 *** join/#brlcad kanzure (~kanzure@131.252.130.248)
17:48.09 *** join/#brlcad kanzure (~kanzure@131.252.130.248)
17:59.31 *** join/#brlcad clock (~clock@77-58-143-135.dclient.hispeed.ch)
18:19.09 *** join/#brlcad mihaineacsu_ (~mihaineac@92.81.150.103)
18:27.27 *** join/#brlcad sofat (~sofat@101.213.137.218)
19:15.20 sofat brlcad, today i am working on docbook css style
19:15.21 sofat so now i understand how it work
19:31.25 *** join/#brlcad ries (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
19:55.33 *** join/#brlcad ries (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
20:00.50 *** join/#brlcad mihaineacsu (~mihaineac@92.81.150.103)
20:17.24 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
20:18.24 *** join/#brlcad sofat (~sofat@101.213.125.26)
20:18.52 sofat brlcad, could not find any solution
20:19.08 sofat regarding this problem you have any idea?
20:23.39 *** join/#brlcad clock (~clock@77-58-143-135.dclient.hispeed.ch)
20:38.49 *** join/#brlcad yiyus (1242712427@je.je.je)
20:43.38 *** join/#brlcad n_reed_ (~molto_cre@66-118-151-70.static.sagonet.net)
20:43.39 *** join/#brlcad nanicoar (~n@87-92-215-120.bb.dnainternet.fi)
21:09.07 Stragus scratches his head at how gcc -std=gnu99 on OSX doesn't accept nested functions or label pointers
21:09.31 Stragus I don't know much about OSX, did they lobotomize gcc?
21:09.44 ``Erik osx defaults to clang usually
21:10.13 Stragus Huh, I see. How do I switch to the real thing?
21:11.55 ``Erik hm, I'm not seeing gcc at all in my xcode install (the gcc binary is actually clang)... I believe you can install it as a third party app using homebrew or macports
21:12.01 Stragus Also, how could SSL_connect() be deprecated, there's nothing to replace it!
21:12.08 Stragus I see.
21:13.20 Stragus It also throws the most obscure error "fatal error: error in backend: 32-bit absolute addressing is not supported in 64-bit mode", without any context of source file or line
21:15.09 ``Erik neat :) have you tried your code with clang on linux, or maybe on fbsd? they might be a little friendlier for you and get you a step closer to mac (which is a bit weird at times)?
21:15.53 Stragus I was assuming I could compile -std=gnu99 on OSX, as I do even on Windows
21:19.26 ``Erik clang might have odd support for gnu99 (or c99, or gnu extensions, or...)
21:20.06 Stragus Apparently it chokes on some of my inline assembly, but it doesn't tell me where, and there are hundreds of lines of code
21:23.13 Stragus Okkayy, I think OSX support is out
21:57.09 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
22:17.55 *** join/#brlcad clock (~clock@77-58-143-135.dclient.hispeed.ch)
22:27.33 *** join/#brlcad mihaineacsu_ (~mihaineac@92.81.150.103)
22:30.47 *** join/#brlcad mihaineacsu (~mihaineac@92.81.146.24)
22:46.02 mihaineacsu Stragus: I'm also on OSX, when does it fail? is it a part of the make process?
22:49.18 mihaineacsu and btw, gcc comes with the command line tools in xcode http://stackoverflow.com/questions/9353444/how-to-use-install-gcc-on-mac-os-x-10-8-xcode-4-4
23:19.04 Stragus mihaineacsu, these OSX troubles weren't for BRL-CAD but some other software
23:20.28 Stragus Thanks, I'll see if I can get gcc installed. I only have remote access to someone's mac-mini, I had assumed outputting OSX binaries was going to be absolutely painless
23:22.50 teepee that's quite optimistic ;)
23:24.53 Stragus I mean, it's command-line software and the only dependency is openssl
23:25.04 Stragus Even porting to Windows took about 10 minutes :)
23:25.23 teepee ok, no GUI helps a lot
23:25.37 Stragus Exactly
23:25.42 teepee no "this is not signed by a trusted developer" :/
23:26.43 Stragus I never experienced that, I never used OSX :)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.