[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: antennavis on debian



On 29 Aug 2002 14:52:48 +0200
audric <aleperdi@evolutiva.com> wrote:

> Hi,
> 

Hello Audric.

> I saw your posting on linux.debian.maint.ham thru
> http://groups.google.it/groups?q=antennavis+debian&hl=it&lr=&ie=UTF-8&oe=UTF-8&selm=20020124081252.4c54a78c.pa3aba%40debian.org&rnum=1 as I don't have direct news access, therefore this personal addressed mail (sorry).
> 


It's not a newsgroup, but a copy of the debian-hams mailing list to news.
The mailing list is at http://lists.debian.org/debian-hams

> I have tried, tried and tried to compile antennavis on my new debian 3
> box without any success.
> 
> I was wondering if I could have some advice from you.
> 

Yes!

Here are some directions:
- apt-get install tk8.0-dev tcl8.0-dev
- Download and unpack Togl-1.5.tar.gz
- Change lines in the Makefile:
+++++++++++++++++++++++++++++++++++++
INCLUDES = -I/usr/include
LIBDIRS = -L/usr/lib
LIBS = -ltk8.0 -ltcl8.0 -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXmu -lXext -lXt -lm -ldl
+++++++++++++++++++++++++++++++++++++
- Copy  /usr/include/tk8.0/generic/tkInt.h to the togl directory
- Change the line in togl.c with  "Sorry, you will have to edit togl.c
  to include the right tkInt.h file" into: '# include "tkInt.h"'
- Type 'make'
- You could now test togl with the included programs
- Next, unpack Antennavis
- copy togl.o to the Antennavis directory
- Change the makefile:
+++++++++++++++++++++++++++++++++++++++
INCLUDES = -I/usr/include
LIBDIRS = -L/usr/lib
LIBS = -ltk8.0 -ltcl8.0 -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXmu -lXext -lm
++++++++++++++++++++++++++++++++++++++
- Type make and you should be okay!
- Type ./antenna.tcl


> 73 51
> 
> tnx de 
> 
> Audric Leperdi
> SWL: I1-10666/To
> 
> 
> 
> 
> 

I have CC'd this message tot the debian-hams maiing list for your
convenience.

Regards,
Joop PA4TU



Reply to: