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 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.