|
From: | Gregory John Casamento |
Subject: | [bug #25425] Framework resource loading not functioning properly on ARM based Linux |
Date: | Wed, 28 Jan 2009 16:05:41 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.14eol) Gecko/20070505 (Debian-1.8.0.15~pre080323b-0etch2) Epiphany/2.14 |
URL: <http://savannah.gnu.org/bugs/?25425> Summary: Framework resource loading not functioning properly on ARM based Linux Project: GNUstep Submitted by: gcasa Submitted on: Wed 28 Jan 2009 11:05:40 AM EST Category: Libraries Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: When loading a resource from a framework on an ARM based Linux machine, the resource is not found. This appears to be because the directory called "Versions" is not there and the NSBundle code assumes that it will be. The steps to reproduce this are: On an ARM based machine do the following... 1) Get the Addresses code from the gap project... 2) Build and run address manager RESULT: It will try to load Label.dict from the Resources directory under "Versions" but it doesn't exist. EXPECTED: The Label.dict file should be loaded properly. Shouldn't the NSBundle code be looking in "Resources" for this anyway since Resources will be linked to the proper framework version through the symbolic link? Otherwise it will simply get the first version that it finds. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?25425> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |