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/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to