discuss-gnustep
[Top][All Lists]
Advanced

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

Having build issues on Mac OS X


From: Kevin Ingwersen
Subject: Having build issues on Mac OS X
Date: Wed, 27 Nov 2013 20:05:40 +0100

Hey there!

I am trying to prepair an installable GNUstep package for Mac OS X. But I have 
been having slight issues with building. 

When I supply flags to ./configure then it works. But InstallGNUstep perfectly 
ignores them - completely.

So I am calling it with this
sudo ./InstallGNUstep --prefix=/opt/GNUstep/ 
--config-options='--prefix=/opt/GNUstep/ --with-thread-lib=pth 
--with-x=/opt/X11/ --with-include-flags="-I/opt/GNUstep/include" 
--enable-libffi --with-library-flags="-L/opt/GNUstep/lib" 
--x-includes=/opt/X11/include/ --x-libraries=/opt/X11/lib/‚

But it wouldn’t find my libjpeg, libtiff and libffi anymore. They are all 
installed into /opt/GNUstep - and x11 into /opt/X11

When I run above command, I get this: (see below).

I have also instaleld a new version of iconv too.

Below are some snippets from the command line to show off the software i 
installed.

Kind regards,
Kevin Ingwersen

drag0n|Ingwie@Ingwies-Air ~/Downloads/gnustep-startup-0.30.0 $ which iconv; 
iconv --version
/opt/GNUstep/bin/iconv
iconv (GNU libiconv 1.14)
Copyright (C) 2000-2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Bruno Haible.

drag0n|Ingwie@Ingwies-Air ~/Downloads/gnustep-startup-0.30.0 $ tiffinfo
LIBTIFF, Version 4.0.3
Copyright (c) 1988-1996 Sam Leffler
Copyright (c) 1991-1996 Silicon Graphics, Inc.

drag0n|Ingwie@Ingwies-Air ~/Downloads/gnustep-startup-0.30.0 $ libpng-config 
--version
1.6.7

# snip,calling installGNUstep

*********************************************************************
* Startup configuration report                                      *
*********************************************************************
--------------------------------------------------------------
I106 Information
You have an old or nonexistent iconv implementation. iconv is not
required, but is needed for string and font encodings. It comes with
glib 2.1.2 or later.
--------------------------------------------------------------
W107 Warning
No XML library support was found. The GNUstep uses XML for many basic
functions, such as reading/writing property lists. XML will automatically
be disabled, but this is probably not what you want. If possible you should
stop installation and install an xml library.
--------------------------------------------------------------
W125 Warning 
The OpenSSL package (libcrypto, etc) is needed to access https connections
with NSURL and for other purposes. This package is optional so you are
not required to install it.
--------------------------------------------------------------
W128 Warining
The Xt developer headers were not found. On Linux this may mean that
you have not installed the libxt-dev package (Debain also needs 
xserve-xorg-dev). Please install this before proceeding.
--------------------------------------------------------------
W129 Warining
The libxext developer headers were not found. On Linux this may mean that
you have not installed the libxext-dev package 
Please install this before proceeding.
--------------------------------------------------------------
E150 Error
You do not have the GNU Objective-C compiler installed
Check to make sure you have a full installation of the GCC
compiler that includes the Objective-C headers and libraries
--------------------------------------------------------------
W151 Error
You do not have the GNU Objective-C headers installed.
Check to make sure you have a full installation of the GCC
compiler that includes the Objective-C headers and libraries.
Ignore this warning on MingW. The Objective-C library will be insatlled
by Startup anyway.
--------------------------------------------------------------
I199 Information
GNUstep is not installed yet. Please proceed with installation of GNUstep
as long as you have resolved other errors listed here.
--------------------------------------------------------------
W272 Warning
You do not have a recent version of the libobjc library. Startup
will install one.
--------------------------------------------------------------
W403 Warning
You need to install the JPEG library (libjpeg)) in order to load JPEG
images with the GNUstep gui.
--------------------------------------------------------------
E401 Error
You need to install the TIFF library (libtiff and libtiff-devel) in order
to use the GNUstep gui.
--------------------------------------------------------------
W409 Warning
You need to install the PNG library (libpng) in order to load PNG
images with the GNUstep gui.
*********************************************************************



reply via email to

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