[bug #42778] Frameworks with different SONAME cannot coexist

Niels Grewe <[email protected]>
Newsgroups gmane.comp.lib.gnustep.bugs
Message-ID <[email protected]>
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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.