RE: Is this a problem?

From: Pierre Bernard (Pierre.Bernar..cl.lu)
Date: Fri Mar 07 2003 - 03:33:48 EST

  • Next message: Anders Peterson: "Re: Is this a problem?"

    Hello!

    I have always made a point of not letting PBWO add to the framework search path as it adds an absolute path like you said. This is bad as not all developers working on the project necessarily have WebObjects installed in the same location.

    Instead, at project creation I added the following search path:

            FRAMEWORKSEARCH = ("$(NEXT_ROOT)$(LOCAL_LIBRARY_DIR)/Frameworks");

    I guess WOLips could add that by default as it should cover all needs.

    Pierre.

    -----Original Message-----
    From: Anders Peterson [mailto:anders_peterso..ptimatika.se]
    Sent: Friday, March 07, 2003 9:10 AM
    To: Ulrich Köster
    Cc: woproject-de..bjectstyle.org; anders_peterson@optimatika.se
    Subject: Re: Is this a problem?

    On torsdag, mar 6, 2003, at 10:53 Europe/Stockholm, Ulrich Köster wrote:

    >> Will you do this?
    > Could you provide me a default framework search order that I could add.

    PBWO adds this:

    FRAMEWORKSEARCH = ("C:\\Apple\\Local\\Library\\Frameworks");

    I suggest we do the same thing.

    AFAIK this section is only created/needed/used on the Windows platform.
    It is simply ignored on OS X.

    Users will have to change this if their LOCAL_LIBRARY_DIR is not
    C:\Apple or if they want to link with frameworks not installed at the
    standrad location. This is a low priority bug, and I'll mention in the
    docs how to work around it.

    I've tried writing the path on a more generic form:

    FRAMEWORKSEARCH = ("$(LOCAL_LIBRARY_DIR)\\Frameworks");

    But have NOT found a way to get it working.

    /Anders

    **********************************************************************
    This email and any files transmitted with it are intended solely for
    the use of the individual or entity to whom they are addressed.
    If you have received this email in error please notify the sender
    of this message. (Pierre.Bernar..cl.lu)
    This email message has been checked for the presence of computer
    viruses; however this protection does not ensure this message is
    virus free.
    Banque centrale du Luxembourg; Tel ++352-4774-1; http://www.bcl.lu
    **********************************************************************



    This archive was generated by hypermail 2.0.0 : Fri Mar 07 2003 - 03:37:23 EST