Hi Patrick, Does /usr/local/include exist? If not then create it, give it descent permissions and go to town. My money is on /usr/local not existing yet, or being a file or bad symlink. It that's not it check and see if the file /usr/local/include/freeimage.h exists already. If it does then you'll have issues with case "FreeImage.h" vs "freeimage.h" and that can lead to the permission denied.
Good Luck, Rob On 7/10/07, Hugh Bien <[EMAIL PROTECTED]> wrote:
I was able to install it using MacPorts (DarwinPorts), any reason why you're not using that? On 7/10/07, Jon Buda < [EMAIL PROTECTED]> wrote: > Looks to me like you need to run "sudo make -f Makefile.osx install" > > Patrick Crowley wrote: > > Ok, I'm trying to install FreeImage on Mac OS X 10.4.10 (PPC), as part > > of installing Image Science. > > > > I'm able to do the make properly, but when I run "make -f Makefile.osx > > install", I get this: > > > > PowerBook: ~/Desktop/FreeImage patrick$ make -f Makefile.osx install > > install -d -m 755 -o root -g wheel /usr/local/include /usr/local/lib > > install: chmod 755 /usr/local/include: Operation not permitted > > install: chmod 755 /usr/local/lib: Operation not permitted > > install -m 644 -o root -g wheel Source/FreeImage.h /usr/local/include > > install: /usr/local/include/FreeImage.h: Permission denied > > make: *** [install] Error 71 > > > > I've tried upgrading my Apple Developer tools and running the above > > command as sudo, but I'm still stuck. > > > > Any ideas? > > > > -- Patrick > > > > > > > > > > _______________________________________________ > > Sdruby mailing list > > [email protected] > > http://lists.sdruby.com /mailman/listinfo/sdruby > > > _______________________________________________ > Sdruby mailing list > [email protected] > http://lists.sdruby.com /mailman/listinfo/sdruby > _______________________________________________ Sdruby mailing list [email protected] http://lists.sdruby.com/mailman/listinfo/sdruby
_______________________________________________ Sdruby mailing list [email protected] http://lists.sdruby.com/mailman/listinfo/sdruby
