gnustep-dev
[Top][All Lists]
Advanced

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

Re: Problem installing bundles without GNUSTEP_INSTALLATION_DIR


From: Matt Rice
Subject: Re: Problem installing bundles without GNUSTEP_INSTALLATION_DIR
Date: Sat, 21 Jan 2017 15:39:55 -0800

FWIW, I always found pmanager http://gna.org/projects/pmanager
to have a much more sane architecture than PC...
it hasn't seen activity in a long time however...

Additionally for bundles there is the foo_COPY_INTO_DIR...
you can see it used here

https://github.com/gnustep/gdl2/blob/master/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile

On Sat, Jan 21, 2017 at 2:10 PM, Jamie Ramone <address@hidden> wrote:
> Hmm, it seems PC DOESN'T clobber the GNUMakefile.pre- and post-amble.
> So basically yeah, this approach works! :) But I know u can't do
> anything to the main make file. It uses the PC.project file to
> generate it and happily stomps all over any change you've made to that
> one. I just had to manually edit out a stale file reference from the
> PC.project file just to be able to compile the project again as it
> failed to recognize a name change and included that reference into the
> makefile, borking all compilations...ProjectCenter is a dick sometimes
> is what I'm saying :-/ What other ideas did you have.
>
> On Sat, Jan 21, 2017 at 1:04 PM, Ivan Vučica <address@hidden> wrote:
>> If it generates the lines that include GNUmakefile.postamble, you can use
>> that to patch up ProjectCenter-generated makefiles.
>>
>> Exactly which targets you should use, I don't know without looking closer.
>>
>> Also, someone else may have better ideas.
>>
>> On January 21, 2017 12:22:55 AM GMT+00:00, Jamie Ramone
>> <address@hidden> wrote:
>>>
>>> How do u mean, using one of those *:: targets (like after-all::), or
>>> are u talking about another means? I wouldn't have a problem with that
>>> but PC address@hidden does whatever it wants to the make files. I'm 
>>> beginning
>>> to manage to coax it into doing what I want by poking around in the
>>> .PC files. I'll give it a try.
>>>
>>> On Fri, Jan 20, 2017 at 7:40 PM, Ivan Vučica <address@hidden> wrote:
>>>>
>>>>  I don't know the capabilities of ProjectCenter, but if you use makefiles
>>>>  directly, it could be rather easy to copy the bundle in "manually".
>>>>
>>>>
>>>>  On Fri, Jan 20, 2017, 21:50 Jamie Ramone <address@hidden> wrote:
>>>>>
>>>>>
>>>>>  Hi steppers, me again. So here's the deal: I built a modular
>>>>>  application thru the use of bundles and the app searches several paths
>>>>>  obtained from the domains upon start up, and can manually add them
>>>>>  later on if a valid bundle is dropped on the app (not implemented yet
>>>>>  tho). Any way, the thing is some modules are meant to be included
>>>>>  inside the app's bundle, but I can't find a way to get the bundles
>>>>>  included there upon building the app in ProjectCenter. Can this be
>>>>>  done at all? I mean in an automated way, other than manually copying
>>>>>  the module bundle into the app bundle itself. Thanx!
>>>>>
>>>>> ________________________________
>>>>>
>>>>>  Discuss-gnustep mailing list
>>>>>  address@hidden
>>>>>  https://lists.gnu.org/mailman/listinfo/discuss-gnustep
>>
>>
>> --
>> Sent from my Android device with K-9 Mail. Please excuse my brevity.
>
> _______________________________________________
> Discuss-gnustep mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep



reply via email to

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