Hi David, What errors are you getting? What compiler are you using?
>From the example Makefile, there's only a couple of things that you might need to change: 1- NDKDIR path. In the example Makefile this is set as a relative path to the Nuke install. If you're moving the Makefile out of the install directory, you'll probably have to change that (try setting it explicitly to your Nuke installation path) 2- Compiler/linker executable name. The example Makefile has these set to "g++-4.1". You might find that, in your system, your compiler is just "g++" I'd try those first and see how it goes. On Thu, Nov 22, 2012 at 8:18 AM, davidrobinsonGFX < [email protected]> wrote: > ** > Hi All > > Does anyone have or know a straight forward way of getting the > supplied makefile to work. Or some information on where I can > get started. > > Regards > > David > > _______________________________________________ > Nuke-dev mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev > >
_______________________________________________ Nuke-dev mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
