Hi Hamish,

        I did another setup of sattrack and it compiled to this point and
errors out. It kinda looks like a compiler problem. Can't find a
function...

compiling /home/karl/SatTrack/obj/satrefr.o ...
compiling /home/karl/SatTrack/obj/sattele.o ...
compiling /home/karl/SatTrack/obj/sattest.o ...
compiling /home/karl/SatTrack/obj/sattime.o ...
compiling /home/karl/SatTrack/obj/sattrack.o ...
/home/karl/SatTrack/src/sattrack/sattrack.c: In function
heckKeyboard':
/home/karl/SatTrack/src/sattrack/sattrack.c:2055: CGETS' undeclared
(first use this function)
/home/karl/SatTrack/src/sattrack/sattrack.c:2055: (Each undeclared
identifier is reported only once
/home/karl/SatTrack/src/sattrack/sattrack.c:2055: for each function
it appears in.)
/home/karl/SatTrack/src/sattrack/sattrack.c:2083: CSETS' undeclared
(first use this function)
make: *** [/home/karl/SatTrack/obj/sattrack.o] Error 1
[karl@cannac src]$ 

Here is sattrack.c at line 2055

#if (!defined(HPUX) && !defined(FREEBSD))
        ioctl(STDIN_FILENO,TCGETS,&original);
        memcpy((char *)&modified,(char *)&original,sizeof(struct
termios));
#endif

        As for RPM I printed out the book MaximumRPM that is large but
have not read it. Need to because I want to do some RPM packages of older
software that are still useful.


On Sun, 24 Jan 1999, Hamish Moffatt wrote:

> On Fri, Jan 22, 1999 at 08:11:12PM -0700, Karl F. Larsen wrote:
> >     I have tried to compile the stuff just as I did last year under
> > Slackware and I'm afraid there's a libc6 problem. Don't have time to
> > trouble shoot the thing. But if I could learn what was done for debian
> > then a RPM might be possible for Red Hat users.
> 
> Karl,
> 
> Can you tell me what problems you had compiling it (like specific
> error messages in particular source files)? I did not have to make any
> changes to get it to run on libc6 specifically. The only changes I made
> were to make it fit Debian policy like file locations.
> 
> I do not have a Red Hat machine here to try it on, nor access to one.
> I will help out anyone who wants to try building it. I don't know
> squat about building RPM packages though.
> 
> 
> 73 Hamish VK3TYD
> -- 
> Hamish Moffatt       Mobile: +61 412 011 176       [EMAIL PROTECTED]
> 
> Rising Software Australia Pty. Ltd. 
> Developers of music education software including Auralia & Musition.
> 31 Elmhurst Road, Blackburn, Victoria Australia, 3130
> Phone: +61 3 9894 4788  Fax: +61 3 9894 3362  USA Toll Free: 1-888-667-7839
> Internet: http://www.rising.com.au/
> 

Best wishes 

   - Karl F. Larsen, 3310 East Street, Las Cruces,NM (505) 524-3303  -

Reply via email to