00:01.32 |
poolio |
louipc: is the assert error still
there? |
00:01.59 |
louipc |
yeah |
00:03.37 |
poolio |
hmm |
00:03.57 |
poolio |
I think he just added the header to
opennurbs_curve.h when he meant to add it to
opennurbs_system.h |
00:04.20 |
louipc |
or opennurbs.h |
00:05.05 |
poolio |
no, opennurbs.h is just for the opennurbs
header files |
00:05.44 |
louipc |
ah |
00:05.51 |
poolio |
I'm going to add it to opennurbs_system.h and
remove it from the other one, one sec |
00:09.26 |
*** join/#brlcad Twingy
(n=justin@74.92.144.217) |
00:15.06 |
poolio |
louipc: should be fixed, cvs update and it
should be good |
00:15.24 |
CIA-29 |
BRL-CAD: 03poolio *
10brlcad/src/other/openNURBS/ (opennurbs_system.h
opennurbs_curve.h): include assert.h moved from opennurbs_curve.h
to opennurbs_system.h |
00:48.32 |
alejandro |
brlcad are u there? |
01:48.32 |
*** join/#brlcad iraytrace
(n=iraytrac@155.101.198.193) |
03:00.22 |
alejandro |
Making all in bwish |
03:00.23 |
alejandro |
make[2]: Entering directory
`/usr/brlcad/src/bwish' |
03:00.23 |
alejandro |
gcc -DHAVE_CONFIG_H -I. -I../../include
-I/usr/local/include -DBRLCADBUILD=1 -I../../include
-I../../src/other/incrTcl/itcl/generic
-I../../src/other/tcl/generic -I../../src/other/tcl/unix -pipe
-fno-strict-aliasing -fno-common -fexceptions -g -O3 -c -o
btclsh-cmd.o `test -f 'cmd.c' || echo './'`cmd.c |
03:00.23 |
alejandro |
gcc -DHAVE_CONFIG_H -I. -I../../include
-I/usr/local/include -DBRLCADBUILD=1 -I../../include
-I../../src/other/incrTcl/itcl/generic
-I../../src/other/tcl/generic -I../../src/other/tcl/unix -pipe
-fno-strict-aliasing -fno-common -fexceptions -g -O3 -c -o
btclsh-input.o `test -f 'input.c' || echo './'`input.c |
03:00.25 |
alejandro |
gcc -DHAVE_CONFIG_H -I. -I../../include
-I/usr/local/include -DBRLCADBUILD=1 -I../../include
-I../../src/other/incrTcl/itcl/generic
-I../../src/other/tcl/generic -I../../src/other/tcl/unix -pipe
-fno-strict-aliasing -fno-common -fexceptions -g -O3 -c -o
btclsh-main.o `test -f 'main.c' || echo './'`main.c |
03:00.29 |
alejandro |
gcc -DHAVE_CONFIG_H -I. -I../../include
-I/usr/local/include -DBRLCADBUILD=1 -I../../include
-I../../src/other/incrTcl/itcl/generic
-I../../src/other/tcl/generic -I../../src/other/tcl/unix -pipe
-fno-strict-aliasing -fno-common -fexceptions -g -O3 -c -o
btclsh-tcl.o `test -f 'tcl.c' || echo './'`tcl.c |
03:00.35 |
alejandro |
/bin/sh ../../libtool --silent --tag=CC
--silent --mode=link gcc -I../../src/other/incrTcl/itcl/generic
-I../../src/other/tcl/generic -I../../src/other/tcl/unix -pipe
-fno-strict-aliasing -fno-common -fexceptions -g -O3
-L/usr/X11R6/lib -L/usr/local/lib -pipe -fno-strict-aliasing
-fno-common -fexceptions -g -O3 -o btclsh btclsh-cmd.o
btclsh-input.o btclsh-main.o btclsh-tcl.o
../../src/libtclcad/libtclcad.la -L../../src/other/tk/unix -ltk8.5
-lXss - |
03:00.40 |
alejandro |
lXext -lX11 -lX11 -L../../src/other/tcl/unix
-ltclstub8.5 ../../src/librt/librt.la -lc -lm
../../src/libsysv/libsysv.la
../../src/other/openNURBS/libopenNURBS.la -lstdc++
../../src/libbu/libbu.la ../../src/libdm/libdm.la -lpng
-L/usr/X11R6/lib -lX11 ../../src/libfb/libfb.la
../../src/libbu/l |
03:00.44 |
alejandro |
../../src/libdm/.libs/libdm.so: undefined
reference to `XFreeDeviceList' |
03:00.46 |
alejandro |
../../src/libdm/.libs/libdm.so: undefined
reference to `XOpenDevice' |
03:00.48 |
alejandro |
../../src/libdm/.libs/libdm.so: undefined
reference to `XSelectExtensionEvent' |
03:00.50 |
alejandro |
../../src/libdm/.libs/libdm.so: undefined
reference to `XListInputDevices' |
03:00.52 |
alejandro |
any ideas?? |
03:02.00 |
poolio |
alejandro: Do not paste that much text. Use a
pastebin in the future. |
03:04.17 |
alejandro |
okis! |
03:04.19 |
alejandro |
sorry! |
03:05.52 |
poolio |
alejandro: It looks like your X libraries do
not have some certain routines that are required |
03:08.11 |
alejandro |
how can i solved this? |
03:08.31 |
alejandro |
I ve search over the net and no
answers! |
03:09.44 |
alejandro |
i am using fedora 7 |
03:15.25 |
poolio |
i'm not sure, your best bet is to wait for
brlcad to come back. He's the guru. |
03:16.12 |
alejandro |
ok, thanks! i will continue trying |
03:18.58 |
louipc |
poolio: ok thanks |
03:24.05 |
poolio |
louipc: did it compile? that might have been
worth testing before committing... |
03:24.58 |
louipc |
I'm testing it |
03:25.27 |
louipc |
but someone has a lock on src/off so I'm
waiting to update |
04:25.44 |
brlcad |
alejandro: more specifically, it looks like
you're missing a specific X11 library on that link line -- what
version of BRL-CAD are you compiling there? |
04:44.41 |
SuperTaz |
brlcad: was it as funny as it looks? |
04:47.26 |
brlcad |
hehe, yeah, it's pretty good |
04:47.39 |
brlcad |
right in league with Pixar's other
films |
05:27.49 |
CIA-29 |
BRL-CAD: 03brlcad * 10brlcad/TODO: (log
message trimmed) |
05:27.49 |
CIA-29 |
BRL-CAD: WOO HOO... tkCanvasBezier, the custom
Tk extension that has complicated matters |
05:27.49 |
CIA-29 |
BRL-CAD: for getting into apt, portage, fink,
and more is now no longer needed. The |
05:27.49 |
CIA-29 |
BRL-CAD: sketch editor's bezier drawing code
was rewritten to no longer use that canvas |
05:27.49 |
CIA-29 |
BRL-CAD: and instead just draw using ordinary
Tk line segments, but evaluating the bezier |
05:27.52 |
CIA-29 |
BRL-CAD: curve directly just like the canvas
was doing. This was the last feature |
05:27.54 |
CIA-29 |
BRL-CAD: holding up release 7.10.2 so we're
now on the green light for compilation and |
05:31.26 |
louipc |
yahoo |
05:39.04 |
brlcad |
no kidding, that's been a LONG time
coming |
05:39.49 |
brlcad |
almost worthy of 7.12 in and of itself, but
not quite |
05:40.17 |
*** join/#brlcad iraytrace
(n=iraytrac@c-76-23-44-107.hsd1.ut.comcast.net) |
07:20.29 |
*** join/#brlcad Laniakea
(n=clock@zux221-122-143.adsl.green.ch) |
09:59.22 |
*** join/#brlcad elite01
(n=elite01@dslc-082-082-072-213.pools.arcor-ip.net) |
12:27.04 |
*** join/#brlcad docelic_
(n=docelic@212.15.174.197) |
13:06.34 |
*** join/#brlcad poolio
(n=poolio@c-69-251-3-107.hsd1.md.comcast.net) |
17:53.32 |
*** join/#brlcad Laniakea
(i=clock@217-162-206-114.dclient.hispeed.ch) |
18:27.10 |
*** join/#brlcad archivist
(n=archivis@host217-35-76-52.in-addr.btopenworld.com) |
18:51.12 |
*** join/#brlcad
AchiestDragon_ (n=david@whipy.demon.co.uk) |
20:21.45 |
CIA-29 |
BRL-CAD: 03jlowenz * 10brlcad/doc/brep.txt:
Add a few more updates for things I thought of today; fix some
wording |
20:23.39 |
CIA-29 |
BRL-CAD: 03jlowenz * 10brlcad/include/brep.h:
Muck with tolerances a bit (they may not be the problem right now -
i'm currently thinking its a trimming issue) |
20:25.33 |
CIA-29 |
BRL-CAD: 03jlowenz *
10brlcad/include/opennurbs_ext.h: tightened up the surface flatness
(trying to solve the problem where bboxes don't fully enclose all
points on their subsurface); expanded degenerate bboxes (i.e. for
planar surfaces) |
20:26.36 |
CIA-29 |
BRL-CAD: 03jlowenz *
10brlcad/src/conv/iges/brlcad_brep.cpp: add note |
20:28.37 |
CIA-29 |
BRL-CAD: 03jlowenz *
10brlcad/src/librt/g_brep.cpp: add more data for debugging and hit
processing (i.e. label oob hits and record the subsurface bounding
volume); add plotting routines for debugging shotlines graphically
in MGED |
20:30.22 |
CIA-29 |
BRL-CAD: 03jlowenz *
10brlcad/src/librt/opennurbs_ext.cpp: mod subsurface bounding box
calculations, i.e. sample more elements of the surface to try and
include more points; expand bounding boxes a bit to overlap;
expansion should be model size dependent (but it's not) |
20:32.55 |
CIA-29 |
BRL-CAD: 03jlowenz *
10brlcad/src/other/openNURBS/opennurbs.h: quell my openNURBS
debugging statements |
21:11.29 |
brlcad |
awesome |
21:11.48 |
brlcad |
coverity has agreed/offered to do a code
analysis on brl-cad |
21:12.54 |
brlcad |
MinuteElectron: looking snazzy :) |
21:13.46 |
MinuteElectron |
:) - the website? |
21:13.53 |
brlcad |
yep :) |
21:13.56 |
MinuteElectron |
thxs |
21:14.59 |
MinuteElectron |
still got to fix the tabs, get rid of that
horizontal line in Safari, Fx and Opera, finish the footer and add
the box with text in to the header. |
21:15.15 |
MinuteElectron |
and fix the sidebar, it looks ugly
atm |
21:16.53 |
brlcad |
yeah, there probably won't be a login on the
main page, as that's not really central to operations .. it'd
probably have a page of its own and/or be on other sections of the
site like the community section |
21:17.05 |
MinuteElectron |
ok |
21:21.15 |
MinuteElectron |
brlcad: I am considering scrapping the sidebar
altogether - what do you think? |
21:24.38 |
brlcad |
there is certainly content that can go in a
sidebar, just matters on the layout |
21:25.49 |
MinuteElectron |
From what I can tell the only content that
will be going in the sidebar (even on the MediaWiki side of things)
is the adminisration navigation which is far from important. Can
you suggest anything? |
21:25.50 |
brlcad |
i'd say try it out, see what you
like |
21:25.57 |
brlcad |
hard to say without more content
populating |
21:26.34 |
MinuteElectron |
ok |
21:30.15 |
brlcad |
Things that come to mind are quick-links to
the most requested content (like downloads, specific documents),
and items that show activity (maybe recent comments, recent new
documents, syndication feeds) |
21:31.10 |
brlcad |
a summary graph of benchmark performance, for
example, would make a great little panel for the main page (which
would take you to the benchmark database site, of course) |
21:31.39 |
brlcad |
random geometry or image of the day might be
another if it can be done tastefully |
21:32.10 |
MinuteElectron |
kl |
21:33.33 |
MinuteElectron |
Okay, I am frustrated at CSS - I will do more
work on the site tomorrow but I am frustrated now. |
21:35.22 |
brlcad |
ahh |
21:35.29 |
brlcad |
something I can help with maybe? |
21:35.42 |
brlcad |
i'm no css guru to say the least, but i can
pretend |
21:37.23 |
MinuteElectron |
heh. either my image is broken or the css is
broken - I can't tell because I have been up for over 14 hours and
can't concentrate. |
21:37.31 |
brlcad |
ahh, hehe |
21:37.41 |
brlcad |
corner2.png I presume |
21:37.53 |
MinuteElectron |
yeo |
21:37.57 |
MinuteElectron |
*yep |
21:38.11 |
MinuteElectron |
the image displays in my browser - so i think
it is the css |
21:38.31 |
brlcad |
yeah, I think so |
21:39.07 |
MinuteElectron |
I have this: <a
id="searchcorner"></a> |
21:39.39 |
MinuteElectron |
and a css id style for adding the corner2
background image and positiioning it at
top:10px;left:210px; |
21:40.08 |
MinuteElectron |
ok, 10px is not a good value |
21:40.25 |
MinuteElectron |
that would be hidden byt eh entire
header. |
21:42.16 |
MinuteElectron |
ok, still not working. |
21:42.26 |
brlcad |
hm |
21:43.14 |
brlcad |
you did the top corner with a style and id on
an a tag |
21:43.41 |
brlcad |
maybe do the same and tag it off the
button |
21:43.42 |
MinuteElectron |
yeah, that was because that corner needs to
change when that page is visited. |
21:43.44 |
MinuteElectron |
ok |
21:43.48 |
MinuteElectron |
I will try. |
21:44.24 |
MinuteElectron |
dammit |
21:44.32 |
MinuteElectron |
It would help if I invoked
position:absolute; |
21:46.13 |
MinuteElectron |
and if I gave it a height and width |
21:47.59 |
brlcad |
ahh |
21:48.12 |
brlcad |
woot, there it is :) |
21:48.26 |
MinuteElectron |
:D |
21:48.49 |
dtidrow_work |
somebody had a Homer moment? ;-) |
21:49.00 |
MinuteElectron |
yeh lol |
21:49.06 |
brlcad |
mm.. donuts |
21:53.35 |
MinuteElectron |
ooh ooh look now |
21:54.43 |
brlcad |
haha, awesome |
21:54.48 |
brlcad |
~minuteelectron++ |
21:56.00 |
brlcad |
oop, it's layered above the menu |
21:56.07 |
MinuteElectron |
... |
21:57.00 |
brlcad |
course if a tab was selected, it's probably
still look just as odd compressed |
21:57.21 |
MinuteElectron |
I don't understand. |
21:57.44 |
brlcad |
make your window small so the tabs underlap
the search |
21:58.24 |
MinuteElectron |
Oh, I see. |
21:58.26 |
brlcad |
minor detail, it's fine :) |
21:58.26 |
MinuteElectron |
One sec. |
21:59.36 |
MinuteElectron |
fixed |
21:59.49 |
MinuteElectron |
well, not really |
22:00.22 |
brlcad |
heh |
22:00.23 |
MinuteElectron |
maybe if I made the search box a few pixels
lower. |
22:00.44 |
brlcad |
yeah, it's have to not include the white line,
then could stay on top |
22:07.05 |
MinuteElectron |
brlcad: fixed |
22:08.06 |
brlcad |
heh, damn |
22:08.19 |
MinuteElectron |
damn? |
22:08.23 |
brlcad |
damn nice |
22:08.27 |
brlcad |
you're quite |
22:08.32 |
brlcad |
s/quite/quick/ |
22:08.43 |
MinuteElectron |
heh, getting used to CSS layers now. |
22:08.44 |
brlcad |
so thoughts on the direction? |
22:08.51 |
MinuteElectron |
direction? |
22:08.53 |
brlcad |
design/look/feel |
22:08.58 |
MinuteElectron |
ahh, |
22:09.23 |
MinuteElectron |
well at the moment I think it looks good, only
the footer to go mainly - thinking \. style. |
22:09.33 |
MinuteElectron |
would make a nice contrast. |
22:09.56 |
MinuteElectron |
teh sidebar is ugly though - still not sure
about it |
22:10.17 |
MinuteElectron |
and the tabs need aligning and the line
underneath them removing |
22:10.18 |
brlcad |
I think simple ovals would probably work out
nice |
22:10.27 |
brlcad |
flat shaded |
22:10.33 |
MinuteElectron |
in the sidebar? |
22:10.37 |
brlcad |
yeah |
22:10.39 |
brlcad |
for the blocks |
22:10.59 |
MinuteElectron |
that can be done. |
22:11.03 |
brlcad |
just a thought though, there are lots of
possibilities |
22:11.27 |
brlcad |
I can try something if you like or can leave
it in your hands, whatever works for you :) |
22:13.29 |
MinuteElectron |
we can collaborate I guess, you are far better
at graphic manipulation than I am - perhaps if you can put together
a few corner pieces - that would be nice. Also a different colored
header of the blocks would look nice. |
22:15.50 |
brlcad |
you mean like where a section label might
go? |
22:16.29 |
MinuteElectron |
hmm, let me find an example. |
22:17.10 |
MinuteElectron |
http://www.google.com/ig - each of
the blocks has a header with a different color - I can imagine
something like that but with curves. |
22:17.49 |
brlcad |
mkay, i'll try some things |
22:18.02 |
MinuteElectron |
kl |
22:50.26 |
MinuteElectron |
So tired. I will fix the minor bugs in the
site and add a footer tomorrow. Goodnight. |
23:22.00 |
*** join/#brlcad iraytrace
(n=iraytrac@cocoa.sci.utah.edu) |