From owner-freebsd-openoffice Mon Jan 13 10: 4:28 2003 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A591937B401 for ; Mon, 13 Jan 2003 10:04:26 -0800 (PST) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A7543F1E for ; Mon, 13 Jan 2003 10:04:22 -0800 (PST) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com (adsl-64-175-104-106.dsl.lsan03.pacbell.net [64.175.104.106]) by pimout1-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id h0DI4KMm236712; Mon, 13 Jan 2003 13:04:21 -0500 Message-ID: <3E22FFE0.4030101@myrealbox.com> Date: Mon, 13 Jan 2003 10:05:20 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3a) Gecko/20030111 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Blapp Cc: freebsd-openoffice@FreeBSD.ORG Subject: Re: Newest compile error References: <3E22C104.9070600@myrealbox.com> <20030113144038.T72653@levais.imp.ch> <3E22D5AF.2010207@myrealbox.com> <20030113160533.T72653@levais.imp.ch> In-Reply-To: <20030113160533.T72653@levais.imp.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Martin Blapp wrote: > Hi Walt, > > >>CURRENT. /usr/ports/editors/openoffice > > > This works fine here. I use the newest CURRENT. > Can you see in your includes how this struct is defined > in your source ? My CURRENT is current as of today also. I'm no programmer, so I hope I give you the info you need. Line 126 in process.c seems to refer to this: #if !defined(NETBSD) extern sal_Char* CMD_ARG_PRG; #endif CMD_ARG_PRG seems to be (re)defined in patch-sal+osl+unx+system.h. This is taken from my system.h: #ifdef FREEBSD # define ETIME ETIMEDOUT # include # include # include # include # include # include # include # include # include # include # include # include # include # include # include # include # include # define IORESOURCE_TRANSFER_BSD # include # if BYTE_ORDER == LITTLE_ENDIAN # define _LITTLE_ENDIAN # elif BYTE_ORDER == BIG_ENDIAN # define _BIG_ENDIAN # elif BYTE_ORDER == PDP_ENDIAN # define _PDP_ENDIAN # endif # define NO_PTHREAD_RTL /* __progname isn't sufficient here. We need the full path as well * for e.g. setup and __progname only points to the binary name. */ # define CMD_ARG_PRG_IS_DEFINED # define CMD_ARG_PRG *((struct ps_strings *)PS_STRINGS)->ps_argvstr # define CMD_ARG_ENV environ #endif Is this the information you need? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message