bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #15314] problem with BUNDLE_INSTALLATION_DIR


From: Nicola Pero
Subject: [bug #15314] problem with BUNDLE_INSTALLATION_DIR
Date: Sat, 9 Sep 2006 12:48:43 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1

Update of bug #15314 (project gnustep):

                  Status:                    None => Works For Me           
             Assigned to:                    None => nico                   
             Open/Closed:                    Open => Analyzed               

    _______________________________________________________

Follow-up 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 ;-)


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?15314>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]