bugGNUstep - Bugs: bug #15314, problem with...

Group
 
 

bug #15314: problem with BUNDLE_INSTALLATION_DIR

Submitter:  Rob Burns <rburns>
Submitted:  Thu 29 Dec 2005 03:39:11 PM UTC
   
 
Category:  Makefiles Severity:  3 - Normal
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  nico
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 10 Sep 2006 10:53:31 AM UTC, comment #3: 

Thanks for coming back on this! :-)

Not sure what changed -- can't see any obvious change affecting BUNDLE_INSTALL_DIR -- it must have been fixed by some change since then though :-)

... anyway the important thing is that it works now, so I'll simply close the bug. :-)

Thanks

Nicola Pero <nico>
Group Member
Sun 10 Sep 2006 10:10:06 AM UTC, comment #2: 

yes, this works for me now. Thanks for looking into it. I'm not sure what changed between now and then.

Rob

Rob Burns <rburns>
Sat 09 Sep 2006 12:48:41 PM UTC, comment #1: 

I tried it out and it works for me ... at least after sourcing GNUstep.sh.

My GNUmakefile was:

include $(GNUSTEP_MAKEFILES)/common.make                                                                                                                   
                                                                                                                                                           
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_USER_ROOT)                                                                                                            
BUNDLE_INSTALL_DIR=$(GNUSTEP_USER_ROOT)/Library/ApplicationSupport/GSTest                                                                                
                                                                                                                                                           
BUNDLE_NAME = Prova                                                                                                                                        
Prova_OBJC_FILES = Prova.m                                                                                                                                 
                                                                                                                                                           
include $(GNUSTEP_MAKEFILES)/bundle.make                                                                                                                   

My Prova.m file was:

int test (void)                                                                                                                                            
{                                                                                                                                                          
  return 1;                                                                                                                                                
}

Anyway, I can't see anything obviously wrong with BUNDLE_INSTALL_DIR.

Can you confirm that it works for you now ?  If not, can you provide a more detailed explanation of how you trigger the bug ? ;-)

Thanks

PS: Please source GNUstep.sh before trying out ... if you try without sourcing GNUstep.sh it might not work but that's because the config system needs finishing, nothing to do with BUNDLE_INSTALL_DIR ;-)

Nicola Pero <nico>
Group Member
Thu 29 Dec 2005 03:39:11 PM UTC, original submission:  

the following GNUmakefile snippet used to work. it would install the resulting bundle into /home/rburns/GNUstep/Library/ApplicationSupport/GSTest in my case.

GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_USER_ROOT)
BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/ApplicationSupport/GSTest

with recent changes to gstep-make the bundle now gets installed into

/path/to/this/GNUmakefile/GNUstep/Library/ApplicationSupport/GSTest

currently my GNUSTEP_USER_ROOT variable is set to

/home/rburns/GNUstep

Rob Burns <rburns>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-09-10 nico Open/ClosedAnalyzed Closed
2006-09-09 nico StatusNone Works For Me
    Assigned toNone nico
    Open/ClosedOpen Analyzed

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code