Coder Social home page Coder Social logo

gnustep / libs-opal Goto Github PK

View Code? Open in Web Editor NEW
20.0 7.0 9.0 1.52 MB

Opal is a vector drawing library with an API similar to Quartz 2D built on top of Cairo.

Home Page: http://www.gnustep.org

License: GNU Lesser General Public License v2.1

Objective-C 90.83% C 7.91% Makefile 0.73% Mercury 0.53%
objective-c graphics gnu gui drawing quartz

libs-opal's Introduction

====
Opal
====

What is Opal?
-------------

Opal is a vector drawing library with an API similar to
Quartz 2D <http://www.cocoadev.com/index.pl?CoreGraphics>.
Opal is built on top of Cairo <http://www.cairographics.org>.

Opal is also a gemstone consisting of amorphous hydrated
silicon dioxide (SiO2 · nH2O) which is sometimes included
in the quartz group of minerals.

There is a homepage (which may not be updated too frequently) at
<http://goliat.eik.bme.hu/~balaton/gnustep/opal>

The sources are available from the GNUstep repository at
<svn://svn.gna.org/svn/gnustep/libs/opal/trunk>

*** Warning! *** This version is not yet suitable for general use.
It may be interesting for developers only, contributions are much welcome!
For more information see the TODO file.


Developers
----------

- Eric Wasylishen <[email protected]>
- BALATON Zoltan <[email protected]>


Requirements
------------

- GNUstep base
- cairo
- libjpeg
- libpng
- libtiff
- lcms (version 2)

and on non-Windows platforms:
- freetype
- fontconfig

Build and install with:

make
sudo -E make install

or 'make install' on Windows, in the GNUstep MinGW environment available
here: http://gnustep.org/experience/Windows.html

libs-opal's People

Contributors

amraboelela avatar bennykjohnson avatar davidchisnall avatar ericwa avatar fredkiefer avatar hmelder avatar ivucica avatar ngrewe avatar nico-31415 avatar rfm avatar theiostream avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

libs-opal's Issues

GSXibKeyedUnarchiver out of order reference bug

I've encountered this bug in the GSXib5KeyedUnarchiver while working on porting Transmission Cocoa to GNUstep. It was discovered when GNUstep was incorrectly trying to resolve an IBOutlet with a string as its destination.

Problem:
If a referencing node such as outlet connection appears before the referenced node such as a custom object, the reference will fail to resolve. A concrete example of this would be an outlet element that has a destination id but the referenced node appears later in the file.

This is what appears in the MainMenu.xib file for the Transmission project. On lines 105 and 109, node 206 is referenced as the outlet destination.

image

The node with the id=206 appears much later in the file.

image

Expected behavior:
The Nib file should successfully resolve the referenced nodes regardless of the order that they appear in the file.

Possible solution:
Rather than process referencing elements as they are seen. Record them in an array. Once the entire nib file has finished being parsed then process these elements.

I should be able to address this bug but as I'm unfamiliar with the code base it might take me some time, so feel free to submit a fix.

Multiple definitions make error

Hello,

I attempted to build this library on Ubuntu 22.04 using the instructions in the readme however I got several multiple definition errors. I've attached the log of STDERR. I'm hoping I overlooked a simple step, any help would be appreciated.

Regards,
Benjamin

