Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
848 stars 134 forks source link

Target Dependencies Project #94

Closed iWeaverMan closed 10 years ago

iWeaverMan commented 10 years ago

On build main project - this error: duplicate symbol _expr_lexer_get_lexeme in: /Users/roman/Library/Developer/Xcode/DerivedData/Briefcase-feufubkyznjguwcvbjcarsulimnl/Build/Products/Debug-iphonesimulator/libpixate-freestyle.a(PXStylesheetLexer2.yy.o) /Users/roman/Library/Developer/Xcode/DerivedData/Briefcase-feufubkyznjguwcvbjcarsulimnl/Build/Products/Debug-iphonesimulator/libpixate-freestyle.a(PXExpressionLexer.yy.o)

how to fix it?

iWeaverMan commented 10 years ago

Remove PXStylesheetLexeme *expr_lexer_get_lexeme() from PXStylesheetLexer2.lm

thelonious commented 10 years ago

IWeaverMan, I've pushed a fix to master. That function is supposed to be "css_lexer_get_lexeme". However, this Flex file isn't even supposed to be in master. I've removed it from all build targets for now. We're switching over to this lexer in another branch right now