benny porat wrote:

In the website of producer the Latest release is Producer-0.8.5-3.tar.gz <http://www.andesengineering.com/Producer/Download/Producer-0.8.5-3.tar.gz>,
(http://www.andesengineering.com/Producer/download.html)

and I try to update through the CVS the producer
i write:
>cvs -d :pserver:[EMAIL PROTECTED]:/cvs/Producer login

>cvs -d :pserver:[EMAIL PROTECTED]:/cvs/Producer co Producer

>cd Producer
>cvs update -Pd

and then I do:
>make
it give me an error:
Make/makedefs:146: /usr/local/DWMake//Platforms//makedefs.linux: No such file or directory make: *** No rule to make target `/usr/local/DWMake//Platforms//makedefs.linux'. Stop.


I try to update again the OpenSceneGraph, and I get the same error again.

what I do wrong?

many thanks
NB

two problems:
1) note the double slash in the file name. is is misformed by the makedefs shell script

2) the file path is absolute. It looks like the idea is to locate DWMake at /usr/local rather than inside producer. either change the way the script
creates the pathname or move the file

JW

_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to