Looks like you need to add /usr/include to your include path too. Be careful of conflicts doing that. Make sure that it comes after any Nuke paths.
Thanks, Ben On 12 Aug 2014, at 15:59, Howard Jones wrote: > Thanks > > Getting there - now different error. - kinda annoying the built in example > fails :( > > # make > g++ -g -c -DUSE_GLEW -I/usr/local/Nuke8.0v3/include -fPIC -msse -o > C44Matrix.os C44Matrix.cpp > In file included from /usr/local/Nuke8.0v3/include/DDImage/GPUContext.h:9, > from /usr/local/Nuke8.0v3/include/DDImage/Iop.h:12, > from /usr/local/Nuke8.0v3/include/DDImage/Convolve.h:7, > from C44Matrix.cpp:13: > /usr/local/Nuke8.0v3/include/GL/glew.h:1165:20: error: GL/glu.h: No such file > or directory > make: *** [C44Matrix.os] Error 1 > > > > On 12 Aug 2014, at 15:46, Ben Woodhall <[email protected]> wrote: > >> My bad, try simply g++ (rather than g++-4.0). >> >> Thanks, Ben >> >> >> On 12 Aug 2014, at 15:27, Howard Jones wrote: >> >>> same :( >>> >>> make >>> g++-4.0 -g -c -DUSE_GLEW -I/usr/local/Nuke8.0v3/include -fPIC -msse -o >>> C44Matrix.os C44Matrix.cpp >>> make: g++-4.0: Command not found >>> make: *** [C44Matrix.os] Error 127 >>> >>> >>> On 12 Aug 2014, at 14:41, Ben Woodhall <[email protected]> wrote: >>> >>>> Is that meant to be g++-4.0? >>>> >>>> Cheers, Ben >>>> >>>> On 12 Aug 2014, at 14:23, Howard Jones wrote: >>>> >>>>> >>>>> Hi >>>>> >>>>> I’m using the C44 Matrix in Nuke 8.0v3 on mac and is fine. >>>>> However the Nuke8 linux download in Nukepedia seems to be Nuke7. At least >>>>> that’s what Nuke reports when I use it. >>>>> I’ve deleted, redownloaded etc several times. >>>>> >>>>> When I try to compile a CentOS Linux version from the slightly older >>>>> soure code I get >>>>> >>>>> # make >>>>> g++-4.1 -g -c -DUSE_GLEW -I/usr/local/Nuke8.0v3/include -fPIC -msse -o >>>>> C44Matrix.os C44Matrix.cpp >>>>> make: g++-4.1: Command not found >>>>> make: *** [C44Matrix.os] Error 127 >>>>> >>>>> (I also get this if I run the make file example in Documentation) >>>>> >>>>> 1) Does anyone have the Nuke8 C44Matrix.so to hand? >>>>> 2) What am I possibly doing wrong with the makefile or what should I >>>>> replace g++-4.1 with? >>>>> >>>>> >>>>> All help greatly appreciated >>>>> _______________________________________________ >>>>> Nuke-users mailing list >>>>> [email protected], http://forums.thefoundry.co.uk/ >>>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> -- >>>> Ben Woodhall >>>> Software Engineer >>>> The Foundry Visionmongers Ltd >>>> 5 Golden Square >>>> London, W1F 9HT >>>> Tel: +44(0)20 7473 4350 >>>> Web: www.thefoundry.co.uk >>>> Email: [email protected] >>>> >>>> The Foundry Visionmongers Ltd. >>>> Registered in England and Wales No: 4642027 >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Nuke-users mailing list >>>> [email protected], http://forums.thefoundry.co.uk/ >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>> >>> _______________________________________________ >>> Nuke-users mailing list >>> [email protected], http://forums.thefoundry.co.uk/ >>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >> >> -- >> Ben Woodhall >> Software Engineer >> The Foundry Visionmongers Ltd >> 5 Golden Square >> London, W1F 9HT >> Tel: +44(0)20 7473 4350 >> Web: www.thefoundry.co.uk >> Email: [email protected] >> >> The Foundry Visionmongers Ltd. >> Registered in England and Wales No: 4642027 >> >> >> >> >> _______________________________________________ >> Nuke-users mailing list >> [email protected], http://forums.thefoundry.co.uk/ >> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users > > _______________________________________________ > Nuke-users mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users -- Ben Woodhall Software Engineer The Foundry Visionmongers Ltd 5 Golden Square London, W1F 9HT Tel: +44(0)20 7473 4350 Web: www.thefoundry.co.uk Email: [email protected] The Foundry Visionmongers Ltd. Registered in England and Wales No: 4642027
_______________________________________________ Nuke-users mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
