Now insoshi runs!

the problem was the file Makefile.osx.

i changed the following lines

INCLUDE_PPC = -isysroot /Developer/SDKs/MacOSX10.3.9.sdk
INCLUDE_I386 = -isysroot /Developer/SDKs/MacOSX10.4u.sdk

to

INCLUDE_PPC = -isysroot /Developer/SDKs/MacOSX10.5.sdk
INCLUDE_I386 = -isysroot /Developer/SDKs/MacOSX10.5.sdk

and these lines

LIBRARIES_PPC = -Wl,-syslibroot /Developer/SDKs/MacOSX10.3.9.sdk/usr/
lib
LIBRARIES_I386 = -Wl,-syslibroot /Developer/SDKs/MacOSX10.4u.sdk/usr/
lib

to

LIBRARIES_PPC = -Wl,-syslibroot /Developer/SDKs/MacOSX10.5.sdk
LIBRARIES_I386 = -Wl,-syslibroot /Developer/SDKs/MacOSX10.5.sdk

and then perform the tasks

make -f Makefile.osx and
make -f Makefile.osx install

and voila no errors!



On 2 Mai, 17:35, "Long Nguyen" <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to