Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2002 05:25:58 -0600 (MDT)
From:      FreeBSD user <freebsd@XtremeDev.com>
To:        openoffice@FreeBSD.org
Subject:   OpenOffice 1.0 port on FreeBSD 4.6-STABLE
Message-ID:  <20020703052418.A93603-100000@Amber.XtremeDev.com>

next in thread | raw e-mail | index | archive | help
On a 4.6-stable system as of June 27, 2002, trying to compile OpenOffice
1.0 port with a newly cvsuped ports tree I get this with "make
USE_GCC=2.95 install distclean":

=============
Building project stlport
=============
/usr/ports/editors/openoffice/work/oo_1.0_src/stlport
-------------
mkdir ./unxfbsd.pro/misc/build/STLport-4.5/src
mkdir: ./unxfbsd.pro/misc/build/STLport-4.5/src: File exists
cd ./unxfbsd.pro/misc/build/STLport-4.5/src && gmake -f gcc-freebsd.mak &&
touch so_built
echo "Note : this makefile requires gmake on FreeBSD"
Note : this makefile requires gmake on FreeBSD
c++ -D_THREAD_SAFE -D_REENTRANT -fexceptions -I../stlport -Wall -W
-Wno-sign-compare -Wno-unused -Wno-uninitialized -ftemplate-depth-32
-fPIC dll_main.cpp -c -o ../lib/obj/GCC-FREEBSD/ReleaseD/dll_main.o
In file included from ../stlport/cwchar:27,
                 from ../stlport/stl/char_traits.h:31,
                 from ../stlport/stl/_iosfwd.h:22,
                 from ../stlport/iosfwd:33,
                 from ../stlport/stl/_string_fwd.h:23,
                 from ../stlport/stl/_string.h:31,
                 from ../stlport/string:42,
                 from dll_main.cpp:45:
../stlport/stl/_cwchar.h:39: conflicting types for `typedef long int
wint_t'
/usr/include/g++/../wchar.h:87: previous declaration as `typedef int
wint_t'
gmake: *** [../lib/obj/GCC-FREEBSD/ReleaseD/dll_main.o] Error 1
dmake:  Error code 2, while making './unxfbsd.pro/misc/build/so_built'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making
/usr/ports/editors/openoffice/work/oo_1.0_src/stlport
dmake:  Error code 1, while making 'build_all'
---* TG_SLO.MK *---
*** Error code 255


Any suggestions?


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




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