[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #42778] Frameworks with different SONAME cannot coexist
From: |
Niels Grewe |
Subject: |
[bug #42778] Frameworks with different SONAME cannot coexist |
Date: |
Wed, 29 Jun 2016 09:40:21 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17 |
Follow-up Comment #3, bug #42778 (project gnustep):
The patch as been applied to gnustep-make in the meantime, but this part
causes problems:
@@ -389,10 +389,6 @@ build-framework-dirs: $(DERIVED_SOURCES_DIR) \
$(UPDATE_CURRENT_SYMLINK_RULE)
ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes)
$(ECHO_NOTHING)cd $(FRAMEWORK_DIR); \
- if [ ! -h "Resources" ]; then \
- $(RM_LN_S) Resources; \
- $(LN_S_RECURSIVE) Versions/Current/Resources Resources; \
- fi; \
if [ ! -h "Headers" ]; then \
$(RM_LN_S) Headers; \
$(LN_S_RECURSIVE) Versions/Current/Headers Headers; \
It breaks resource lookups and prevents proper dynamic loading of frameworks.
I'm pretty sure that this is accidental and will revert that part.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42778>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #42778] Frameworks with different SONAME cannot coexist,
Niels Grewe <=