Did you perform the build (via "make -f Makefile.osx") before the "make -f Makefile.osx install"?
It looks like the FreeImage makefile doesn't have the build as a dependency of the install so you need to run it explicitly. On Fri, May 2, 2008 at 12:37 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi, > > My System is a macbook pro intel with Leopard 10.5.2. After > downloading the freeimage files i went into the directory and edit the > file Makefile.osx like the description in the readme. Then i fire up > the command "make -f Makefile.osx" and got the error. > > Helmut > > > On 1 Mai, 20:20, "Long Nguyen" <[EMAIL PROTECTED]> wrote: > > What were the steps that you took when building the FreeImage library? > Just > > the "make" command? > > > > Also, what is your exact system setup? PPC or Intel, Tiger vs Leopard, > etc. > > > > Long > > > > On Thu, May 1, 2008 at 10:57 AM, [EMAIL PROTECTED] < > > > > > > > > [EMAIL PROTECTED]> wrote: > > > > > hi, > > > > > I need help. During the installation process of freeimage i got the > > > following error (on mac osx): > > > > > sh-3.2# make -f Makefile.osx install > > > install -d -m 755 -o root -g wheel /usr/local/include /usr/local/lib > > > install -m 644 -o root -g wheel Source/FreeImage.h /usr/local/include > > > install -m 644 -o root -g wheel libfreeimage-3.10.0.dylib > > > libfreeimage.a /usr/local/lib > > > install: libfreeimage-3.10.0.dylib: No such file or directory > > > make: *** [install] Error 71 > > > > > Can anyone help me? What did i wrong? > > > > > Helmut > > > > -- > > Long Nguyen > > [EMAIL PROTECTED] > > > -- Long Nguyen [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
