[therion] Re: another set of inside-out pillars

2005-01-18 Thread Martin Budaj
Wookey wrote: >> Hmm. I just checked. I found one in goon_s1 that the wrong way round, but >> every pillar in goon_s2 (which is the one coming out wrong in the final >> plot) >> is correct (tick on the inside). The line orientation in inner pillars is significant only for displaying of asymetric

problem compiling on debian woody

2005-01-18 Thread Roman Muñoz
Hi, this is my first post I'm trying to compile in debian woody with Tcl/Tk8.4 from www.backports.org. BWidget is 1.3 from woody. Tkimg is compiled from source. This is what I am getting: tatel at ganbo:~/src/therion$ make g++ -c -Wall -DTHLINUX -O2 -o thdate.o thdate.cxx g++ -c -Wall -DTHLINUX

[therion] problem compiling on debian woody

2005-01-18 Thread Olly Betts
On Tue, Jan 18, 2005 at 12:45:09AM +0100, Roman Mu?oz wrote: >> thparse.cxx:756: implicit declaration of function `int round(...)' >> make: *** [thparse.o] Error 1 round() was added to ISO C in the 1999 revision of the standard, which can make it tricky to call from C++ currently (ISO C++ includ

[therion] problem compiling on debian woody

2005-01-18 Thread Roman Muñoz
Hi again, It worked like a charm Many thanks, Roman On Tue, 18 Jan 2005 00:50:42 + Olly Betts wrote: >> On Tue, Jan 18, 2005 at 12:45:09AM +0100, Roman Mu?oz wrote: > >>> > thparse.cxx:756: implicit declaration of function `int round(...)' >>> > make: *** [thparse.o] Error 1 > >> >> roun

model viewer?

2005-01-18 Thread Roman Muñoz
Hi, I'm missing (in Linux) the model viewer available on windows Is this rigth? If yes, what coul I use to view models? Thanks, Roman

[therion] model viewer?

2005-01-18 Thread Stacho Mudrak
You need a special extension to Tcl to view therion models. It is a modified version of tom package, and it is present at therion/thtom directory. Running cd thtom/linux make should compile this extension, then copying Tom0.2 to /usr/lib/tk8.4 should enable this extension to Tk and model viewe

[therion] model viewer?

2005-01-18 Thread Roman Muñoz
Thanks, I missed it on thbook.pdf (oops) But ... tatel at ganbo:~/src/therion/thtom/linux$ make gcc -Wall -s -DGL12-I/usr/X11R6/include -DIMLIB2 -c -o Tom0.2/tom.o ../src/tom.c In file included from ../src/tom.c:3: ../src/tom.h:4: tcl.h: No such file or directory ../src/tom.h:5: tk.h: No su

model viewer?

2005-01-18 Thread Wookey
+++ Roman Muñoz [05-01-18 14:15 +0100]: >> Hi, >> >> I'm missing (in Linux) the model viewer available on windows >> >> Is this rigth? If yes, what coul I use to view models? The debian version does not currently build this stuff (and I think you are using that, right?). It needs the tcltom lib

[therion] Re: model viewer?

2005-01-18 Thread Olly Betts
On Tue, Jan 18, 2005 at 04:36:02PM +, Wookey wrote: >> The debian version does not currently build this stuff (and I think you are >> using that, right?). No, he's built from source on debian (presumably because your packages don't work with woody/stable). Roman: it sounds like you don't ha

[therion] Re: model viewer?

2005-01-18 Thread Roman Muñoz
Yes, I do use debian woody. But I'm not sure about what "debian version" means. I'm building from therion-0.3.5.tar.gz So I'm not using any "debian version", right? However, I can't find tcltom in the sources. Where is it? I used to do ./configure --with-tcl-includes=/usr/include/tcl8.4 to get tcl

[therion] Re: model viewer?

2005-01-18 Thread Roman Muñoz
On Tue, 18 Jan 2005 17:51:11 + Olly Betts wrote: >> Roman: it sounds like you don't have the relevant -dev packages >> installed for tcl, tk, opengl, etc. >> >> Cheers, >> Olly I do have tcl8.4-dev and tk8.4-dev installed. I downloaded them from www.backports.org. May be I'll try to c

model viewer?

2005-01-18 Thread Wookey
+++ Roman Muñoz [05-01-18 19:36 +0100]: >> >> >> Yes, I do use debian woody. But I'm not sure about what "debian version" >> means. I'm building from therion-0.3.5.tar.gz So I'm not using any >> "debian version", right? No, you are not - I thought you were building form the debian source packag

[therion] Re: model viewer?

2005-01-18 Thread Roman Muñoz
Wookey, Well, after some search, I found an old post about "old debian problem... need to link/usr/include/tcl8.3/tcl.h to /usr/include/tcl.h" So I did: ganbo:/home/tatel# ln -s /usr/include/tcl8.4/tk.h /usr/include/ ganbo:/home/tatel# ln -s /usr/include/tcl8.4/tcl.h /usr/include/ ganbo:/home/

Adding sections error

2005-01-18 Thread Andrew Atkinson
Just been trying to add sections to my plans, happily doing it until it decided to stop working, I cannot see what difference I have done. Whenever I try to put a point in to display sectB I get an error that starts off like the insert below. sectA, section1, section2, section3 seem to have worked

[therion] Adding sections error

2005-01-18 Thread Martin Budaj
Andrew Atkinson wrote: >> START ERROR MESSAGE >> >> ! Inconsistent equation (off by 29.83728). >> >>; >> ...z1,zz2])>0.1pt):zz5=whatever[zz1,zz2]; >> >> (zz3-zz5)=whatever*(zz1-zz... >> >> l_section->...z2--zz6;else:draw.zz1--zz2;fi;endfor >> >> ;for.pnt=(TEXT1):if.pnt=-1...

[therion] Adding sections error

2005-01-18 Thread Andrew Atkinson
>> >> >> Andrew Atkinson wrote: >> > >>> > START ERROR MESSAGE >>> > >>> > ! Inconsistent equation (off by 29.83728). >>> > >>> >; >>> > ...z1,zz2])>0.1pt):zz5=whatever[zz1,zz2]; >>> > >>> > (zz3-zz5)=whatever*(zz1-zz... >>> > >>> > l_section->...z2--zz6;else:draw.zz1--zz2;fi;

[therion] Adding sections error

2005-01-18 Thread Martin Budaj
Andrew Atkinson wrote: This bug has been corrected in version 0.3.5. > >> >> But I am using version 0.3.5 I checked it and 0.3.5 for Windows still contains the bug. The source code distribution is correct. There could be some problems in synchronization of sources for both versions. Will be

Section problem

2005-01-18 Thread Andrew Atkinson
Sorry Typically, just after I sent the email I found the problem, on sectB I had the line type set to section instead of wall, fixed that and now it worked, although I still think that the error message with different information may have saved me a few hours Andrew