Hi,

On Tue, 2007-03-13 at 10:47 +0100, Sajjadul Islam wrote:
> 
> 
> Gerrit Voss
> Mon, 12 Mar 2007 20:30:59 -0800
> 
> Hi,
> 
> looking at your make output, this seems to be a problem with your
> version of gmake. Could you run gmake -v and send the output.
> 
> thanks
>   gerrit
> 
> 
> Thats the output i get after i run make -v, i compiled OpenSceneGraph
> with that make utility, was wondering if that same one should be working
> for OpenSG.

this depends a little bit on the OpenSG version you are using. If you
are using a current CVS / dailybuild version it should work. 
If you are using 1.6 I would expect the errors you see.

If you are using 1.6 and don't want to upgrade you could try the
following :

In Common/commonBuildDetect.mk at the end after

ifeq ($(MAKEMINOR),80)
MAKE_OLD_DOLLAR := 0
endif

add

ifeq ($(MAKEMINOR),81)
MAKE_OLD_DOLLAR := 0
endif

regards,
   gerrit

-- 
It's Emergent[*], you see.

[*] [adj] A word favored by computer nerds; mandatory for DARPA research
          applications; on recent evidence, a synonym for 'doomed'.   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to