| 00:44.12 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 00:45.08 | *** join/#brlcad bteufawrmiadbjpl (~armin@dslb-092-074-230-007.092.074.pools.vodafone-ip.de) | |
| 01:19.28 | *** join/#brlcad KimK (~Kim__@ip68-102-66-31.ks.ok.cox.net) | |
| 01:22.34 | *** join/#brlcad ries (~ries@D979C7EF.cm-3-2d.dynamic.ziggo.nl) | |
| 01:25.18 | *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee) | |
| 01:45.48 | *** join/#brlcad KimK (~Kim__@ip68-102-66-31.ks.ok.cox.net) | |
| 02:37.54 | *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee) | |
| 03:12.50 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 03:16.55 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 03:34.00 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 04:37.02 | *** join/#brlcad tandoorichick (3d0c28b1@gateway/web/freenode/ip.61.12.40.177) | |
| 06:22.48 | *** join/#brlcad merzo__ (~merzo@251-115-132-95.pool.ukrtel.net) | |
| 07:14.14 | *** join/#brlcad merzo__ (~merzo@33-46-133-95.pool.ukrtel.net) | |
| 07:37.59 | *** join/#brlcad Stragus (~alexis@modemcable090.29-19-135.mc.videotron.ca) | |
| 07:43.45 | *** join/#brlcad Notify (~notify@66-118-151-70.static.sagonet.net) | |
| 07:45.39 | *** join/#brlcad boj (~boj@172.82.174.30) | |
| 08:28.55 | *** join/#brlcad Mandeep_Singh (~Mandeep@202.164.53.117) | |
| 08:52.14 | *** join/#brlcad Mandeep_Singh (~Mandeep@202.164.53.117) | |
| 09:17.18 | *** join/#brlcad Mandeep_Singh (~Mandeep@202.164.53.117) | |
| 10:09.58 | *** join/#brlcad Mandeep_Singh (~Mandeep@202.164.53.117) | |
| 10:13.56 | *** join/#brlcad jasleen (~jasleen@117.255.246.12) | |
| 10:53.48 | *** join/#brlcad shubham_ (a5e1683b@gateway/web/freenode/ip.165.225.104.59) | |
| 11:39.51 | *** join/#brlcad Mandeep_Singh (~Mandeep@202.164.53.117) | |
| 11:39.54 | *** join/#brlcad tflendrich (~tflendric@90-156-19-101.internetia.net.pl) | |
| 12:06.17 | *** join/#brlcad Zitara (~vsvs@37.36.14.22) | |
| 12:28.07 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 12:42.35 | *** join/#brlcad tandoorichick (b64b2d01@gateway/web/freenode/ip.182.75.45.1) | |
| 13:21.40 | *** join/#brlcad yorik (~yorik@201-26-112-84.dsl.telesp.net.br) | |
| 13:37.39 | *** join/#brlcad shubham (71c189f0@gateway/web/freenode/ip.113.193.137.240) | |
| 13:56.18 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 14:12.03 | *** join/#brlcad jasleen (~jasleen@117.255.246.12) | |
| 14:15.36 | brlcad | starseeker: I don't see where you initialize tclcad for rtwizard |
| 14:15.53 | brlcad | (regarding r67537 comment) |
| 14:17.35 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 14:17.36 | brlcad | for that error, tclcad_bn_setup() isn't called which means Bn_Init() isn't called, which is called by Tclcad_Init() |
| 14:34.50 | starseeker | ah |
| 14:35.37 | starseeker | tclcad is initialized for rtwizard at main.c:861 |
| 14:37.19 | starseeker | when I look at bn_math_cmd in tclcad, the function caster is casting to the libbn pointer, but the interp is getting a libtclcad pointer somehow |
| 14:37.51 | starseeker | i.e. "libbn.dll!_quat_mat2quat" vs "libtclcad.dll!_quat_mat2quat" |
| 14:38.59 | starseeker | those are two different addresses - what I'm not clear on is why MSVC is reporting a libtclcad pointer for quat_mat2quat |
| 14:39.13 | *** join/#brlcad kkrcodes (~kkrcodes@14.139.160.31) | |
| 14:40.08 | starseeker | libfunc.c includes bn.h |
| 14:41.43 | starseeker | this lookes to be caused by my pulling the Tcl wrappers for libbn up into libtclcad - something about that is gumming up the function pointer comparison - but I'm not sure why. It does work on Linux |
| 14:42.30 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 14:43.24 | starseeker | explicitly adding libbn to the libtclcad library list doesn't seem to help |
| 14:48.33 | *** join/#brlcad Mathnerd314 (~quassel@206.53.16.66) | |
| 14:48.38 | *** join/#brlcad Mathnerd314 (~quassel@supertux/Mathnerd314) | |
| 14:59.29 | *** join/#brlcad Mandeep_Singh (~Mandeep@59.96.142.4) | |
| 15:00.37 | *** join/#brlcad gaganjyot (~gaganjyot@210.56.103.99) | |
| 15:08.16 | starseeker | O.o |
| 15:18.34 | starseeker | after discussion with Bob, there's a better way to define these commands (more along the lines of other tclcad commands) |
| 15:18.43 | starseeker | rolls up sleves and dives in... |
| 16:20.17 | *** join/#brlcad kkrcodes_ (~kkrcodes@14.139.160.31) | |
| 16:41.59 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 16:49.39 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 16:56.26 | brlcad | starseeker: not much help without a debugger other than to say that what you said doesn't make sense... |
| 16:57.03 | brlcad | there shouldn't be / isn't a quat_mat2quat symbol in the libtclcad.dll (unless you count the import) |
| 16:57.52 | brlcad | if they're different, that would suggest the import/export toggles were wrong when building libtclcad |
| 16:58.15 | brlcad | maybe compile verbose to make sure BN_DLL_IMPORT is correctly set when building libtclcad |
| 16:58.18 | brlcad | ? |
| 17:54.44 | *** join/#brlcad gaganjyot (~gaganjyot@210.56.103.99) | |
| 18:27.08 | *** join/#brlcad gaganjyot (~gaganjyot@210.56.99.213) | |
| 18:42.40 | *** join/#brlcad gaganjyot (~gaganjyot@125.62.121.75) | |
| 18:52.53 | *** join/#brlcad jasleen (~jasleen@117.255.246.12) | |
| 19:29.13 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 19:34.49 | *** join/#brlcad jasleen (~jasleen@117.255.246.12) | |
| 20:10.40 | *** join/#brlcad gaganjyot (~gaganjyot@125.62.121.75) | |
| 20:11.38 | *** join/#brlcad gaganjyot (~gaganjyot@125.62.121.75) | |
| 20:12.37 | *** join/#brlcad gaganjyot (~gaganjyot@125.62.121.75) | |
| 20:13.35 | *** join/#brlcad gaganjyot (~gaganjyot@125.62.121.75) | |
| 20:14.34 | *** join/#brlcad gaganjyot (~gaganjyot@125.62.121.75) | |
| 20:15.50 | *** join/#brlcad gaganjyot (~gaganjyot@125.62.121.75) | |
| 20:29.05 | *** join/#brlcad skat00sh (uid103741@gateway/web/irccloud.com/x-hbuhqkxxymhqoote) | |
| 20:34.02 | brlcad | ``Erik: Notify stuck? |
| 20:34.21 | brlcad | really needs to finish the migration and shut off this server before the ISP does it out from under us... |
| 21:03.10 | *** join/#brlcad Zitara (~vsvs@37.36.14.22) | |
| 21:47.58 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 21:48.29 | Notify | 03BRL-CAD:starseeker * 67532 (brlcad/trunk/regress/rtwizard/CMakeLists.txt brlcad/trunk/regress/rtwizard/regress-rtwiz.cmake.in): More multiconfig regression testing work... untested on Windows |
| 21:48.42 | Notify | 03BRL-CAD:starseeker * 67533 brlcad/trunk/src/libbu/opt.c: variable isn't enough - also check that the processing function is the same. |
| 21:48.44 | Notify | 03BRL-CAD:starseeker * 67534 brlcad/trunk/src/rtwizard/main.c: Add an rtwizard -h option for help (note - check if this is new...) |
| 21:48.46 | Notify | 03BRL-CAD:starseeker * 67535 (brlcad/trunk/regress/rtwizard/CMakeLists.txt brlcad/trunk/regress/rtwizard/regress-rtwiz.cmake.in): .g file location isn't known until runtime in multiconfig. |
| 21:48.48 | Notify | 03BRL-CAD:starseeker * 67536 brlcad/trunk/src/rtwizard/main.c: skip info check if we're already going graphical |
| 21:53.34 | Notify | 03BRL-CAD:starseeker * 67537 brlcad/trunk/src/rtwizard/main.c: Closer on Windows, but although the gui starts the interp ultimately wipes out with the error 'tclcad bn: math function quat_mat2quat not supported yet' - not clear why, as this doesn't seem to be a problem on Linux... |
| 21:53.49 | Notify | 03BRL-CAD:starseeker * 67538 brlcad/trunk/src/rtwizard/main.c: unused var |
| 21:53.53 | Notify | 03BRL-CAD:brlcad * 67539 brlcad/trunk/src/libtclcad/CMakeLists.txt: libtclcad directly calls bn and bu, so list them explicitly as dependencies |
| 21:54.02 | Notify | 03BRL-CAD:starseeker * 67540 brlcad/trunk/TODO: Need to investigate view updates in rtwizard |
| 21:54.06 | Notify | 03BRL-CAD:brlcad * 67541 brlcad/trunk/NEWS: state more specifically what the improvements cliff made to the brlman application are in user terms: gui mode and works better on non-script platforms (i.e., windows). was: Several improvements have been made to the brlman utility. First, it is no longer necessary to use sh or bat wrapper files to launch it. Second, the gui mode now starts up even without a man page |
| 21:54.08 | Notify | specified on the command line (in Windows, you can now double click on brlman and have it start up) and provides the list of man pages on the left to allow browsing. |
| 21:54.10 | Notify | ... |
| 21:54.13 | Notify | 03BRL-CAD:brlcad * 67542 brlcad/trunk/include/bu/uuid.h: ws |
| 21:54.15 | Notify | 03BRL-CAD:brlcad * 67543 (brlcad/trunk/src/libbu/CMakeLists.txt brlcad/trunk/src/libbu/uuid.c): stub in the create and decode functions |
| 21:54.17 | Notify | 03BRL-CAD:brlcad * 67544 brlcad/trunk/src/libbu/uuid.c: quick unverified stab at v4 uuids using system API or manual creation |
| 21:54.27 | Notify | 03BRL-CAD:brlcad * 67545 brlcad/trunk/src/libbu/uuid.c: implement a basic decoder |
| 21:54.28 | Notify | 03BRL-CAD:brlcad * 67546 brlcad/trunk/src/libbu/uuid.c: oop, no effect |
| 21:54.30 | Notify | 03BRL-CAD:brlcad * 67547 brlcad/trunk/src/libbu/uuid.c: fix up uuid parsing, document the reserved bits |
| 21:54.32 | Notify | 03BRL-CAD:brlcad * 67548 brlcad/trunk/src/libbu/uuid.c: fix the incorrect drand48-based distribution that needs to be a random byte value. will need the uuid.h system header for uuid_generate() too. |
| 21:54.34 | Notify | 03BRL-CAD:brlcad * 67549 brlcad/trunk/CMakeLists.txt: check for uuid/uuid.h (from libuuid) so we can use it when available |
| 21:54.41 | Notify | 03BRL-CAD Wiki:91.121.29.217 * 9591 /wiki/Mailing_Lists: Undo revision 7183 by [[Special:Contributions/Sean|Sean]] ([[User talk:Sean|talk]]) |
| 21:54.44 | Notify | 03BRL-CAD Wiki:Sean * 9592 /wiki/Mailing_Lists: Reverted edits by [[Special:Contributions/91.121.29.217|91.121.29.217]] ([[User talk:91.121.29.217|talk]]) to last revision by [[User:Sean|Sean]] |
| 21:54.46 | Notify | 03BRL-CAD Wiki:Sean * 0 /wiki/User:91.121.29.217: Spamming links to external sites |
| 23:40.17 | *** join/#brlcad boj (~boj@172.82.174.30) | |