[OGo-MacOSX] Sope built on Tiger running on Panther
Mont Rothstein
macosx@opengroupware.org
Wed, 14 Dec 2005 20:25:16 -0800
OK, I made some progress but I've hit a snag that I am hoping you can
help me with.
I added an ADDITIONAL_INCLUDE_DIRS section to my EOControl
GNUmakefile, listed all of my sub dirs, and created GNUmakefiles in
each sub dir.
It definitely got further than it was before!
The snag I have hit is that in AJRDatabase's EOControl a number of the
header files use the form
#import <EOControl/somefilename.h>
When make hits these it gives a warning "No such file or directory".
If I change one of these declarations to be simply
#import "somefilename.h"
it does not generate a warning and moves on.
I'd obviously prefer not to change everywhere this is done.
Do you know what I need to do to get make to find header files
described in this way?
Thanks,
-Mont
On 12/14/05, Mont Rothstein <mont.rothstein@gmail.com> wrote:
> Good to know, one less step.
>
> Now I am excited to get to try passing -I to make and see if it works!
>
> -Mont
>
>
> On 12/14/05, Helge Hess <helge.hess@opengroupware.org> wrote:
> > On Dec 14, 2005, at 23:36, Mont Rothstein wrote:
> > > I could be miss-remembering or have made a mistake when I first did
> > > the integration but I thought the naming collisions between GDL1 and
> > > AJRDatabase caused problems.
> >
> > At runtime yes (same class names), but at compile time you shouldn't
> > have issues (different include pathes).
> >
> > > If nothing in Sope actually loads GDL1 and it is only loaded by Ogo,
> > > then perhaps I just assumed there would be conflicts and removed it.
> >
> > Nothing else in SOPE does link against sope-gdl1.
> >
> > Greets,
> > Helge
> > --
> > http://docs.opengroupware.org/Members/helge/
> > OpenGroupware.org
> >
> > --
> > OpenGroupware.org MacOS X
> > macosx@opengroupware.org
> > http://mail.opengroupware.org/mailman/listinfo/macosx
> >
>
>