IRC log for #brlcad on 20140601

01:40.16 *** join/#brlcad teepee (~teepee@gateway/tor-sasl/teepee)
02:02.32 *** join/#brlcad Zhao_Anqing (~clouddrif@218.81.9.244)
02:04.18 *** join/#brlcad teepee (~teepee@gateway/tor-sasl/teepee)
03:04.28 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
03:44.29 *** join/#brlcad Zhao_Anqing (~clouddrif@218.81.9.244)
03:59.43 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
04:11.24 *** join/#brlcad oana__ (~elf11@109.97.151.101)
04:41.43 *** join/#brlcad devinder (~chatzilla@202.164.53.117)
05:31.34 *** join/#brlcad piyushparkash (~piyushpar@117.220.145.215)
05:44.49 *** join/#brlcad Zhao_Anqing (~clouddrif@218.81.9.244)
06:11.40 *** join/#brlcad hcurtis (b82d1ab1@gateway/web/freenode/ip.184.45.26.177)
06:12.59 hcurtis brlcad: Checking in
06:23.19 *** join/#brlcad ishwerdas (~ishwerdas@117.212.53.233)
06:34.42 *** join/#brlcad piyushparkash (~piyushpar@59.91.112.99)
06:56.02 *** join/#brlcad hcurtis (b82d1ab1@gateway/web/freenode/ip.184.45.26.177)
07:23.25 hcurtis Update: I've continued to research and work with my developer tools and virtual machine. I ran into problems when I tried to install a software update for the VM, but I was able to solve them.
07:44.45 *** join/#brlcad Zhao_Anqing (~clouddrif@218.81.9.244)
08:22.13 Notify 03BRL-CAD Wiki:Inderpreet * 7179 /wiki/User:Inderpreet/GSoC14/logs: /* logs for 31st May */
08:45.03 Notify 03BRL-CAD Wiki:EricTennieux * 7180 /wiki/Mailing_Lists:
09:16.36 Notify 03BRL-CAD Wiki:Hcurtis0010 * 7181 /wiki/User:Hcurtis0010/GSoC2014/logs: /* Week 2 */
09:20.20 Notify 03BRL-CAD Wiki:Hcurtis0010 * 7182 /wiki/User:Hcurtis0010/GSoC2014/logs: /* Week 2 */
09:44.49 *** join/#brlcad Zhao_Anqing (~clouddrif@218.81.9.244)
11:03.49 *** join/#brlcad singh (75dc9509@gateway/web/freenode/ip.117.220.149.9)
11:04.40 singh error comes while i do make commad during installatoin of brlcad
11:06.28 *** join/#brlcad singh (75dc9509@gateway/web/freenode/ip.117.220.149.9)
11:07.38 singh anyone? want to remove error : error comes while i do make commad during installatoin of brlcad
11:08.47 ishwerdas what's the error ?
11:14.14 singh ishwerdas: error are like /usr/brlcad/brlcad-7.20.6/src/other/tk/unix/tkUnixRFont.c:16:25: fatal error: X11/Xft/Xft.h: No such file or directory
11:14.28 singh make[2]: *** [src/other/tk/CMakeFiles/tk.dir/unix/tkUnixRFont.c.o] Error 1 make[1]: *** [src/other/tk/CMakeFiles/tk.dir/all] Error 2 make: *** [all] Error 2
11:17.02 ishwerdas what OS you are on ?
11:17.25 singh i'm using amd
11:17.37 singh ubuntu
11:18.36 ishwerdas Ubuntu is your OS :) , It seems you don't have libxft installed. Try installing it with $ sudo apt-get install libxft-dev
11:22.05 ishwerdas singh: BTW, what instructions / tutorial are you following (if any) for compiling BRL-CAD ?
11:22.20 singh haha sry fr that, thanks for this, can you tell what is need fro this here?
11:24.10 ishwerdas You can learn about it here https://packages.debian.org/sid/libxft-dev , basically a font-rendering library used by BRL-CAD.
11:25.33 singh thanks, another one striks -> collect2: error: ld returned 1 exit status make[2]: *** [bin/wish-8.5] Error 1 make[1]: *** [src/other/tk/CMakeFiles/wish.dir/all] Error 2 make: *** [all] Error 2
11:26.28 ishwerdas can you paste the whole error in pastebin and add link here, also do tell me what instructions/tutorial are you following for compiling BRL-CAD ?
11:29.59 singh ok
11:30.49 singh i am following ->https://svn.code.sourceforge.net/p/brlcad/code/brlcad/trunk/INSTALL
11:32.34 Notify 03BRL-CAD Wiki:Sean * 0 /wiki/User:EricTennieux: Spamming links to external sites
11:33.11 Notify 03BRL-CAD Wiki:Sean * 7183 /wiki/Mailing_Lists: Reverted edits by [[Special:Contributions/EricTennieux|EricTennieux]] ([[User talk:EricTennieux|talk]]) to last revision by [[User:Sean|Sean]]
11:33.54 singh ishwerdas: pastebin link as -> http://pastebin.com/g8YX51dg
11:35.33 ishwerdas do you want to just install and use BRL-CAD or want to work in source ? To just install you can use BRL-CAD ppa that will install it automatically http://www.upubuntu.com/2012/09/install-brl-cad-7220-from-ppa-on-ubuntu.html
11:36.36 ishwerdas the paste in pastebin doesn't look like the complete output. Give me whatever you get after you compile.
11:37.18 ishwerdas the first section in http://brlcad.org/wiki/Compiling tells you about the dependencies you need to install, make sure you have installed all those.
11:42.53 singh ok, i will check all this. Here is the link for pastebin -> http://pastebin.com/yuJgqgPr
11:43.28 singh i want to work in source
11:44.58 *** join/#brlcad Zhao_Anqing (~clouddrif@218.81.9.244)
11:49.16 ishwerdas looks like some linkage problem with libxft
11:51.00 ishwerdas what version of ubuntu you are on ?
11:52.01 singh ok, mint 15
11:55.18 ishwerdas try installing libxft2 and libxft2-dgb as well , $ sudo apt-get install libxft2 libxft2-dbg
11:56.16 ishwerdas and do follow the link that I shared above regarding compiling instructions
11:58.43 singh yes i follow the instruction for installing the dependicies, and installation of dependencies along with libxft2 libxft2-dbg is done
11:58.58 singh but error is again the same
12:09.52 ishwerdas apart from that, I am out of Ideas. May be someone better could help. You may consider posting it to the mailing list or forums.
12:11.51 singh ok, thanks for helping me :)
12:17.21 ishwerdas welcome :)
13:45.30 *** join/#brlcad Zhao_Anqing (~clouddrif@218.81.9.244)
13:48.38 *** join/#brlcad clock (~clock@84-72-11-5.dclient.hispeed.ch)
13:57.00 *** join/#brlcad ishwerdas (~ishwerdas@117.212.53.233)
14:49.37 *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14)
14:54.59 *** join/#brlcad ries (~ries@190.9.171.121)
15:23.06 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
15:42.26 *** join/#brlcad teepee (~teepee@gateway/tor-sasl/teepee)
15:45.42 *** join/#brlcad Zhao_Anqing (~clouddrif@218.81.9.244)
16:26.19 *** join/#brlcad albertcoder (~albertcod@117.251.101.97)
16:34.10 *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com)
16:53.43 *** join/#brlcad mihaineacsu (~mihaineac@p16.eregie.pub.ro)
17:03.23 Notify 03BRL-CAD:tbrowder2 * 61047 (brlcad/branches/d-binding/misc/d-bindings/CExtract.pm brlcad/branches/d-binding/misc/d-bindings/ParsePPCHeader.pm): save work; improving syntax tree inspection
17:25.37 Notify 03BRL-CAD:tbrowder2 * 61048 (brlcad/branches/d-binding/misc/d-bindings/CExtract.pm brlcad/branches/d-binding/misc/d-bindings/D.pm): convert to an argref for CExtract function args; close in D.pm
18:13.41 *** join/#brlcad albertcoder (~albertcod@117.255.189.12)
18:38.09 *** part/#brlcad ishwerdas (~ishwerdas@117.212.53.233)
18:47.53 maths22 upgrade done
18:51.04 albertcoder maths22, thanks a lot. :) You have enabled me work without version-stress now. :)
19:06.48 Notify 03BRL-CAD Wiki:Ankeshanand * 7184 /wiki/User:Ankeshanand/GSoC14/logs: /* Update Logs for 1st June */
19:14.52 Notify 03BRL-CAD Wiki:Albertcoder * 7185 /wiki/User:Albertcoder/GSoC2014/logs: /* Week 2 */
19:52.24 Notify 03BRL-CAD:tbrowder2 * 61049 (brlcad/branches/d-binding/misc/d-bindings/CExtract.pm brlcad/branches/d-binding/misc/d-bindings/D.pm brlcad/branches/d-binding/misc/d-bindings/ParsePPCHeader.pm): thanks to Perl module Data::Structure::Util I can now read the C syntax tree--a necessary step to getting acces to parts to modify for conversion to D
20:16.23 Notify 03BRL-CAD:tbrowder2 * 61050 (brlcad/branches/d-binding/misc/d-bindings/CExtract.pm brlcad/branches/d-binding/misc/d-bindings/D.pm brlcad/branches/d-binding/misc/d-bindings/ParsePPCHeader.pm): simplify function names; start adding capability for full-header parser processing rather than in chunks
20:25.03 *** join/#brlcad teepee (~teepee@gateway/tor-sasl/teepee)
21:52.03 *** join/#brlcad KimK (~Kim__@ip68-102-30-143.ks.ok.cox.net)
22:59.17 Notify 03BRL-CAD:tbrowder2 * 61051 brlcad/branches/d-binding/misc/d-bindings/extract-grammar.pl: getting a grip on analyzing the C grammar file
23:29.05 Notify 03BRL-CAD:starseeker * 61052 brlcad/trunk/src/libdm/CMakeLists.txt: Don't stick the Qt variable directly into the addlib line, since it messes with the cache diffing mechanism.
23:47.00 Notify 03BRL-CAD:tbrowder2 * 61053 brlcad/branches/d-binding/misc/d-bindings/extract-grammar.pl: zeroing in on it

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