IRC log for #brlcad on 20140801

00:04.04*** join/#brlcad kintel (~kintel@unaffiliated/kintel)
01:55.05*** join/#brlcad ries_nicked (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
02:25.19Notify03BRL-CAD Wiki:Inderpreet * 7607 /wiki/User:Inderpreet/GSoC14/logs: /* Week 11 */
02:45.19brlcadwaves
02:46.03brlcadclock: heh, we're working on merchandising already, but thanks :)
02:46.14brlcadwe've done stickers and t-shirts in the past
02:46.30brlcadit's definitely time to do another round of stickers before the reunion/summit!
02:51.01Notify03BRL-CAD:ejno * 62001 (brlcad/trunk/src/libbu/tests/bu_vls.c brlcad/trunk/src/libbu/tests/test_funcs.c brlcad/trunk/src/libgcv/bot_solidity.c): fix clang warnings
02:51.28starseekergrowl
02:51.53starseekerswitching to the libpkg communication doesn't work on Windows, at least not out of the box
02:52.29starseekerruns afowl of the Windows firewall for starters
02:53.02starseekerbacks up and does a vanilla trunk build to make sure we're working in "normal" mode...
03:00.09*** join/#brlcad yiyus (1242712427@je.je.je)
03:17.00*** join/#brlcad kintel (~kintel@unaffiliated/kintel)
03:25.35brlcadstarseeker: what firewall issue?
03:30.39brlcadpkg should be using local socket/port connections that avoid firewall settings, or there should be a way to make it do that regardless
03:31.11brlcadmaybe even a simple fix, like attaching to :0 instead of localhost:0 or 127.0.0.1:0 or however it's trying to establish now
03:57.20kanzurehello brlcad
04:03.56brlcadhowdy kanzure
04:09.14brlcadankesh11: you can try to integrate it but anything you do MUST be completely fault-tolerant (and perhaps default off for now)
04:09.55brlcadankesh11: like, it has to fail gracefully if there is no network or there is network but no http access, etc
04:10.48brlcadries: pong (ahem)
06:55.04*** join/#brlcad Ch3ck (~Ch3ck@195.24.220.134)
07:39.32*** join/#brlcad Izakey (~Izak@195.24.220.16)
08:24.12Ch3ckstarseeker, brlcad, i'll like the fixes i've made on the pull to be applied together with that of the bn_poly_sub() test
08:25.06Ch3ckbrlcad, starseeker i'll like to know if I should complete writing the unit tests for all the poly.c routines this in order to gain me commit rights before starting the Bot to Pipe work and wrap up the pull routine
09:00.20*** join/#brlcad andrei__ (~IceChat77@188.25.159.76)
09:05.38*** join/#brlcad Zhao_Anqing (~clouddrif@183.157.160.19)
09:24.07*** join/#brlcad ries (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
10:01.47*** join/#brlcad ries_nicked (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
10:34.31riesbrlcad: ?
11:15.30*** join/#brlcad KimK (~Kim__@ip68-102-30-143.ks.ok.cox.net)
11:24.39*** join/#brlcad clock (~clock@77-58-143-135.dclient.hispeed.ch)
11:40.03brlcadries: you'd pinged a (long) while back, no worries ;)
11:40.15riesbrlcad: I forgot :s
11:40.20riesmust have been a very long time
11:40.38brlcadCh3ck: let you know if there's any issues, but did see the patches, first glance looked good
11:40.48brlcadries: yeah, it was a while :)
11:41.27Ch3ckbrlcad, yeah the pull_leaf routines was not restoring the matrix transforms of the leaves to [0,0,0]
11:42.00Ch3ckstill testing if problem persists may make them NULL instead
11:43.41brlcadahh, yeah, that would do it
11:44.31Ch3ckaight
11:55.27*** join/#brlcad KimK (~Kim__@ip68-102-30-143.ks.ok.cox.net)
12:06.00Notify03BRL-CAD:ejno * 62002 brlcad/trunk/src/libgcv/bot_solidity.c: add include
13:22.15*** join/#brlcad user_name (~Divyanshi@106.192.184.101)
13:24.27*** join/#brlcad ries (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
13:28.52*** join/#brlcad user_name (~Divyanshi@106.192.184.101)
13:45.11*** join/#brlcad ries_nicked (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
14:00.08*** join/#brlcad ries (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
14:10.14*** join/#brlcad Izakey (~Izak@195.24.220.16)
14:15.01Notify03BRL-CAD:carlmoore * 62003 brlcad/trunk/doc/docbook/system/man1/en/sun-pix.xml: further revise the -H remarks, and remove a trailing blank
14:28.26*** join/#brlcad Izakey (~Izak@195.24.220.16)
14:33.59Ch3ckbrlcad, in a case where inverting the leaf matrices produces a singular matrix while moving up the tree, what is usually done in this case.
14:35.08Ch3ckI don't logically see this possible probably setting the matrix to Identity or something
14:38.12Ch3ckpulling an identity matrix in this case will pose a problem
14:55.01*** join/#brlcad alisha (~alisha@101.57.229.92)
15:43.59*** join/#brlcad albertcoder (~albertcod@101.216.112.172)
16:14.12*** join/#brlcad alisha (~alisha@101.58.218.175)
16:19.15raj12lnmhi all.
16:19.47raj12lnmI have used a tool to wrap the OpenNurbs library
16:20.16raj12lnmI am able to parse the header of the OpenNurbs Library and Extract all the class info, enum info, function info and others.
16:20.22raj12lnmNow I am trying to build it
16:20.44raj12lnmbut get a series of errors, Which I am not able to understand the reason for.
16:20.57raj12lnmI need some help.
16:21.30raj12lnmkanzure, brlcad !
16:29.23kanzurecan't help without knowing what the errors are, sorry
16:29.52*** join/#brlcad dario_ (~dario@41.205.22.41)
16:29.53raj12lnmkanzure : thanks for coming up.
16:30.16raj12lnmI have pasted them here
16:30.17raj12lnmhttp://tny.cz/896562a1
16:36.14kanzureadd or remove -fpermissive from the build params
16:45.15raj12lnmkanzure : OpenNurbs API has many functions as private.
16:46.00raj12lnmand basically PyBindGen (the tool I am using) has issue with this.
16:46.10raj12lnm[This How I understand it]
17:04.42``Erikif pybindgen is trying to mess with private members, it's doing it wrong...
17:09.43``Erikthe errors at tny.cz are related to uninitialized const variables, though.. is the file that the errors are coming from generated?
17:32.19raj12lnm``Erik thanks.
17:32.23raj12lnmfor coming up.
17:32.33raj12lnmI am not able to paste the content of the file.
17:32.41raj12lnmBecause it is humongous
17:45.00*** join/#brlcad Izakey (~Isaac@195.24.220.16)
17:46.41raj12lnm``Erik : also the issue apart from the uninitialized const variables is regarding the private  methods
17:47.25raj12lnm``Erik : Just got a reply from the developer of PyBindgen
17:47.41raj12lnmhttp://pastie.org/9437127
17:58.08Notify03BRL-CAD Wiki:Inderpreet * 7608 /wiki/User:Inderpreet/GSoC14/logs: /* Week 11 */
18:40.28Notify03BRL-CAD Wiki:14.98.203.47 * 7609 /wiki/User:Shainasabarwal/GSoC14/logs: /* Week 9 */
19:31.42*** join/#brlcad albertcoder (~albertcod@101.208.250.74)
19:35.02*** join/#brlcad vladbogo (~vlad@86.121.102.76)
19:55.47Notify03BRL-CAD:vladbogo * 62004 (brlcad/trunk/include/dm/dm-qt.h brlcad/trunk/include/fb.h and 2 others): The display manager now redraws the raytraced image if necessary.
19:58.30Notify03BRL-CAD Wiki:Vladbogolin * 0 /wiki/File:Mged_fb3.png:
19:59.09Notify03BRL-CAD Wiki:Vladbogolin * 0 /wiki/File:Mged_fb4.png:
19:59.37Notify03BRL-CAD Wiki:Vladbogolin * 7612 /wiki/User:Vladbogolin/GSoC2014/Logs: /* Week 11 */
20:16.34raj12lnm``Erik, kanzure : To make the error more clear.
20:16.45raj12lnmI have repasted here http://tny.cz/61412783
20:17.45raj12lnmThis contains the stderr output after using -fpermissive
20:29.32raj12lnmso if you notice a lot of symbol give error
20:29.43raj12lnmrelated to declaration of private functions
20:29.50raj12lnmhttps://www.irccloud.com/pastebin/5Opukr3z
20:30.41*** join/#brlcad andrei_ (~IceChat77@86.121.174.221)
20:33.40raj12lnmthe above paste is one such example.
20:34.23kanzurewhat do you want me to do?
20:35.05kanzurereplace ctypesgen ? is that the goal?
20:35.51Notify03BRL-CAD Wiki:Albertcoder * 7613 /wiki/User:Albertcoder/GSoC2014/logs: /* Week 11 */
20:39.48raj12lnmkanzure : basically I am planning to wrap openNurbs
20:39.55raj12lnminto python
20:40.05raj12lnmso that any one can call it in project
20:40.08raj12lnmjust as a module.
20:44.58kanzurei know you have answered me before, but i keep forgetting the answer :) what was wrong with the swig bindings to opennurbs?
20:50.20raj12lnmkanzure : I couldnot use them
20:50.32raj12lnmit gave errors while loading as python module
20:52.24Notify03BRL-CAD:carlmoore * 62005 brlcad/trunk/doc/docbook/system/man1/en/rt_bot_faces.xml: touch up rt_bot_faces manpage; I did NOT find source code for this utility
20:58.44kanzurewell so does this? :)
20:59.23raj12lnmkanzure : that is what the struggle for. :)
20:59.31kanzurehuh?
20:59.34raj12lnmOpenNurbs Api is complicated.
20:59.50raj12lnmkanzure : I mean i am struggling to make this work.
20:59.53raj12lnm;)
21:00.13kanzurewhat was wrong with the opennurbs rewrite idea?
21:00.32raj12lnmin python ?
21:00.46kanzureyes
21:00.48kanzureor c
21:00.52kanzurebut probably python
21:01.56raj12lnmkanzure 111 cpp files and 108 headers
21:02.06raj12lnmthat will take many hours
21:02.07raj12lnm;)
21:02.37kanzurenot all of them are relevant
21:02.44kanzuresee classes4.txt in http://diyhpl.us/~bryan/irc/opennurbs/brlcad-opennurbs2.zip
21:04.08kanzuremost of the other classes are related to annotations, serialization, deserialization, zlib, strings, sorting, arrays, extensions, fonts, file formats
21:04.14kanzureand can be safely ignored
21:04.17kanzure(or skipped)
21:08.17raj12lnmkanzure : i have reported the issue to one of the developer of PyBindGen
21:08.34raj12lnmIf they fix this. We will not need to write
21:08.42raj12lnmElse we can initiate this.
21:12.11raj12lnmkanzure : can you create a github repository for opennurbs.
21:13.07raj12lnmIf you could guide me about how to find the precedence order in which the classes are to be wrapped.
21:13.19raj12lnmI think an initiation can be well-placed.
21:27.39*** join/#brlcad clock (~clock@77-58-143-135.dclient.hispeed.ch)
21:27.44Notify03BRL-CAD:starseeker * 62006 (brlcad/trunk/src/conv/iges/CMakeLists.txt brlcad/trunk/src/conv/iges/iges_struct.h and 2 others): After discussing with John, revert 61978 - ultimate direction will be a bit different, and this isn't building on Windows.
21:30.50Notify03BRL-CAD Wiki:Krajkreddy * 7614 /wiki/User:Krajkreddy/GSOC14/summary: /* Plan */

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