realbasic-plugins
[Top] [All Lists]

dylib to bundle

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: dylib to bundle
From: Alfred Van Hoek <vanhoek at mac dot com>
Date: Sat, 10 Feb 2007 10:35:00 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
It possibly is a question for xcode, but nonetheless (could be useful for others on this list).

1) We have two similar targets defined in xcode, target 1 uses exclusively an older static lib, while target 2 uses the new static lib. Both libs define their own header file, with the same name, "LibHeader.h". There are differences. When the dylib option is used, xcode specifies in its target:

Dylib:
Copy Headers
Link Binary With Libraries
Compile Sources

but for a bundle,

Bundle:
Copy Bundle Resources
Compile Sources
Link Binary With Libraries

The Bundle option therefore does not allow the specification "LibHeader.h" at a defined path during a compile, leading to compile errors. It also does not help when the header search path is set in the target->get info.

Perhaps someone has an idea?

Alfred
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>