| 00:13.32 | *** join/#brlcad docelic (n=docelic@212.15.176.147) | |
| 02:27.14 | *** join/#brlcad DevJock (n=DevJock@ppp-67-66-49-243.dsl.hstntx.swbell.net) | |
| 02:29.12 | DevJock | Upon attempting to compile I received the following error ...\brlcad-7.12.0\src\anim\anim_cascade.c|43|common.h: No such file or directory| .... I could not find this file in the source! |
| 02:35.18 | DevJock | Should I also ignore this directory in attempting to build on windows? |
| 02:38.32 | brlcad | DevJock: common.h is in the include directory |
| 02:38.47 | brlcad | you're probably missing an include path |
| 02:39.03 | brlcad | there are a variety of include paths that change as the builds progress, include/ being one of them |
| 02:39.58 | brlcad | depending on compilation options, it can also include various subdirectories in src/other |
| 02:40.53 | DevJock | brlcad: oh, okay. I was only looking in the src folder, whooops |
| 02:47.00 | DevJock | brlcad: All right, now I'm getting somewhere. Only 23 errors to go. |
| 02:49.16 | DevJock | brlcad: yeah I'm getting the can't find tcl.h error, I guessing this is what you meant by having the src\other folder as part of the directories available to the compiler? |
| 03:01.19 | DevJock | brlcad: Weird, I added the src/other directory above the include directory as part of the search directories of my compiler's build options but I still keep getting ......\include\bu.h|54|tcl.h: No such file or directory|.... |
| 03:15.33 | brlcad | DevJock: it depends whether it uses system-provided libs or self-compiled |
| 03:15.54 | brlcad | src/other is our external dependencies -- they are compiled if they're not already installed on the system |
| 03:16.48 | brlcad | so you have to include the right directories, src/other is NOT the right directory |
| 03:16.58 | brlcad | that's why I said varius SUBdirectories |
| 03:25.52 | DevJock | brlcad: Well, I got better results now, I think I need to remove my project file out of the src directory, and move it perhaps one level up, also I am setting up a 6 build option in Code::Blocks, 3 debug builds for Win, Mac, and Unix, and the other 3 as release builds. Of course I'm just modifying the params to the Win builds, but this experience has already taught me more about using Code::Blocks. I'll be logging out now. Thanks f |
| 04:00.27 | *** join/#brlcad pacman87 (n=Timothy@resnet-45-192.dorm.utexas.edu) | |
| 04:12.22 | *** join/#brlcad SWPadnos_ (n=Me@dsl107.esjtvtli.sover.net) | |
| 04:17.40 | *** join/#brlcad PrezKennedy (i=Matthew@74.86.45.130) | |
| 04:47.07 | yukonbob | takes another look at latest 7.12.x |
| 05:33.59 | yukonbob | configure:10029: cc -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/tcl/generic -I/usr/pkg/include -I/usr/include -I/u |
| 05:34.02 | yukonbob | sr/local/include -L/usr/pkg/lib/tcl/itcl3.3 -L/usr/pkg/lib/tcl/itk3.3 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/l |
| 05:34.05 | yukonbob | ib -L/usr/local/lib conftest.c -ltcl84 -lBLT24 >&5 |
| 05:34.08 | yukonbob | /usr/pkgsrc/bch/brlcad-svn/work/.buildlink/lib/libBLT24.so: undefined reference to `Tk_GetPixmap' |
| 05:34.11 | yukonbob | /usr/pkgsrc/bch/brlcad-svn/work/.buildlink/lib/libBLT24.so: undefined reference to `XFreePixmap' |
| 05:34.14 | yukonbob | ^--- etc, etc. |
| 05:34.17 | yukonbob | (I know paste bin :P) |
| 05:34.30 | yukonbob | requires -ltk84 |
| 05:35.22 | yukonbob | hrmm -- 1sec. |
| 05:41.27 | yukonbob | apoligizes for rooky noise above, continues ;) |
| 05:41.59 | brlcad | heh |
| 05:42.10 | brlcad | looks like -ltk84 and -lX11 |
| 05:42.18 | brlcad | that some configure test? |
| 05:42.28 | yukonbob | sometimes I just want my hand held :) |
| 05:42.58 | yukonbob | laughs -- maybe I should hire my own computer nerd for when I don't feel like :P |
| 05:43.55 | yukonbob | yup, configure test -- "-ltk84" alone worked in my case... |
| 05:44.13 | yukonbob | is running, will see how "things" go soon -- |
| 05:44.22 | brlcad | yeah, tk provides a few X funcs |
| 05:44.50 | yukonbob | q: re: svn, is there a "-current" in the repo, or how do you handle tags/branching, etc. |
| 05:45.04 | brlcad | trunk |
| 05:45.38 | brlcad | http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/ |
| 05:45.48 | yukonbob | ...and is trunk quite diff't from 7.12.1 atm? |
| 05:45.57 | yukonbob | loads uri |
| 05:46.01 | brlcad | trunk is 7.12.1 atm |
| 05:46.09 | yukonbob | ice. |
| 05:46.12 | yukonbob | *nice |
| 05:46.49 | yukonbob | will get this up/running, then follow from now on so I can adjust my build-env day-to-day and keep everything happy at both our ends... |
| 05:51.11 | yukonbob | watches his compile continue, is happy |
| 05:57.53 | yukonbob | wants to comment on how well things are going, how I think some work in the BRL-CAD auto* has helped, how a little of my own work has helped, etc., etc., but I don't want to jynx the job... do meta-comments jynx? |
| 06:01.53 | yukonbob | gah :P |
| 06:03.36 | yukonbob | http://www.pastebin.ca/990550 |
| 06:03.47 | yukonbob | looks for cause |
| 06:11.55 | yukonbob | looks for c99 fmax definition |
| 06:16.31 | yukonbob | looks up NetBSD specifics |
| 06:34.20 | yukonbob | feh -- /me runs into libtool (wrt libbu) issues... close, but no cigar (yet) |
| 06:43.20 | CIA-20 | BRL-CAD: 03bharder * r30743 10/brlcad/trunk/src/nirt/nirt.h: Add test, macro for c99 fmax(), missing in NetBSD. |
| 07:10.04 | *** join/#brlcad clock_ (n=clock@217-162-109-19.dclient.hispeed.ch) | |
| 07:17.39 | *** join/#brlcad Axman6 (n=Axman6@pdpc/supporter/student/Axman6) | |
| 07:18.18 | yukonbob | hey clock_ |
| 07:18.33 | yukonbob | ...and Axman6 :) |
| 07:22.02 | clock_ | hey yukonbob |
| 07:22.39 | yukonbob | took another look at links after finding out you were a dev... /me <== usually w3m |
| 07:25.29 | yukonbob | links -g == beautify display :) |
| 07:25.38 | yukonbob | *beautiful |
| 07:32.34 | clock_ | yukonbob: thanks |
| 07:33.00 | clock_ | but yes indeed it has like proper gamma correction, 48 bit colour depth, LCD otpimization, bilinear filtering in the proper photometric space... |
| 07:33.54 | yukonbob | will give links more of a chance, but _really_ misses the 'jkhl' and other keybindings of w3m -- it's easier to get around the page w/ w3m... |
| 07:34.23 | yukonbob | no need to 'tab' through all the links to get to the one I want, for example. |
| 07:40.08 | clock_ | yukonbob: you can like scroll and click with the mouse |
| 07:40.15 | clock_ | or use page up page down for fast tabbing |
| 07:43.51 | yukonbob | mouse != what I want in text-based browser (not always running in -g mode) -- pgup/dn might work.. thx |
| 07:44.58 | Axman6 | yo yukonbob |
| 07:52.18 | *** part/#brlcad jdoline1 (n=jdoliner@wireless-199-227.uchicago.edu) | |
| 10:53.13 | *** join/#brlcad docelic (n=docelic@77.237.103.56) | |
| 12:37.02 | *** join/#brlcad docelic (n=docelic@78.134.199.186) | |
| 14:38.25 | *** join/#brlcad clock_ (n=clock@217-162-109-215.dclient.hispeed.ch) | |
| 15:25.29 | *** join/#brlcad cad85 (n=58170394@bz.bzflag.bz) | |
| 15:59.05 | yukonbob | wow...slow day for cadheads |
| 15:59.45 | yukonbob | waves in |
| 16:24.27 | *** join/#brlcad ChanServ (ChanServ@services.) | |
| 16:24.27 | *** mode/#brlcad [+o ChanServ] by irc.freenode.net | |
| 16:27.07 | *** join/#brlcad homovulgaris (n=thedawn@202.63.233.61) | |
| 16:39.49 | *** join/#brlcad clock_ (n=clock@77-56-82-126.dclient.hispeed.ch) | |
| 16:40.21 | *** join/#brlcad docelic_ (n=docelic@78.134.197.13) | |
| 16:48.04 | *** join/#brlcad Elperion (n=Bary@p5487469E.dip.t-dialin.net) | |
| 17:21.05 | *** join/#brlcad andrecastelo (n=chatzill@189.71.44.83) | |
| 17:21.39 | andrecastelo | good afternoon everyone |
| 17:33.20 | *** join/#brlcad jdoline1 (n=jdoliner@wireless-197-110.uchicago.edu) | |
| 17:35.24 | yukonbob | hey andrecastelo |
| 17:35.36 | andrecastelo | sup yukonbob, how are you doing? |
| 17:36.43 | yukonbob | not so bad -- working on getting the latest BRL-CAD distro up/running on my 'puter |
| 18:06.09 | *** join/#brlcad iraytrace (n=iraytrac@c-67-172-239-24.hsd1.ut.comcast.net) | |
| 21:04.07 | yukonbob | brlcad: why does the libtclcad build explictly use the src/other/tcl/*, src/other/tk/*, and src/other/blt/*? |
| 21:05.24 | brlcad | you mean the include dirs? |
| 21:05.29 | brlcad | it shouldn't |
| 21:05.31 | yukonbob | yup, and the DEPS |
| 21:05.36 | yukonbob | (for BLT) |
| 21:07.25 | yukonbob | tries a patch to Makefile.am; testing. |
| 21:07.32 | brlcad | deps are just rebuild rules, not part of automake proper |
| 21:08.02 | brlcad | i.e. don't worry too much about deps, but includes can/should probably only come from configure alone |
| 21:08.51 | yukonbob | starts another build -- is hopefully getting closer to 7.12.x on his puter :) |
| 21:14.37 | yukonbob | also isn't too impressed w/ the "open"NURBS folks as their password-protected .zip file |
| 21:19.00 | *** join/#brlcad Tieku (n=Joe@cpc1-leed14-0-0-cust631.leed.cable.ntl.com) | |
| 21:19.08 | Tieku | hi |
| 21:19.48 | Tieku | is 7.12.0 avilable for windows? |
| 21:20.17 | brlcad | Tieku: soon, there is a beta build on ftp |
| 21:20.32 | Tieku | brlcad: cheers! |
| 22:44.28 | *** join/#brlcad homovulgaris (n=thedawn@202.63.233.61) | |