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/



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

Reply via email to