| 00:08.26 | nKf | it is late in germany.. good night.. bye |
| 00:59.54 | nelson_ | Before I download brlcad, can it load a .STEP file? |
| 01:02.08 | ``Erik | ".step"? |
| 01:02.19 | ``Erik | (you can take a look at http://cvs.sourceforge.net/viewcvs.py/brlcad/brlcad/src/conv/ to see some of the supported formats...) |
| 01:03.05 | ``Erik | they're mostly in the form of from-to.c |
| 01:03.50 | nelson | Oooohhhhhhhh, it has IGES. That's good. |
| 01:04.43 | nelson | STEP == Standard for the Exchange of Product Design |
| 01:04.59 | nelson | PDES == Product Data Exchange using STEP |
| 01:09.23 | nelson | I see. A STEP converter is in progress. http://www.freelists.org/archives/cad-linux-dev/05-2005/msg00000.html |
| 01:43.18 | *** join/#brlcad PrezKennedy (n=Apathy@c-68-33-243-45.hsd1.md.comcast.net) | |
| 01:51.28 | brlcad | there is not a step converter yet, though another guy and I were working on one about a year ago |
| 01:51.46 | brlcad | it's even more complex than supporting iges was |
| 01:51.52 | brlcad | but certainly doable |
| 01:53.39 | nelson | yes, I can see that it's complicated. :( |
| 01:56.44 | brlcad | we were able to leverage an existing parser written years ago by nist, and updated it to the latest 10303 spec |
| 01:57.00 | brlcad | but that still leaves implementing support for ap203 and/or ap214 |
| 01:57.27 | brlcad | and *then* you can start thinking about the actual conversion process of how to go to/from brl-cad and iges |
| 02:12.20 | *** join/#brlcad tegtmeye (n=tegtmeye@pool-70-17-225-27.balt.east.verizon.net) | |
| 02:19.41 | *** join/#brlcad nelson (n=nelson@rrcs-72-43-17-50.nys.biz.rr.com) | |
| 02:28.47 | tegtmeye | brlcad, you around? |
| 02:29.41 | brlcad | maybe |
| 02:30.30 | tegtmeye | what are you guys putting in usr/local in the std image? (macs) |
| 02:32.45 | tegtmeye | I can't remember if I put gcc4.1 in there or if you guys did... |
| 02:34.06 | tegtmeye | I think so, I just found a pretty big bug in 4.1, and I saw it was on pinion-didn't know if anyone else was using it... |
| 02:34.15 | tegtmeye | good plan |
| 02:35.00 | tegtmeye | thanks. |
| 02:35.09 | brlcad | heh, np |
| 06:22.53 | *** join/#brlcad clock_ (n=clock@84-72-95-170.dclient.hispeed.ch) | |
| 07:22.32 | *** join/#brlcad justin_ (n=justin@pcp0011649600pcs.aberdn01.md.comcast.net) [NETSPLIT VICTIM] | |
| 07:22.32 | *** join/#brlcad CIA-13 (i=cia@flapjack.navi.cx) | |
| 09:17.22 | *** join/#brlcad clock_ (n=clock@zux221-122-143.adsl.green.ch) | |
| 17:31.13 | *** join/#brlcad clock__ (n=clock@zux221-122-143.adsl.green.ch) | |
| 18:35.56 | *** join/#brlcad razz (n=rarunaog@pool-138-88-148-253.esr.east.verizon.net) | |
| 18:45.00 | razz | brlcad: WARNING: BRL-CAD 7.7.0 is apparently not installed yet. |
| 18:45.00 | razz | attempt to provide package Iwidgets 7.7.0 failed: package Iwidgets 4.0.1 provided instead |
| 18:45.00 | razz | invalid command name "gui" |
| 18:45.00 | razz | MGED Aborted. |
| 18:46.16 | razz | brlcad: The error above is what I get when I attempted to run mged on windows after compilation. What I my missing? |
| 18:46.53 | razz | brlcad: I downloaded yesterday's brlcad build from cvs. |
| 19:14.57 | brlcad | razz: ah, interesting |
| 19:15.09 | brlcad | there's a manual "move files into place" step right now |
| 19:15.19 | brlcad | at least that's what I've been told not having compiled on windows yet |
| 19:16.43 | *** join/#brlcad docelic (n=docelic@clj34-71.dial-up.arnes.si) | |
| 19:16.44 | razz | thats is true. And I have moved some files around. Also, it seems the trouble lies with the Iwidgets version |
| 19:17.17 | brlcad | that's a variable setting, sounds more like a warning |
| 19:18.42 | brlcad | the include/config_win.h should have it set to 4.0.2 |
| 19:20.04 | brlcad | it "should" be 4.0.1 |
| 19:22.05 | razz | it is set to 4.0.1 |
| 19:22.45 | razz | there is also an "invalid gui" error |
| 19:24.45 | brlcad | that's because it's not finding the tclscripts directory |
| 19:24.55 | brlcad | gui is the first command that kicks off |
| 19:25.02 | brlcad | that launches the gui |
| 19:44.53 | brlcad | razz: run mged -c and select nu for the device |
| 19:45.51 | brlcad | then run bu_brlcad_root . and bu_brlcad_data . |
| 19:45.58 | razz | I did and error message is -c option not available |
| 19:46.12 | brlcad | woah |
| 19:46.47 | brlcad | what about mged -n |
| 19:47.08 | razz | same error message |
| 19:47.18 | brlcad | is there a btclsh or bwish? |
| 19:48.09 | brlcad | if so, you can run those two commands in them also |
| 19:48.53 | brlcad | ahhhh |
| 19:48.56 | brlcad | #ifndef _WIN32 |
| 19:48.56 | brlcad | <PROTECTED> |
| 19:48.56 | brlcad | #else |
| 19:48.56 | brlcad | <PROTECTED> |
| 19:48.59 | brlcad | #endif |
| 19:49.00 | brlcad | boo hiss |
| 19:49.33 | brlcad | wonder why he did that, should be trivial to get working |
| 21:06.41 | *** join/#brlcad clock_ (n=clock@84-72-62-26.dclient.hispeed.ch) | |
| 21:49.02 | CIA-13 | BRL-CAD: 03brlcad * 10brlcad/configure.ac: |
| 21:49.02 | CIA-13 | BRL-CAD: fix build issues on mac os x 10.2. there's no socklen_t type so pretend it's |
| 21:49.02 | CIA-13 | BRL-CAD: size_t. old version of autoconf doesn't do anything with the arguments to |
| 21:49.02 | CIA-13 | BRL-CAD: AC_C_BIGENDIAN, so just check the result and define NATURAL_IEEE/REVERSE_IEEE |
| 21:49.02 | CIA-13 | BRL-CAD: conditionally. |
| 21:58.26 | *** join/#brlcad PKMOBILE (i=Apathy@pool-141-157-86-28.balt.east.verizon.net) | |
| 22:45.31 | *** join/#brlcad nKf (i=fKn@p54B54CC2.dip.t-dialin.net) | |
| 22:45.36 | nKf | hi |
| 23:00.52 | nKf | same question as yesterday: which library includes "XFreeDeviceList".. i got an error message "../../src/libdm/.libs/libdm.so: undefined reference to 'XFreeDeviceList' |
| 23:01.45 | nKf | the same with 'XListInputDevice', 'XOpenDevice', and 'XSelectExtensionEvent' |
| 23:03.52 | *** join/#brlcad pra5ad (n=pra5ad@pool-151-196-29-122.balt.east.verizon.net) | |
| 23:12.27 | brlcad | hello |
| 23:12.48 | brlcad | nKf: that's an X11 symbol, sounds ike what ``Erik said was right |
| 23:13.31 | brlcad | I forget, did you compile yourself? |
| 23:14.05 | nKf | i try it :) |
| 23:14.55 | nKf | of cause it is a x symbol? but which library? xlib (what ``Erik said) is installed |
| 23:15.32 | nKf | an the error message is "undefined reference" and not "library not found" ? |
| 23:16.08 | brlcad | it could be that your library doesn't have that symbol |
| 23:16.12 | nKf | maybe a other library version? |
| 23:16.20 | brlcad | what are you trying to run? |
| 23:16.27 | brlcad | mged? |
| 23:16.32 | nKf | make |
| 23:16.38 | brlcad | ah, make error |
| 23:16.41 | brlcad | which dir? |
| 23:16.44 | nKf | right |
| 23:17.08 | nKf | src/bwish |
| 23:17.35 | nKf | first gcc command work, but second leaves with the above error message |
| 23:17.58 | brlcad | paste the compile line? |
| 23:19.03 | nKf | ok, one moment |
| 23:19.11 | *** join/#brlcad nKf2 (i=fKn@p54B54CC2.dip.t-dialin.net) | |
| 23:19.45 | nKf2 | /usr/bin/gcc-4.0 -pipe -fno-strict-aliasing -fno-common -g -pipe -fno-strict-aliasing -fno-common -g -o .libs/btclsh cmd.o input.o main.o tcl.o -L/usr/X11R6/lib -L/usr/local/lib ../../src/libtclcad/.libs/libtclcad.so /home/nutzer/test/brlcad-7.6.6/src/other/libtk/.libs/libtk8.4.so ../../src/librt/.libs/librt.so ../../src/libdm/.libs/libdm.so /home/nutzer/test/brlcad-7.6.6/src/librt/.libs/librt.so /home/nutzer/test/brlcad-7.6.6/src/libbn/.libs/libbn. |
| 23:20.03 | nKf | oh.. too long |
| 23:20.10 | brlcad | yeah, break up into pieces |
| 23:20.20 | brlcad | or use pastebin |
| 23:20.25 | brlcad | ~pastebin |
| 23:20.28 | ibot | pastebin is, like, a place to paste your stuff without flooding the channel - try http://pastebin.com/, or http://pastebin.ca, or http://channels.debian.net/paste |
| 23:20.58 | nKf2 | /usr/bin/gcc-4.0 -pipe -fno-strict-aliasing -fno-common -g -pipe -fno-strict-aliasing -fno-common -g -o .libs/btclsh cmd.o input.o main.o tcl.o |
| 23:21.13 | nKf2 | -L/usr/X11R6/lib -L/usr/local/lib ../../src/libtclcad/.libs/libtclcad.so /home/nutzer/test/brlcad-7.6.6/src/other/libtk/.libs/libtk8.4.so |
| 23:21.55 | nKf2 | ../../src/librt/.libs/librt.so ../../src/libdm/.libs/libdm.so /home/nutzer/test/brlcad-7.6.6/src/librt/.libs/librt.so /home/nutzer/test/brlcad-7.6.6/src/libbn/.libs/libbn.so |
| 23:22.19 | nKf2 | /home/nutzer/test/brlcad-7.6.6/src/other/libpng/.libs/libpng.so ../../src/libfb/.libs/libfb.so /home/nutzer/test/brlcad-7.6.6/src/libpkg/.libs/libpkg.so /usr/lib/libGL.so |
| 23:22.37 | nKf2 | -lXext ../../src/libbn/.libs/libbn.so /home/nutzer/test/brlcad-7.6.6/src/libbu/.libs/libbu.so ../../src/libbu/.libs/libbu.so -lc -lpthread /home/nutzer/test/brlcad-7.6.6/src/other/libtcl/.libs/libtcl8.4.so |
| 23:22.48 | nKf2 | ../../src/other/incrTcl/.libs/libitk3.3.so ../../src/other/incrTcl/.libs/libitcl3.3.so ../../src/other/libtk/.libs/libtk8.4.so |
| 23:23.00 | nKf2 | -lX11 ../../src/other/libtcl/.libs/libtcl8.4.so -ldl -lnsl /home/nutzer/test/brlcad-7.6.6/src/other/libz/.libs/libz.so -lm ../../src/libtermio/.libs/libtermio.so -Wl,--rpath -Wl,/usr/brlcad/lib |
| 23:23.17 | nKf2 | ok, i hope that was all |
| 23:23.33 | nKf2 | the error message |
| 23:23.41 | nKf2 | ../../src/libdm/.libs/libdm.so: undefined reference to `XFreeDeviceList' |
| 23:23.42 | nKf2 | ../../src/libdm/.libs/libdm.so: undefined reference to `XListInputDevices' |
| 23:23.42 | nKf2 | ../../src/libdm/.libs/libdm.so: undefined reference to `XOpenDevice' |
| 23:23.42 | nKf2 | ../../src/libdm/.libs/libdm.so: undefined reference to `XSelectExtensionEvent' |
| 23:26.26 | nKf2 | or : http://pastebin.com/536164 |
| 23:34.10 | nKf | any idea ? |