IRC log for #brlcad on 20111012

00:09.43 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
01:15.12 CIA-48 BRL-CAD: 03starseeker * r47193 10/brlcad/trunk/misc/CMake/FindLEMON.cmake: even if we're in toplevel src, we need to rename lemon's output if we're doing cpp instead of c files - give this a try.
01:44.37 CIA-48 BRL-CAD: 03starseeker * r47194 10/brlcad/trunk/src/libgcv/ (7 files in 2 dirs): obj_grammar.h is being overwritten by lemon before its output gets renamed to obj_grammer.hpp when srcdir=bindir. Rename the file to obj_grammar_decls.h to avoid the problem.
01:46.30 CIA-48 BRL-CAD: 03starseeker * r47195 10/brlcad/trunk/misc/CMake/FindLEMON.cmake: Fix lemon comment
01:53.07 starseeker that should fix the in-src-dir cmake build
06:50.14 *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ)
06:57.28 *** join/#brlcad merzo (~merzo@193.254.217.44)
07:06.31 starseeker O.o http://compcert.inria.fr/compcert-C.html too bad it's not properly open source
07:34.48 cvds_ I must say I am amazed that a 1979? software tool is still being actively worked on
07:39.40 *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol)
09:55.24 starseeker cvds_: BRL-CAD? Oh, there are others - maxima and reduce computer algebra systems come readily to mind
09:57.15 starseeker spice: http://embedded.eecs.berkeley.edu/pubs/downloads/spice/index.htm
10:06.48 cvds_ starseeker: fair point, adn actually I hope to get into spice a little later when I need to start on the electronic design
11:51.32 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
12:01.12 cvds_ there has to be a better way to change the height of a rcc than ted
12:31.56 *** join/#brlcad abhi2011 (~chatzilla@ip170-79-211-87.adsl2.static.versatel.nl)
12:54.57 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
12:55.55 starseeker cvds_: sed in mged is how I usually do it
12:56.14 starseeker draw the specific primitive, sed it, and then use the gui controls
12:56.42 starseeker or use the edit menu to select the height parameter and then use the p command on the mged command line
12:58.01 starseeker cvds_: actually, most commercial cad systems have at least ancestor codes that date way back - a task so complex just takes a LOT of time to get done
13:04.59 cvds_ starseeker: I am not using the gui
13:05.21 cvds_ fonts are way to small to read from the couche :)
13:05.42 cvds_ right... debugging in 3d is fun
13:32.41 brlcad cvds_: the fonts are fully customizable
13:33.06 brlcad you may also appreciate the "press" command
13:34.21 brlcad you can "press" any edit option that would be on the edit menu, so like to edit an rcc value, it's something like: sed myrcc ; press "Edit H" ; p 10.4 ; accept
13:35.01 brlcad just an example, it might not actually be "Edit H" .. don't recall the options from memory
13:40.28 CIA-48 BRL-CAD: 03bob1961 * r47196 10/brlcad/trunk/src/libdm/ (dm-ogl.c dm-wgl.c): Restore calls to glOrtho in wgl_reshape() and ogl_reshape().
14:19.11 cvds_ brlcad: I tried to customize the fonts, but they did not seem to scale a lot. Tho that could be my window manager and dpi settings. The press command seems realy interesting tho
14:19.41 cvds_ also did find the 0.5 mm offset that was wrong
14:55.29 starseeker yawns
15:29.28 brlcad cvds_: if you select "Update/Create .mgedrc" on the file menu, it'll put a .mgedrc configuration file in your home directory -- in there, you can change the font values to whatever your system allows, potentially much greater than the gui allows
15:47.33 *** join/#brlcad n_reed (~molto_cre@BZ.BZFLAG.BZ)
16:28.33 cvds_ Interesting, I must try that sometime. Tho I am quite happy using yakuake and having the model full screen at the moemnt
16:29.07 brlcad nods
16:31.37 cvds_ or rather.. all 5 of them
16:34.07 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
17:04.30 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
17:14.04 CIA-48 BRL-CAD: 03n_reed * r47197 10/brlcad/trunk/src/other/step/src/express/CMakeLists.txt: build new scanner output into new libexpress
17:23.11 cvds_ is there an example sheet of primitives about.. like I am trying to figure out the vector A and B for a rec
17:25.41 cvds_ ah the tutorial2 had one for the walkie talky
17:27.32 CIA-48 BRL-CAD: 03n_reed * r47198 10/brlcad/trunk/src/other/step/src/express/ (expparse_new.y token_type.h): putting token type definition in its own header
18:02.11 *** join/#brlcad akissimouyt (~arcosauro@ppp-115-45.32-151.iol.it)
18:02.21 akissimouyt Hello!
18:02.27 akissimouyt !list
18:02.37 *** part/#brlcad akissimouyt (~arcosauro@ppp-115-45.32-151.iol.it)
18:03.28 *** join/#brlcad akissimouyt (~arcosauro@ppp-115-45.32-151.iol.it)
18:04.18 *** part/#brlcad akissimouyt (~arcosauro@ppp-115-45.32-151.iol.it)
19:22.16 CIA-48 BRL-CAD: 03brlcad * r47199 10/brlcad/trunk/src/tclscripts/archer/images/Makefile.am: option_tree is no more
19:43.14 CIA-48 BRL-CAD: 03n_reed * r47200 10/brlcad/trunk/src/other/step/ (include/express/lexact.h src/express/lexact.c): replaced conditional variable declarations with explcit ones to simplify building
19:50.36 CIA-48 BRL-CAD: 03n_reed * r47201 10/brlcad/trunk/src/other/ (10 files in 3 dirs): making lemon parser sources the only parser sources
19:52.57 CIA-48 BRL-CAD: 03bob1961 * r47202 10/brlcad/trunk/src/tclscripts/archer/Archer.tcl: update bot_flip_check to set the flipped bot's orientation to rh if previously oriented
19:53.31 CIA-48 BRL-CAD: 03n_reed * r47203 10/brlcad/trunk/src/other/step/src/express/express.c: remove debug output
20:16.39 CIA-48 BRL-CAD: 03starseeker * r47204 10/brlcad/trunk/src/other/sqlite3/CMakeLists.txt: Er, oops - how about -D
20:33.52 brlcad cvds_: there's a list of most primitives at the end of vol2
20:42.04 CIA-48 BRL-CAD: 03starseeker * r47205 10/brlcad/trunk/src/other/togl/include/GL/glew.h: glew.h patch from Tim Myers for Mac
20:44.25 *** join/#brlcad mattS_ (cb3af1be@gateway/web/freenode/ip.203.58.241.190)
20:46.10 *** join/#brlcad merzo (~merzo@115-2-132-95.pool.ukrtel.net)
20:48.27 cvds_ brlcad: perfect
22:00.25 abhi2011 anyone else getting errors related to some undefined sqlite3 symbols ?
22:01.16 starseeker abhi2011: have you updated to the very latest trunk?
22:01.23 CIA-48 BRL-CAD: 03brlcad * r47206 10/brlcad/trunk/doc/docbook/create-xml-catalogs.pl: create the directory if it doesn't yet exist (which it never does for an out-of-dir build)
22:02.20 CIA-48 BRL-CAD: 03brlcad * r47207 10/brlcad/trunk/ (configure.ac doc/docbook/DBPATH.pm.in): no need to define and substitute new variables here, just use the default abs_top_srcdir which lets us keep the path logic where it belongs too (in DBPATH.pm).
22:03.33 abhi2011 ah ok, i ll update again
22:03.36 CIA-48 BRL-CAD: 03brlcad * r47208 10/brlcad/trunk/doc/docbook/Makefile.am: this seems to get things working for an out-of-dir build. needed to tell perl where the perl module resided and not assume the generated catalog generator file is in the source dir.
22:07.06 brlcad arf, very unhappy parallel cmake build
22:07.42 brlcad make -j20 .. failed four times before making it through to the end
22:10.01 CIA-48 BRL-CAD: 03brlcad * r47209 10/brlcad/trunk/TODO: only two show-stopper items holding up the release. need to make sure rtcheck works and testing multipe blank lines in mged.
22:51.32 CIA-48 BRL-CAD: 03n_reed * r47210 10/brlcad/trunk/configure.ac: disable STEP build
22:51.47 brlcad starseeker: done a distcheck in a while? looking like hv3 and sqlite3 aren't getting added
22:52.02 brlcad plus a bunch of the doc files for some reasons
23:05.56 CIA-48 BRL-CAD: 03n_reed * r47211 10/brlcad/trunk/src/other/step/src/express/Makefile.am: remove reference to non-existant file
23:18.19 CIA-48 BRL-CAD: 03starseeker * r47212 10/brlcad/trunk/doc/ecosystem.dot: Graphviz generated layout detailing relationships between 3rd party libraries and BRL-CAD components. High level overview.
23:20.17 starseeker brlcad: not recently...
23:38.58 *** part/#brlcad n_reed (~molto_cre@BZ.BZFLAG.BZ)
23:45.56 abhi2011 starseeker: I just updated to the latest build a few minutes ago, the cmake build shows some errors : http://bin.cakephp.org/view/417920177
23:47.06 starseeker abhi2011: did you clear out your old CMakeCache.txt file?
23:47.35 abhi2011 oh , I didnt, a make clean should do that I guess
23:47.54 starseeker it's like the config.cache file from autotools
23:48.11 starseeker it stays around until you specifically nuke it (either from the GUI or manually)
23:49.08 abhi2011 ok

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