00:00.21 |
*** join/#brlcad noyb
(~noyb@wbar2.lax1-4-8-213-215.dsl-verizon.net) |
00:08.11 |
starseeker |
brlcad: Is cvs ready for the next gentoo
attempt? |
00:20.11 |
brlcad |
starseeker_food: =) |
00:20.29 |
brlcad |
as soon as this bz release is posted, you'll
start seeing commits in here |
00:21.32 |
a_b_normal |
someone was lookink for help earlier |
00:21.35 |
a_b_normal |
kraig01 |
00:22.16 |
brlcad |
rm. mmusta missed him |
00:22.36 |
jano |
yeah |
00:22.41 |
jano |
told him to look you up |
00:22.46 |
jano |
he was new to irc, too |
01:06.52 |
*** join/#brlcad
PhantomBantam0
(~phantomba@dialup-4.238.67.158.Dial1.Providence1.Level3.net) |
01:07.21 |
PhantomBantam0 |
What's happening with the site? |
01:10.12 |
brlcad |
sourceforge is experiencing "technical
difficulties" |
01:14.08 |
*** join/#brlcad fgq
(fgq@203-190-197-212.dial.usertools.net) |
01:17.12 |
jano |
so is smugmug |
01:17.13 |
jano |
:/ |
01:17.24 |
jano |
i did more film shots this weekend |
01:17.37 |
jano |
it's a tough call |
01:17.42 |
jano |
film or digital *shrug* |
01:20.06 |
brlcad |
both! |
01:21.28 |
jano |
hehe |
01:28.06 |
jano |
darnit |
01:28.13 |
jano |
is smugmug having problems? |
01:28.14 |
jano |
:/ |
02:14.56 |
*** part/#brlcad noyb
(~noyb@wbar2.lax1-4-8-213-215.dsl-verizon.net) |
02:29.55 |
*** join/#brlcad stafa77
(~stafa77@d47-69-48-142.nap.wideopenwest.com) |
02:34.30 |
stafa77 |
I'm having some trouble compiling under
cygwin. can anyone help? |
02:35.02 |
brlcad |
i can try |
02:35.05 |
brlcad |
how far are you ? |
02:36.45 |
stafa77 |
I'm having trouble with the libfft
directory |
02:37.01 |
stafa77 |
I can send you the last few lines of output
I'm getting |
02:44.25 |
brlcad |
sure, but I can't dcc |
02:44.46 |
brlcad |
perhaps http://pastebin.com/ |
02:45.11 |
brlcad |
libfft.. nice |
02:46.20 |
stafa77 |
okay I posted on pastebin |
02:47.37 |
stafa77 |
What I think is going on is that for some
reason the ditsplitc.c file is not being compiled or linked into
the executable. |
02:48.17 |
stafa77 |
I'm no automake expert, but the Makefile.am
file looks okay to me. |
02:48.36 |
CIA-8 |
BRL-CAD: 03brlcad * 10brlcad/NEWS:
s/Vapp/Yapp/ |
02:48.40 |
brlcad |
very much so.. looks like you're missing more
than one maybe too |
02:50.04 |
stafa77 |
Do you have any idea why this is
happening? |
02:50.18 |
brlcad |
hrm |
02:50.35 |
brlcad |
what's in your src/libffb/Makefile.in for
ifftc_SOURCES ? |
02:50.39 |
brlcad |
er, fft |
02:52.11 |
stafa77 |
ifftc_SOURCES = ditsplitc.c ifftc.c |
02:53.13 |
brlcad |
well, that's right |
02:53.31 |
brlcad |
cd src/libfft |
02:53.35 |
brlcad |
make fftc |
02:54.03 |
brlcad |
does it complete errorless? |
02:54.23 |
stafa77 |
nope |
02:54.40 |
stafa77 |
similar problem |
02:55.17 |
brlcad |
make ditsplitc.o |
02:55.37 |
stafa77 |
no errors |
02:55.48 |
brlcad |
make libfft.la |
02:56.18 |
stafa77 |
same error as before |
02:56.48 |
brlcad |
exactly the same? |
02:56.53 |
brlcad |
undefined reference |
02:56.59 |
brlcad |
to _ditsplitc |
02:57.05 |
brlcad |
er, ditsplit |
02:57.12 |
stafa77 |
yes |
02:57.17 |
brlcad |
hrmph |
02:57.48 |
brlcad |
what's the link line? |
02:58.06 |
brlcad |
(feel free to paste here if < 10
lines) |
03:00.49 |
stafa77 |
posted on pastebin |
03:01.35 |
brlcad |
hrm.. need the lines before that |
03:01.42 |
brlcad |
the gcc or ld line |
03:02.48 |
stafa77 |
sorry about that I misunderstood you |
03:02.53 |
stafa77 |
I posted again |
03:03.36 |
brlcad |
not a problem |
03:03.46 |
brlcad |
ahh, so it gets close |
03:05.48 |
brlcad |
in your Makefile .. value of fftc_OBJECTS
? |
03:06.02 |
brlcad |
and if it's value is am_fftc_OBJECTS, what are
the values of it |
03:07.05 |
stafa77 |
am_fftc_OBJECTS = fftc.$(OBJEXT)
splitditc.$(OBJEXT) |
03:08.13 |
brlcad |
value of EXEEXT ? |
03:08.37 |
stafa77 |
EXEEXT = .exe |
03:08.43 |
brlcad |
k, that's good |
03:09.01 |
brlcad |
the fftc$(EXEEXT): line? |
03:09.12 |
brlcad |
and two lines following |
03:10.27 |
stafa77 |
fftc$(EXEEXT): $(fftc_OBJECTS)
$(fftc_DEPENDENCIES) |
03:11.22 |
brlcad |
eek, I hope you're copy-pasting and not typing
that all up :) |
03:11.40 |
stafa77 |
I'm copy pasting |
03:11.45 |
brlcad |
k |
03:11.50 |
stafa77 |
what about this |
03:12.02 |
stafa77 |
fftc_DEPENDENCIES =
$(am__DEPENDENCIES_1) |
03:12.18 |
stafa77 |
am__DEPENDENCIES_1 = |
03:12.27 |
stafa77 |
nothing after = sign |
03:13.35 |
brlcad |
tha'ts okay |
03:13.38 |
brlcad |
there are no deps |
03:14.11 |
brlcad |
the two lines after the fftc$(EXEEXT):
? |
03:14.21 |
brlcad |
should be a $LINK of some sort |
03:14.38 |
brlcad |
that's what's actually failing |
03:15.11 |
stafa77 |
fftc$(EXEEXT): $(fftc_OBJECTS)
$(fftc_DEPENDENCIES) |
03:15.19 |
stafa77 |
@rm -f fftc$(EXEEXT) |
03:15.29 |
stafa77 |
$(LINK) $(fftc_LDFLAGS) $(fftc_OBJECTS)
$(fftc_LDADD) $(LIBS) |
03:17.41 |
brlcad |
humm |
03:18.03 |
brlcad |
oh |
03:18.07 |
brlcad |
make fftc.exe |
03:18.31 |
stafa77 |
no errors |
03:19.40 |
brlcad |
ahh, great |
03:19.52 |
brlcad |
make ifftc.exe |
03:20.02 |
brlcad |
and make fftest.exe |
03:20.50 |
stafa77 |
k, no errors |
03:21.39 |
stafa77 |
okay, went back |
03:21.50 |
stafa77 |
make is proceeding |
03:21.58 |
brlcad |
hrm |
03:22.09 |
brlcad |
what's odd is this: |
03:22.13 |
brlcad |
gcc -pipe -fno-strict-aliasing -fno-common
-fPIC -g -I../../include -pipe -fno-s |
03:22.16 |
brlcad |
trict-aliasing -fno-common -fPIC -g ifftc.c
-o ifftc |
03:22.40 |
brlcad |
-o ifftc is very wrong, but that's all in
libtool's domain |
03:22.54 |
brlcad |
how did you generate the Makefiles? |
03:23.07 |
stafa77 |
./autogen.sh |
03:23.11 |
stafa77 |
./configure |
03:23.13 |
brlcad |
did you run autogen.sh from inside
cygwin? |
03:23.17 |
stafa77 |
yes |
03:23.25 |
brlcad |
version of libtool? |
03:23.39 |
stafa77 |
how can I check that? |
03:23.42 |
brlcad |
(libtoolize --version) |
03:24.14 |
stafa77 |
1.5.10 |
03:24.36 |
brlcad |
jeeesh.. that doesn't add up |
03:24.40 |
brlcad |
that version is okay |
03:25.01 |
brlcad |
automake --version ? |
03:25.25 |
stafa77 |
1.9.2 |
03:25.55 |
brlcad |
ahh |
03:26.01 |
brlcad |
that could be it |
03:26.13 |
stafa77 |
okay |
03:26.18 |
brlcad |
not so much your fault .. though 1.9 is
actually a little "too new" |
03:26.26 |
brlcad |
but you should have seen problems before
configure |
03:26.35 |
brlcad |
so maybe even those are fixed |
03:26.59 |
stafa77 |
you mean I should have seen problems when
running autogen.sh |
03:27.05 |
brlcad |
yes |
03:27.21 |
stafa77 |
There wern't any as I recall. |
03:27.40 |
stafa77 |
I was having other problems here and there
which I managed to fix |
03:27.56 |
brlcad |
is the build proceeding now? |
03:27.59 |
brlcad |
or halted? |
03:28.11 |
stafa77 |
halted |
03:28.24 |
stafa77 |
src/burst |
03:28.40 |
brlcad |
ahh, but it made it through libfft |
03:28.46 |
stafa77 |
yes |
03:29.23 |
brlcad |
if you don't mind checking, what is the
noinst_PROGRAMS in src/libfft/Makefile ? |
03:30.15 |
stafa77 |
noinst_PROGRAMS = fftc$(EXEEXT)
fftest$(EXEEXT) ifftc$(EXEEXT) |
03:30.48 |
brlcad |
could you e-mail me that makefile? |
03:30.59 |
brlcad |
i've not seen anything wrong with it
yet.. |
03:31.04 |
stafa77 |
sure |
03:31.13 |
stafa77 |
what email address |
03:33.06 |
brlcad |
so i can look at that later.. |
03:33.10 |
brlcad |
what's the burst error? |
03:34.18 |
stafa77 |
posted to pastebin |
03:34.47 |
brlcad |
ahh |
03:34.49 |
brlcad |
that's easy |
03:35.35 |
brlcad |
delete the random() line in extern.h |
03:35.51 |
brlcad |
#if !defined(linux) |
03:47.42 |
brlcad |
hey, thanks to you for trying the
build |
03:48.13 |
stafa77 |
take care |
03:48.25 |
brlcad |
feel free to drop me an e-mail |
03:48.31 |
brlcad |
or here if something else comes up |
03:48.38 |
stafa77 |
ok no prob |
03:48.44 |
*** part/#brlcad stafa77
(~stafa77@d47-69-48-142.nap.wideopenwest.com) |
03:49.37 |
tjyang |
brlcad, look like sf.net has problem to stop
you from release 7.0.4,right ? |
03:49.55 |
brlcad |
sf.net has had problems most of the
day |
03:50.02 |
brlcad |
slowed things down big-time |
03:50.09 |
brlcad |
didn't see the scheduled maintenance
notice |
03:50.27 |
brlcad |
i've still got more I can work on,
though |
03:50.34 |
brlcad |
cvs is responding (slowly) |
03:50.43 |
tjyang |
ok, I will wait. I am busy with my home
project. |
03:52.20 |
tjyang |
how can I have write access to check in the
work I am going to do ? |
03:52.33 |
tjyang |
can you add me as developer ? |
03:52.49 |
tjyang |
I am not a developer, more like a
packager. |
03:53.49 |
brlcad |
I can grant write access |
03:54.44 |
brlcad |
though it's generally good to get to know what
you're working on first, be sure you understand the rules and
requirements |
03:54.58 |
tjyang |
I am still learing CVS, so no need for CVS
writing yet. |
03:55.02 |
brlcad |
maybe get changes as patches first .. depends
on what the work is |
03:55.15 |
brlcad |
understand |
03:55.47 |
tjyang |
yes, I will have you review my work first, if
you need it is worthy than we proceed to next step. |
03:56.02 |
tjyang |
if you thinks it is worthy. |
03:56.29 |
tjyang |
argh, time for bed for today's hard physical
work. bye. |
03:56.36 |
brlcad |
at this point, there's tremendous room for
worthiness :) |
03:56.46 |
brlcad |
cya |
03:57.02 |
tjyang |
night. |
03:57.11 |
brlcad |
pretty much if people are really interested, I
doubt there will be a problem |
03:57.50 |
tjyang |
so 7.0.4 is done, it is just sf.net's problem,
correct ? |
03:58.06 |
brlcad |
i'd like to test some more here, but pretty
much |
03:58.44 |
tjyang |
I want to release a package source that can
generate rpm,sun pkgadd and hp depot native package formats for ppl
to use. |
03:59.42 |
tjyang |
if they don't like the binary package I
created, modifiy the package and create their own. |
04:00.06 |
tjyang |
bye. |
04:00.12 |
brlcad |
g'night |
04:00.18 |
*** part/#brlcad tjyang
(~Administr@c-67-175-74-12.client.comcast.net) |
04:04.06 |
jano |
ach |
04:22.56 |
*** join/#brlcad chris_
(~chris@ool-18b91018.dyn.optonline.net) |
04:24.13 |
chris_ |
Am I in the right place? Looking for some help
on installing BRL-CAD. |
04:24.32 |
brlcad |
sure are |
04:25.37 |
chris_ |
Do you happen to know how I could get libtk to
compile? I'm running a recent version of Linux, and apparently make
is calling a bunch of X functions that it can't find. |
04:27.04 |
chris_ |
I saw from the forums that I'm not the only
one with this problem. It's probably something simple that I'm
overlooking. |
04:27.13 |
brlcad |
which linux? |
04:27.43 |
chris_ |
I'm running Ubuntu (to my shame); it's a
user-friendly Debian offshoot. I managed to get a sane build
environment on it, more or less. |
04:28.57 |
brlcad |
:) |
04:29.30 |
brlcad |
first off, are you building from cvs or from
the source tarball, and did you run autogen.sh ? |
04:29.46 |
chris_ |
Source tarball and no. |
04:30.14 |
brlcad |
okay, next Q is what's the actual build
error? |
04:30.44 |
brlcad |
can post to http://pastebin.com if it's more than 10
lines or so |
04:31.14 |
chris_ |
A lot of undefined references: XCopyArea,
XCreateRegion...and it's probably a hundred lines or more, all
mostly the same. |
04:31.32 |
chris_ |
Running along the lines of
'./.libs/libtk.a(tkTextDisp.o)(.text+0x3487):/tmp/brlcad-7.0/src/other/libtk/generic/tkTextDisp.c:2348:
undefined reference to `XDestroyRegion'' |
04:33.11 |
chris_ |
More complete text at http://gareis.free.fr/brlcad_errors.txt |
04:34.07 |
brlcad |
can you go back a little farther? |
04:34.10 |
brlcad |
to the last compile line |
04:34.50 |
chris_ |
Forgive me for being such a luser that I don't
know where to find my logs. |
04:35.11 |
brlcad |
:) no problem |
04:35.33 |
brlcad |
i lose my logs all the time |
04:38.26 |
brlcad |
the undefined refernces mean that it didn't
locate your X11 libraries |
04:38.49 |
brlcad |
the compile line and your config.log will give
some insight into why that happened |
04:39.00 |
chris_ |
So I'd have to specify them with options in
the make command. Okay. |
04:39.05 |
chris_ |
Thanks for holding my hand. |
04:53.59 |
*** part/#brlcad chris_
(~chris@ool-18b91018.dyn.optonline.net) |
06:00.52 |
jano |
<@brlcad> i lose my logs all the
time |
06:00.54 |
jano |
rofl |
06:01.00 |
jano |
hahahaha |
06:01.01 |
jano |
:D |
16:07.09 |
*** join/#brlcad hovadko
(~lukas@160.218.40.1) |
17:19.48 |
jano |
what's the command in loonix to get how many
files you've got in a dir? |
17:20.26 |
brlcad |
ls -1 | wc ? |
17:21.54 |
jano |
thanks |
17:22.07 |
jano |
wait |
17:22.11 |
jano |
that gives wc |
17:22.12 |
jano |
not lines |
17:22.33 |
jano |
-l |
17:22.33 |
jano |
:) |
17:22.35 |
jano |
screen -r |
17:22.39 |
brlcad |
wc's first number is lines |
17:23.04 |
brlcad |
second is words, third is chars |
17:23.21 |
jano |
yup |
18:51.17 |
EricWilhelm |
ls | grep -c |
18:51.25 |
EricWilhelm |
oops |
18:51.29 |
EricWilhelm |
ls | grep -c '' |
20:37.51 |
*** join/#brlcad kraig01
(~kraig@dsl-63-173-191-32.tcq.net) |
20:55.28 |
*** join/#brlcad kraig01
(~kraig@dsl-63-173-191-32.tcq.net) |
21:59.37 |
*** join/#brlcad kraig01
(~kraig@dsl-63-173-191-32.tcq.net) |
22:56.27 |
*** join/#brlcad kraig01
(~kraig@dsl-63-173-191-32.tcq.net) |