/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:78: multiple definition of `OPFontFamilyAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:78: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:79: multiple definition of `OPFontNameAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:79: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:80: multiple definition of `OPFontFaceAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:80: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:81: multiple definition of `OPFontSizeAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:81: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:82: multiple definition of `OPFontVisibleNameAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:82: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:83: multiple definition of `OPFontColorAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:83: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:88: multiple definition of `OPFontMatrixAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:88: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:89: multiple definition of `OPFontVariationAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:89: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:90: multiple definition of `OPFontCharacterSetAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:90: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:91: multiple definition of `OPFontCascadeListAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:91: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:92: multiple definition of `OPFontTraitsAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:92: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:93: multiple definition of `OPFontFixedAdvanceAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:93: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:95: multiple definition of `OPFontSymbolicTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:95: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:96: multiple definition of `OPFontWeightTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:96: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:97: multiple definition of `OPFontWidthTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:97: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:98: multiple definition of `OPFontSlantTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:98: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:100: multiple definition of `OPFontVariationAxisIdentifierKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:100: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:101: multiple definition of `OPFontVariationAxisMinimumValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:101: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:102: multiple definition of `OPFontVariationAxisMaximumValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:102: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:103: multiple definition of `OPFontVariationAxisDefaultValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:103: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:104: multiple definition of `OPFontVariationAxisNameKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:104: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:78: multiple definition of `OPFontFamilyAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:78: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:79: multiple definition of `OPFontNameAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:79: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:80: multiple definition of `OPFontFaceAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:80: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:81: multiple definition of `OPFontSizeAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:81: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:82: multiple definition of `OPFontVisibleNameAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:82: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:83: multiple definition of `OPFontColorAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:83: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:88: multiple definition of `OPFontMatrixAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:88: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:89: multiple definition of `OPFontVariationAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:89: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:90: multiple definition of `OPFontCharacterSetAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:90: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:91: multiple definition of `OPFontCascadeListAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:91: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:92: multiple definition of `OPFontTraitsAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:92: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:93: multiple definition of `OPFontFixedAdvanceAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:93: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:95: multiple definition of `OPFontSymbolicTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:95: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:96: multiple definition of `OPFontWeightTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:96: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:97: multiple definition of `OPFontWidthTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:97: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:98: multiple definition of `OPFontSlantTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:98: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:100: multiple definition of `OPFontVariationAxisIdentifierKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:100: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:101: multiple definition of `OPFontVariationAxisMinimumValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:101: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:102: multiple definition of `OPFontVariationAxisMaximumValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:102: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:103: multiple definition of `OPFontVariationAxisDefaultValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:103: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:104: multiple definition of `OPFontVariationAxisNameKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:104: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:78: multiple definition of `OPFontFamilyAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:78: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:79: multiple definition of `OPFontNameAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:79: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:80: multiple definition of `OPFontFaceAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:80: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:81: multiple definition of `OPFontSizeAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:81: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:82: multiple definition of `OPFontVisibleNameAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:82: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:83: multiple definition of `OPFontColorAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:83: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:88: multiple definition of `OPFontMatrixAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:88: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:89: multiple definition of `OPFontVariationAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:89: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:90: multiple definition of `OPFontCharacterSetAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:90: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:91: multiple definition of `OPFontCascadeListAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:91: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:92: multiple definition of `OPFontTraitsAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:92: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:93: multiple definition of `OPFontFixedAdvanceAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:93: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:95: multiple definition of `OPFontSymbolicTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:95: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:96: multiple definition of `OPFontWeightTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:96: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:97: multiple definition of `OPFontWidthTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:97: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:98: multiple definition of `OPFontSlantTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:98: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:100: multiple definition of `OPFontVariationAxisIdentifierKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:100: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:101: multiple definition of `OPFontVariationAxisMinimumValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:101: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:102: multiple definition of `OPFontVariationAxisMaximumValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:102: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:103: multiple definition of `OPFontVariationAxisDefaultValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:103: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:104: multiple definition of `OPFontVariationAxisNameKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:104: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/OPFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFont.h:75: multiple definition of `OPFontIdentityMatrix'; OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFont.h:75: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:78: multiple definition of `OPFontFamilyAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:78: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:79: multiple definition of `OPFontNameAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:79: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:80: multiple definition of `OPFontFaceAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:80: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:81: multiple definition of `OPFontSizeAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:81: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:82: multiple definition of `OPFontVisibleNameAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:82: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:83: multiple definition of `OPFontColorAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:83: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:88: multiple definition of `OPFontMatrixAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:88: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:89: multiple definition of `OPFontVariationAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:89: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:90: multiple definition of `OPFontCharacterSetAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:90: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:91: multiple definition of `OPFontCascadeListAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:91: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:92: multiple definition of `OPFontTraitsAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:92: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:93: multiple definition of `OPFontFixedAdvanceAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:93: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:95: multiple definition of `OPFontSymbolicTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:95: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:96: multiple definition of `OPFontWeightTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:96: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:97: multiple definition of `OPFontWidthTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:97: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:98: multiple definition of `OPFontSlantTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:98: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:100: multiple definition of `OPFontVariationAxisIdentifierKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:100: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:101: multiple definition of `OPFontVariationAxisMinimumValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:101: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:102: multiple definition of `OPFontVariationAxisMaximumValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:102: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:103: multiple definition of `OPFontVariationAxisDefaultValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:103: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/Fontconfig/OPFontconfigFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/Fontconfig/../OPFontDescriptor.h:104: multiple definition of `OPFontVariationAxisNameKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:104: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:78: multiple definition of `OPFontFamilyAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:78: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:79: multiple definition of `OPFontNameAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:79: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:80: multiple definition of `OPFontFaceAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:80: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:81: multiple definition of `OPFontSizeAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:81: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:82: multiple definition of `OPFontVisibleNameAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:82: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:83: multiple definition of `OPFontColorAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:83: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:88: multiple definition of `OPFontMatrixAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:88: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:89: multiple definition of `OPFontVariationAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:89: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:90: multiple definition of `OPFontCharacterSetAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:90: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:91: multiple definition of `OPFontCascadeListAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:91: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:92: multiple definition of `OPFontTraitsAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:92: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:93: multiple definition of `OPFontFixedAdvanceAttribute'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:93: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:95: multiple definition of `OPFontSymbolicTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:95: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:96: multiple definition of `OPFontWeightTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:96: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:97: multiple definition of `OPFontWidthTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:97: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:98: multiple definition of `OPFontSlantTrait'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:98: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:100: multiple definition of `OPFontVariationAxisIdentifierKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:100: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:101: multiple definition of `OPFontVariationAxisMinimumValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:101: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:102: multiple definition of `OPFontVariationAxisMaximumValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:102: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:103: multiple definition of `OPFontVariationAxisDefaultValueKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:103: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFontDescriptor.h:104: multiple definition of `OPFontVariationAxisNameKey'; OpalText/./obj/OpalText.obj/CTFontDescriptor.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFontDescriptor.h:104: first defined here
/usr/bin/ld: OpalText/./obj/OpalText.obj/FreeType/OPFreeTypeFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/FreeType/../OPFont.h:75: multiple definition of `OPFontIdentityMatrix'; OpalText/./obj/OpalText.obj/CTFont.m.o:/home/benjamin/GNUstep-code/libs-opal/Source/OpalText/OPFont.h:75: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [/usr/share/GNUstep/Makefiles/Instance/library.make:307: obj/libopal.so.0.0.1] Error 1
make[3]: *** [/usr/share/GNUstep/Makefiles/Instance/library.make:292: internal-library-all_] Error 2
make[2]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: libopal.all.library.variables] Error 2
make[1]: *** [/usr/share/GNUstep/Makefiles/Master/library.make:37: internal-all] Error 2
make: *** [/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.