Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Problem with gnustep-make
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Richard Stonehouse  
View profile  
 More options Nov 19 2012, 10:32 am
Newsgroups: gnu.gnustep.discuss
From: Richard Stonehouse <rich...@rstonehouse.co.uk>
Date: Mon, 19 Nov 2012 15:33:36 +0000
Local: Mon, Nov 19 2012 10:33 am
Subject: Problem with gnustep-make

I had a problem installing frameworks with GNUSTEP_SYSTEM_LIBRARIES
set to /usr/lib64 and the frameworks in /usr/lib/GNUstep/Frameworks.  
'make install' generates an incorrect symlink in /usr/lib64. The link
should point back to the shared library object in the framework, but
does not.

The cause seems to be in the script
/usr/share/GNUstep/Makefiles/relative_path.sh

The command:

relative_path.sh /usr/lib64
/usr/lib/GNUstep/Frameworks/PreferencePanes.framework/Versions/Current
short

gives result:

../GNUstep/Frameworks/PreferencePanes.framework/Versions/Current

which is wrong.

The attached patch, to make one of the comparisons in the script a bit
more precise, causes it produce the correct relative path:

../lib/GNUstep/Frameworks/PreferencePanes.framework/Versions/Current

With this patch applied, the symlinks are now generated correctly and
I don't see any bad side-effects.

--
     Richard Stonehouse

  gnustep-make-2.6.2-relative_path.patch
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »