Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2001 19:46:21 +0900 (JST)
From:      SUMIKAWA Munechika <sumikawa@FreeBSD.ORG>
To:        vlad@ariel.phys.wesleyan.edu
Cc:        sumikawa@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/www/mozilla+ipv6 Makefile distinfo pkg-plist
Message-ID:  <20011023.194621.45429635.sumikawa@ebina.hitachi.co.jp>
In-Reply-To: <20011022171338.P87402-100000@localhost>
References:  <20011022171338.P87402-100000@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> On Mon, 22 Oct 2001 18:56:49 -0400 (EDT)
>>>>> vlad@ariel.phys.wesleyan.edu(Vladimir Savichev)  said:
> 
> both mozilla,mozilla+ipv6  stop building in /directory/xpcom/base/src
> It doesn't find definition of  struct ldap_thread_fns in
> nsLDAPConnectionCallbacks.c   which is declared in
> #include "ldap.h"
> which hides in
> ../../../../dist/include/ldap.h
> and so  -I../../../../dist/include/ldap is somehow missing ?
> 
> 
> 
> Building deps for nsLDAPConnectionCallbacks.c
> cc -o nsLDAPConnectionCallbacks.o -c -DOSTYPE=\"FreeBSD4\"
> -DOSARCH=\"FreeBSD\" -DOJI  -I../../../../dist/include/xpcom
> -I../../../../dist/include/string -I../../../../dist/include/necko
> -I../../../../dist/include/mozldap -I../../../../dist/include
> -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr
> -I/usr/local/include -I/usr/local/include   -I/usr/X11R6/include   -fPIC
> -I/usr/X11R6/include  -I/usr/X11R6/include -Wall -W -Wno-unused
> -Wpointer-arith -Wcast-align -Wno-long-long -pipe -O -pipe  -DNDEBUG
> -DTRIMMED -I../../../../dist/include/ldap -I/usr/X11R6/include
> -I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT
> nsLDAPConnectionCallbacks.c
> nsLDAPConnectionCallbacks.c: In function `nsLDAPThreadFuncsInit':
> nsLDAPConnectionCallbacks.c:201: invalid use of undefined type `struct
> ldap_thread_fns'

Hmm, it seems to me that other ldap related port has a bad influence
on mozilla.  Please try this patch.

---
Munechika SUMIKAWA @ KAME Project / FreeBSD.org

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mozilla+ipv6/Makefile,v
retrieving revision 1.68
diff -u -r1.68 Makefile
--- Makefile	2001/10/22 14:12:04	1.68
+++ Makefile	2001/10/23 10:51:46
@@ -37,6 +37,7 @@
 		--disable-cpp-rtti		\
 		--disable-debug			\
 		--disable-idltool		\
+		--disable-ldap			\
 		--disable-md			\
 		--disable-pedantic		\
 		--disable-xterm-updates		\

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011023.194621.45429635.sumikawa>