|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
David wrote:
> In article <200### [at] erwinlargegeekcom>, "David"
> <smu### [at] ameritechnet> wrote:
>
>
>> In article <slr### [at] zero-ppslocaldomain>, "Steve"
>> <ste### [at] zeroppsuklinuxnet> wrote:
>>
>>
>>
>>> http://perso.enst.fr/~jberger/mpov/mpov.html Megapov 0.7 for Linux.
>>>
>>>
>>
>> I got it, thanks!
>>
>
>
> I downloaded the archive listed, but there was no make file,
> configuration script, or anythign, just the source. Is there another
> copy floating around somewhere that is packaged better? Thanks
Get POV3.1g sources, and copy the MegaPOV ones upon 3.1. Edit the
Makefile, adding the files which where not present in the 3.1 build, and
make the beast. Even without having seen POV sources before, I managed
to have a wonderful 0.6a working on my Linux box in less than 2 hours.
Bye!!!
Alessandro Coppo
a.c### [at] iolit
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <slr### [at] zero-ppslocaldomain>, "Steve"
<ste### [at] zeroppsuklinuxnet> wrote:
> On Thu, 07 Jun 2001 18:09:10 -0500, David wrote:
>
>>I downloaded the archive listed, but there was no make file,
>>configuration script, or anythign, just the source. Is there another
>>copy floating around somewhere that is packaged better? Thanks
>
> Untar:
<snip>
> $ ls -lh xmegapov
> -rwxr-xr-x 1 root root 1.1M Jun 8 14:33 xmegapov $
> And there's the executable.
Thanks, guess they need to have a note somewhere saying the makefile is
not in the default directory. I got it to work, thanks again!
--
David
smuchrusher <at> ameritech <dot> net
ICQ#: 118347772
Uptime: 2:50pm up 5 days, 34 min, 1 user, load average: 5.36, 5.83, 5.99
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Fri, 08 Jun 2001 15:33:26 -0500, David wrote:
>David
>smuchrusher <at> ameritech <dot> net
>ICQ#: 118347772
>Uptime: 2:50pm up 5 days, 34 min, 1 user, load average: 5.36, 5.83, 5.99
^^^^^^^^^^^^^^^^
Yep seems to be working:-)
--
Cheers
Steve email mailto:ste### [at] zeroppsuklinuxnet
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
9:43pm up 126 days, 22:32, 2 users, load average: 1.03, 1.09, 1.14
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Fri, 08 Jun 2001 21:26:13 +0200, Alessandro Coppo <a.c### [at] iolit>
wrote:
>Get POV3.1g sources, and copy the MegaPOV ones upon 3.1. Edit the
>Makefile, adding the files which where not present in the 3.1 build, and
>make the beast. Even without having seen POV sources before, I managed
>to have a wonderful 0.6a working on my Linux box in less than 2 hours.
Yeah, that's what I did, only automating it a bit. As I couldn't get
GCC output the list of dependencies, I diffed the ls of 3.1 and
megapov and then cut & sed it into something worth copying & pasting
into the makefile. Took me less than it took you in time but probably
twice as much in nerve.
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sat, 09 Jun 2001 05:07:48 +0300, Peter Popov wrote:
>On Fri, 08 Jun 2001 21:26:13 +0200, Alessandro Coppo <a.c### [at] iolit>
>wrote:
>
>>Get POV3.1g sources, and copy the MegaPOV ones upon 3.1. Edit the
>>Makefile, adding the files which where not present in the 3.1 build, and
>>make the beast. Even without having seen POV sources before, I managed
>>to have a wonderful 0.6a working on my Linux box in less than 2 hours.
>
>Yeah, that's what I did, only automating it a bit. As I couldn't get
>GCC output the list of dependencies, I diffed the ls of 3.1 and
>megapov and then cut & sed it into something worth copying & pasting
>into the makefile. Took me less than it took you in time but probably
>twice as much in nerve.
Strange, I didn't have any problems building it just the way it was.
I'm on RH 6.2 upgraded from 6.0.
--
Cheers
Steve email mailto:ste### [at] zeroppsuklinuxnet
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
1:52pm up 127 days, 14:42, 2 users, load average: 1.01, 1.01, 1.00
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 9 Jun 2001 09:05:07 -0400, ste### [at] zeroppsuklinuxnet (Steve) wrote:
>>Yeah, that's what I did, only automating it a bit. As I couldn't get
>>GCC output the list of dependencies, I diffed the ls of 3.1 and
>>megapov and then cut & sed it into something worth copying & pasting
>>into the makefile. Took me less than it took you in time but probably
>>twice as much in nerve.
>
>Strange, I didn't have any problems building it just the way it was.
>I'm on RH 6.2 upgraded from 6.0.
How?! The makefile provided doesn't include the files added in
MegaPOV.
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sat, 09 Jun 2001 22:57:44 +0300, Peter Popov wrote:
>On 9 Jun 2001 09:05:07 -0400, ste### [at] zeroppsuklinuxnet (Steve) wrote:
>
>>>Yeah, that's what I did, only automating it a bit. As I couldn't get
>>>GCC output the list of dependencies, I diffed the ls of 3.1 and
>>>megapov and then cut & sed it into something worth copying & pasting
>>>into the makefile. Took me less than it took you in time but probably
>>>twice as much in nerve.
>>
>>Strange, I didn't have any problems building it just the way it was.
>>I'm on RH 6.2 upgraded from 6.0.
>
>How?! The makefile provided doesn't include the files added in
>MegaPOV.
From the makefile:
#* Jun-99 : Modified by Mark Gordon to add make install, Linux
#* optimization flags, -c flag to touch, platform-specific code
#* all moved to the top.
#* Nov-99 : More cleanup by Mark Gordon to fix install, SGI flags
#* Dec-99 : Modified by Mark Gordon to accomodate megapatch, add all target,
#* and bulletproof.
#* Jan-00 : Modified by Mark Gordon to add mblur2 and postproc
#*
#*****************************************************
Sounds like megapov stuff to me.
You are looking in the Unix direcory aren't you, (as in the example shell
commands that I posted for David)?
--
Cheers
Steve email mailto:ste### [at] zeroppsuklinuxnet
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
2:42am up 128 days, 3:31, 2 users, load average: 1.02, 1.04, 1.01
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 9 Jun 2001 21:45:24 -0400, ste### [at] zeroppsuklinuxnet (Steve) wrote:
<snip>
>Sounds like megapov stuff to me.
>
>You are looking in the Unix direcory aren't you, (as in the example shell
>commands that I posted for David)?
Err, there ain't no Makefile in the source dir so yeah, I was looking
in the Unix directory.
Backtracking, I think we are talking of two different things, and it
is mostly my fault. I am talking of getting the MegaPOV 0.7 sources
from Nathan's site and extracting them over the official 3.1 sources,
and you are talking about...?
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 13 Jun 2001 01:31:43 +0300, Peter Popov wrote:
>On 9 Jun 2001 21:45:24 -0400, ste### [at] zeroppsuklinuxnet (Steve) wrote:
>
><snip>
>
>>Sounds like megapov stuff to me.
>>
>>You are looking in the Unix direcory aren't you, (as in the example shell
>>commands that I posted for David)?
>
>Err, there ain't no Makefile in the source dir so yeah, I was looking
>in the Unix directory.
>
>Backtracking, I think we are talking of two different things, and it
>is mostly my fault. I am talking of getting the MegaPOV 0.7 sources
>from Nathan's site and extracting them over the official 3.1 sources,
>and you are talking about...?
The link that I posted for David:
http://perso.enst.fr/~jberger/mpov/mpov.html
Hosted by "Jerome M Berger" I think. Mega 0.7 for Linux.
--
Cheers
Steve email mailto:ste### [at] zeroppsuklinuxnet
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
2:37am up 131 days, 3:27, 2 users, load average: 1.21, 1.10, 1.12
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 12 Jun 2001 21:43:33 -0400, ste### [at] zeroppsuklinuxnet (Steve)
wrote:
>The link that I posted for David:
>
>http://perso.enst.fr/~jberger/mpov/mpov.html
>
>Hosted by "Jerome M Berger" I think. Mega 0.7 for Linux.
So that's the one then. I knew someone had invented the wheel :)
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|