Problem linking a framework (GuidoEngine)
Problem linking a framework (GuidoEngine)
- Subject: Problem linking a framework (GuidoEngine)
- From: Davide Benini <email@hidden>
- Date: Sun, 24 Aug 2008 00:10:00 +0200
Hello folks.
I am trying to compile the GuidoQuartz source, a demo app using the
GuidoEngine framework for printing musical scores. The sources are
available at
http://sourceforge.net/project/showfiles.php?group_id=68683
in the package
guidolib-src-v134
The above package contains a number of folder; among them, the
relevant ones are:
- macos/lib-score-engine: it contains an xcode project to compile the
framework
- macos/applications/GuidoQuartz: it contains the xcode project of the
app I am trying to build.
The framework compiles all right; it issues four warnings, but seems ok.
The app, GuidoQuartz, doesn't compile correctly; apart from a minor
bug in the source ( a cout command in the wrong namespace, which I
commented, since it was just for logging), I get this error:
framework not found GUIDOEngine
I went to make sure that the framework was correctly linked; I looked
for the framework icon in the project, "get info", set the proper
directory (which, to me, seems "macos/lib-score-engine/build/
development/GUIDOEngine.framework). No change, same error. Then I
tried to set different paths for the framework, linking to the build
or other element, but I couldn't compile the app. The framework seems
to be there, but xcode cannot find it.
I also tried to add the directory in the framework serach paths of the
project settings, but this didn't work either.
Do you have any piece of advice?
Thanks in advance,
Davide
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden