I am trying to use DWmake to build my app....

I retrieved a copy of DWMake by doing this:

 cvs -d :pserver:[EMAIL PROTECTED]:/cvs/DWMake co DWMake

Then I....

cd DWMake
./install.sh

Then I set an env in my .bashrc file like this:

export DWMAKE=/usr/local/DWMake

Then I copied the osgsimple example to a place in my local projects tree. Within osgimple directory I modified the GNUmakefile so that it looked like this....

  include $(DWMAKE)/makedefs
  CXXFILES = osgsimple.cpp
  LIBS = -losg
  EXEC = osgsimple
  include $(DWMAKE)/makerules

When I try to build the example

make

I receive following messages:

/usr/local/DWMake/Platforms//makedefs.linux:6: /usr/local/DWMake/Platforms//make defs.linux64_gcc: No such file or directory make: *** No rule to make target `/usr/local/DWMake/Platforms//makedefs.linux64_ gcc'. Stop.

What have I done wrong?

Thanks,
Ed

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to