POV-Ray : Newsgroups : povray.general : compiled lparser? Server Time
12 Aug 2024 11:19:44 EDT (-0400)
  compiled lparser? (Message 1 to 6 of 6)  
From: Marc Schimmler
Subject: compiled lparser?
Date: 3 Mar 1999 04:41:33
Message: <36DD03CC.AF716D78@ica.uni-stuttgart.de>
Hi!

I recently tried to compile the lparser written by Laurens Lapre which
can be found at 

http://www.xs4all.nl/~ljlapre/

I have to this because I want to use it under Linux and maybe under IRIX
6.3.
I have serious problems compiling the source which shall be ANSI-C with
the gcc and even the cc from SGI.
I'm not at all experienced with C or the above named compilers but under
normal circumstances I know to use them or how to add a library or
include path.

Question:

Has anyone compiled lparser.c ( http://www.xs4all.nl/~ljlapre/source.zip
) already?

Thanks in advance,

Marc
-- 
Marc Schimmler


Post a reply to this message

From: Rudy Velthuis
Subject: Re: compiled lparser?
Date: 4 Mar 1999 06:51:41
Message: <36de73cd.0@news.povray.org>
Marc Schimmler schrieb in Nachricht
<36DD03CC.AF716D78@ica.uni-stuttgart.de>...
>Hi!
>
>I recently tried to compile the lparser written by Laurens Lapre which
>can be found at
>
>http://www.xs4all.nl/~ljlapre/
>
>I have to this because I want to use it under Linux and maybe under IRIX
>6.3.
>I have serious problems compiling the source which shall be ANSI-C with
>the gcc and even the cc from SGI.
>I'm not at all experienced with C or the above named compilers but under
>normal circumstances I know to use them or how to add a library or
>include path.
>
>Question:
>
>Has anyone compiled lparser.c ( http://www.xs4all.nl/~ljlapre/source.zip
>) already?
>
Not yet, but hang on. I'm currently trying to get to grips with DJGPP and
RHIDE (for DOS). I will certainly try a compile today (although I'm off
now - buying a new PC :-))). If DJGPP works, other GCCs will work too.

--
Rudy


Post a reply to this message

From: Marc Schimmler
Subject: Re: compiled lparser?
Date: 4 Mar 1999 07:34:17
Message: <36DE7DBC.ECC7DCDA@ica.uni-stuttgart.de>
Rudy Velthuis wrote:
>
> Not yet, but hang on. I'm currently trying to get to grips with DJGPP and
> RHIDE (for DOS). I will certainly try a compile today (although I'm off
> now - buying a new PC :-))). If DJGPP works, other GCCs will work too.
> 
> --
> Rudy

Thanks Rudy!

And good luck with your new PC!

Marc
-- 
Marc Schimmler


Post a reply to this message

From: Rudy Velthuis
Subject: Re: compiled lparser?
Date: 5 Mar 1999 19:02:47
Message: <36e070a7.0@news.povray.org>
Marc Schimmler schrieb in Nachricht
<36DE7DBC.ECC7DCDA@ica.uni-stuttgart.de>...
>
>Thanks Rudy!
>
>And good luck with your new PC!

I could use it. I installed a new game I had bought for my son (LEGO LOCO),
which (I thionk) thoroughly ruined my Win98 installation. I had to
re-install, but had problems, because the BIOS virus protection kept
interfering, but couldn't show any message (somehow the Win98 installer
didn't allow it). I finally found out and installed Win98 again. Now I
didn't install the game on my new computer anymore, only on the old one,
which my (6 year old) son will get now. I'm still using the old one now
(must transfer 6GB of data on two HD first).

But I know, I have a tendency to go off-topic (some people have others words
for that, having something to do with elder women <g>).

Now to get to the topic again: I tried the code, using the flags -ansi
and -pedantic and
-Wall and it threw out some warnings (some void routines do not have a void
declaration) but no error. I don't know anything about all the include
directories, but I think you'll have to at least set pointers to the lib and
include directories. Why don't you use RHIDE for Linux
(http://www.tu-chemnitz.de/~rho/rhide-linux.html)? I use RHIDE for DOS and
it strongly resembles the old Borland IDEs for DOS (Turbo Pascal and Turbo
C++).

--
Rudy Velthuis


Post a reply to this message

From: Marc Schimmler
Subject: Re: compiled lparser?
Date: 6 Mar 1999 15:45:28
Message: <36E194A5.A8ACBBD6@ica.uni-stuttgart.de>
Rudy Velthuis wrote:
> 
> 
> I could use it. I installed a new game I had bought for my son (LEGO LOCO),
> which (I thionk) thoroughly ruined my Win98 installation. I had to
> re-install, but had problems, because the BIOS virus protection kept
> interfering, but couldn't show any message (somehow the Win98 installer
> didn't allow it). I finally found out and installed Win98 again. Now I
> didn't install the game on my new computer anymore, only on the old one,
> which my (6 year old) son will get now. I'm still using the old one now
> (must transfer 6GB of data on two HD first).
> 
> But I know, I have a tendency to go off-topic (some people have others words
> for that, having something to do with elder women <g>).
>

<g>

Giving your old one to your son. Well I just started to build up a
render farm. I got an old one from my sister in law (?) and I bought 2
NE2000 compatible cards for 30,- DM each and a cable a some smalll bits.
With linux I hope to connect them quite soon. If not for the speed then
for the fun of it!

> 
> Now to get to the topic again: I tried the code, using the flags -ansi
> and -pedantic and
> -Wall and it threw out some warnings (some void routines do not have a void
> declaration) but no error. I don't know anything about all the include
> directories, but I think you'll have to at least set pointers to the lib and
> include directories. Why don't you use RHIDE for Linux
> (http://www.tu-chemnitz.de/~rho/rhide-linux.html)? I use RHIDE for DOS and
> it strongly resembles the old Borland IDEs for DOS (Turbo Pascal and Turbo
> C++).
>

As I said, I'am not at all very familiar with the gcc. I tried the -ansi
flag and now I try yours too. I heard about RHIDE. Mybe I download it, I
liked the Borland environment for Turbo Pascal.

Thanks Rudy for your efforts!


Marc
--
Marc Schimmler


Post a reply to this message

From: Marc Schimmler
Subject: Re: compiled lparser?
Date: 6 Mar 1999 17:51:43
Message: <36E1B23E.ACBD680B@ica.uni-stuttgart.de>
I worked! 

I learned just a tiny bit more about gcc!

I just had to add the math library.

Thanks for your help!

Marc
--
Marc Schimmler


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.