| 00:00.33 | yukonbob | "package require [somepkg]" will load "[somepkg]" (whatever you say) ie: package require Tk |
| 00:00.59 | yukonbob | (will load the Tk library (for Gui interface/development). |
| 00:01.30 | yukonbob | the "-exactversion [blah]" is a switch passed to "package require" that (surprise!) requires the exact version you specify. |
| 00:09.04 | yukonbob | IriX64: _I_ would try completely skipping that package require if I were you... what I wrote above applies to all other packages though -- reuqiring a specific version of Tcl (from w/i Tcl) looks like a special trick. |
| 00:10.13 | IriX64 | trying it |
| 00:29.11 | IriX64 | sigh break time , see you all later :) |
| 00:45.35 | *** part/#brlcad rpaddock (n=bob_padd@c-24-131-109-50.hsd1.oh.comcast.net) | |
| 02:39.10 | *** join/#brlcad IriX64 (n=mariodot@bas2-sudbury98-1096601470.dsl.bell.ca) | |
| 02:43.14 | IriX64 | bwish just built, hallelia |
| 03:03.15 | IriX64 | both /lgt/error.c and /remrt/rtsrv.c are trying to duplicate bu_bomb() but they fail to rename them |
| 03:13.51 | IriX64 | terrain.exe, is that what you used on the stryker image on brlcad.org/screenshots :) |
| 09:30.04 | *** join/#brlcad minute (n=MinuteEl@cpc4-flit1-0-0-cust283.lutn.cable.ntl.com) | |
| 10:05.29 | *** join/#brlcad MinuteElectron (n=MinuteEl@silentflame/member/pdpc.base.minuteelectron) | |
| 10:42.30 | *** join/#brlcad rpaddock (n=bob_padd@c-24-131-109-50.hsd1.oh.comcast.net) | |
| 10:47.58 | *** join/#brlcad elite01 (n=elite01@dslb-088-070-028-121.pools.arcor-ip.net) | |
| 10:50.01 | *** join/#brlcad Z80-Boy (i=clock@77-56-78-208.dclient.hispeed.ch) | |
| 11:46.10 | *** join/#brlcad minute (n=MinuteEl@silentflame/member/pdpc.base.minuteelectron) | |
| 12:15.07 | *** join/#brlcad rpaddock (n=bob_padd@c-24-131-109-50.hsd1.pa.comcast.net) | |
| 12:58.22 | *** part/#brlcad rpaddock (n=bob_padd@c-24-131-109-50.hsd1.pa.comcast.net) | |
| 16:09.13 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/tclscripts/lib/ (Display.tcl Dm.tcl QuadDisplay.tcl RtControl.tcl): Activate the fbserv capability on Windows. |
| 16:16.12 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/tclscripts/archer/ (Archer.tcl LoadArcherLibs.tcl): Activate the fbserv capability on Windows. |
| 16:18.48 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/other/tk/win/tkWinMenu.c: Add option to have double bar tearoffs on windows. |
| 16:24.45 | *** join/#brlcad Atosark (n=desire@blizzard.ppp.pro-lan.net) | |
| 16:25.33 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/mged/mged_dm.h: Changed "#ifdef _WIN32" to "#if defined(_WIN32) && \!defined(__CYGWIN__)" |
| 16:27.20 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/mged/ged.c: Activate the fbserv capability on Windows. |
| 16:33.04 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/mged/fbserv.c: Mods to get the fbserv capability working on Windows. This required using Tcl_OpenTcpServer instead of pkg_permserver which beget other mods. |
| 16:39.42 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/mged/dm-wgl.c: Mods to accommodate the new hdc parameter to _wgl_open_existing(). |
| 16:47.33 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/libtclcad/tclcadAutoPath.c: Mods to get things working on Windows. |
| 16:52.32 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/librt/dg_obj.c: Mods to get things working on Windows. |
| 16:58.59 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/libfb/tcl.c: Mods to get the embedded fbserv working in the cadwidgets. |
| 17:00.26 | *** join/#brlcad DanielFalck (n=DanielFa@pool-71-111-79-184.ptldor.dsl-w.verizon.net) | |
| 17:03.05 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/libfb/fbserv_obj.c: Mods to get the fbserv capability working on Windows. This required using Tcl_OpenTcpServer instead of pkg_permserver which beget other mods. |
| 17:09.50 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/libdm/dm_obj.c: Mods to accommodate the signature change of fbs_open and fbs_close. |
| 17:13.41 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/fbserv/fbserv.c: Mods to get things working on Windows. |
| 17:16.58 | *** join/#brlcad Elperion (n=Bary@p54876562.dip.t-dialin.net) | |
| 17:26.09 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/include/fbserv_obj.h: Added fbsl_chan member to struct fbserv_listener. Added fbsc_chan and fbsc_handler members to struct fbserv_client. |
| 17:43.09 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/src/libfb/if_wgl.c: Mods to accommodate the new hdc parameter to _wgl_open_existing(). |
| 17:45.54 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/misc/win32-msvc7/libfb/libfb.vcproj: Using fbserv_obj.c instead of fbserb_obj_win32.c |
| 17:47.50 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/misc/win32-msvc7/ (25 files in 25 dirs): Minor updates. |
| 18:15.28 | *** join/#brlcad IriX64 (n=mariodot@bas2-sudbury98-1096601470.dsl.bell.ca) | |
| 18:17.44 | IriX64 | http://rafb.net/p/wqxZuC31.html <--- just did a cvs update, first time i've seen this one :) |
| 18:21.16 | IriX64 | bear in mind it could be my weird system, but i've not touched system stuff in the past three days |
| 18:26.39 | CIA-27 | BRL-CAD: 03bob1961 * 10brlcad/misc/win32-msvc7/itkstub/itkstub.vcproj: Update include dirs. |
| 18:33.54 | *** join/#brlcad minute (n=MinuteEl@silentflame/member/pdpc.base.minuteelectron) | |
| 19:08.30 | IriX64 | I used this to configure ---> ./configure --enable-almost-everything CFLAGS="-msse3 -march=opteron -mtune=opteron -mhard-float -I/usr/X11R6/include" LDFLAGS="-L/usr/X11R6/lib -lX11 -lXit -lext -lXft" |
| 19:11.29 | IriX64 | forgot -lXi :) |
| 19:21.03 | *** join/#brlcad Elperion (n=Bary@p54876562.dip.t-dialin.net) | |
| 19:41.51 | *** join/#brlcad minute (n=MinuteEl@silentflame/member/pdpc.base.minuteelectron) | |
| 19:46.03 | *** join/#brlcad Z80-Boy (i=clock@77-56-65-132.dclient.hispeed.ch) | |
| 20:47.53 | IriX64 | well pfffft, bwish links, but mged doesn't |
| 21:08.08 | *** join/#brlcad b0ef (n=b0ef@062016141081.customer.alfanett.no) | |
| 21:59.23 | *** join/#brlcad minute (n=MinuteEl@silentflame/member/pdpc.base.minuteelectron) | |
| 22:45.44 | *** join/#brlcad akreal (n=ak@53.as-59.nienschanz.ru) | |
| 22:45.55 | *** part/#brlcad akreal (n=ak@53.as-59.nienschanz.ru) | |
| 22:53.59 | *** join/#brlcad akreal (n=ak@53.as-59.nienschanz.ru) | |
| 22:54.59 | *** join/#brlcad bpoole (n=bpoole@UNIX31.andrew.cmu.edu) | |
| 23:37.32 | *** join/#brlcad rpaddock (n=bob_padd@c-24-131-109-50.hsd1.pa.comcast.net) | |
| 23:42.50 | *** join/#brlcad DistantShores (n=unknown@118-92-24-103.dsl.dyn.ihug.co.nz) | |
| 23:43.36 | *** part/#brlcad DistantShores (n=unknown@118-92-24-103.dsl.dyn.ihug.co.nz) | |