freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Installing on Xcode


From: Robbo
Subject: Re: [ft] Installing on Xcode
Date: Wed, 14 Nov 2007 05:43:05 -0800 (PST)


suzuki toshiya wrote:
> 
> Hi,
> 
> On Tue, 13 Nov 2007 08:48:37 -0800 (PST)
> Robbo <address@hidden> wrote:
>>I (think that I) have successfully built the library and now have an 'obj'
>>folder that contains some juicy object files and a couple of other files
>>that I don't recognise. Now, I don't know what to do from here - how would
I
>>go about linking the library into an xcode project?
>>
>>My apologies if this is a noob-ish question.
> 
> Excuse me, I'm a noob of Xcode. Yet I'm not sure what kind
> of troubles you experience. You want to install FreeType2
> but no way? Or, your trouble is that you want to build .pkg
> file before installation but no help? Or, you want to use
> "build-but-not-installed-yet" FreeType2 via Xcode?
> 
> Regards,
> mpsuzuki
> 
> # At present, the documentation of FreeType2 recommends
> # you to install FreeType2 via command line, by execution
> # of command "make install". If you want to check which
> # files are overwritten or installed, you can use options
> # DESTDIR, aslike, "make install DESTDIR=`pwd`/root" then
> # check the files in ./root.
> 
> 
> 
> _______________________________________________
> Freetype mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/freetype
> 
> 


Hello,

I wasn't very clear before. Previously I did './configure options', 'make'
and 'make install' and it seemed to go okay but in an xcode project I was
getting linker problems so I tried to add the contents of the 'obj' folder
into my project. My guess is that the 'make install' command failed.

I tried again today; './configure [options]' and 'make' worked but 'make
install' failed with this:

./builds/unix/mkinstalldirs /usr/local/lib                               \
                         /usr/local/lib/pkgconfig                     \
                         /usr/local/include/freetype2/freetype/config \
                         /usr/local/include/freetype2/freetype/cache  \
                         /usr/local/bin                               \
                         /usr/local/share/aclocal
mkdir /usr/local/lib
mkdir: /usr/local/lib: Permission denied
mkdir /usr/local/lib
mkdir: /usr/local/lib: Permission denied
mkdir /usr/local/lib/pkgconfig
mkdir: /usr/local/lib: No such file or directory
mkdir /usr/local/include
mkdir: /usr/local/include: Permission denied
mkdir /usr/local/include/freetype2
mkdir: /usr/local/include: No such file or directory
mkdir /usr/local/include/freetype2/freetype
mkdir: /usr/local/include/freetype2: No such file or directory
mkdir /usr/local/include/freetype2/freetype/config
mkdir: /usr/local/include/freetype2/freetype: No such file or directory
mkdir /usr/local/include
mkdir: /usr/local/include: Permission denied
mkdir /usr/local/include/freetype2
mkdir: /usr/local/include: No such file or directory
mkdir /usr/local/include/freetype2/freetype
mkdir: /usr/local/include/freetype2: No such file or directory
mkdir /usr/local/include/freetype2/freetype/cache
mkdir: /usr/local/include/freetype2/freetype: No such file or directory
mkdir /usr/local/bin
mkdir: /usr/local/bin: Permission denied
mkdir /usr/local/share
mkdir: /usr/local/share: Permission denied
mkdir /usr/local/share/aclocal
mkdir: /usr/local/share: No such file or directory
make: *** [install] Error 1

Would I have to change the directory that I'm installing it to in order to
fix this or is there another solution?
-- 
View this message in context: 
http://www.nabble.com/Installing-on-Xcode-tf4799117.html#a13744120
Sent from the Freetype - User mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]