You shouldn't even be trying to build mkdepend. In the Makefile in
mozilla/config, we say not to build mkdepend if OS_ARCH = OS2. Very
strange.

Go to mozilla/config and edit Makefile.in. Just remove this chunk
completely:

ifndef COMPILER_DEPEND
ifndef MOZ_NATIVE_MAKEDEPEND
ifneq ($(OS_ARCH),OS2)
DIRS  += mkdepend
endif
endif
endif

Then go to mozilla/obj/config and gmake.

And you are NOT being a PITA. I want to get you building.

Mark Healey wrote:

> On Wed, 12 Jun 2002 15:13:05, Michael Kaply <[EMAIL PROTECTED]> wrote:
>
> > OK, let's try disabling LDAP to see if we can get any farther.
> >
> > Add this line to .mozconfig
> >
> > ac_add_options --disable-ldap
>
> Did that, problem continues.
>
> > Also, did you make the FindBin.pm change on:
> >
> > http://www.mozilla.org/ports/os2/os2build.html
>
> I did that.
>
> I posted all the files that I think might give you some meaninful
> information.  I've included my config.sys and the output messages of
> the build.
>
> http://www.healeyonline.com/~mark/MozQuest/
>
> I hope I'm not being a pain in the ass.
>
> Thanks.
>
> Mark Healey
> marknews(the 'at' thing)healeyonline.com


Reply via email to