To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48988
Issue #:|48988
Summary:|ENABLE_PASF : SRX645_m54 build fails at
|vcl/unx/source/app
Component:|porting
Version:|OOo 1.1.4
Platform:|All
URL:|
OS/Version:|FreeBSD
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|mh
Reported by:|maho
------- Additional comments from [EMAIL PROTECTED] Mon May 9 23:00:35 -0700
2005 -------
build of SRX645_m54 fails at vcl project for FreeBSD
00 -DINTEL
-DGXX_INCLUDE_PATH=/usr/local/lib/gcc-lib/i386-portbld-freebsd5.3/3.2.3/include/
g++-v3 -DCVER=C300 -D_USE_NAMESPACE -D_USE_NAMESPACE=1 -DX86 -DNEW_SOLAR
-DSTLPORT_VERSION=450 -DOSVERSION=503001 -D_THREAD_SAFE -D_REENTRANT -D__DMAKE
b-
DUNIX -DCPPU_ENV=gcc3 -DSUPD=645 -DPRODUCT -DNDEBUG -DPRODUCT_FULL
-DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_OFF -DCUI -DSOLAR_JAVA -DSRX645
-DUSE_BUILTIN_RASTERIZER -DENABLE_CTL -DUSE_XINERAMA -DSHAREDLIB -D_DLL_
-DMULTITHREAD
-w -o ../../../unxfbsd.pro/slo/devaudiosound.o
/work/ports/editors/openoffice-1.1-devel/work/vcl/
unx/source/app/devaudiosound.cxx
In file included from
/work/ports/editors/openoffice-1.1-devel/work/vcl/unx/source/app/
devaudiosound.cxx:63:
salimpsound.hxx:84:33: portaudio/portaudio.h: No such file or directory
salimpsound.hxx:89:29: sndfile/sndfile.h: No such file or directory
In file included from
/work/ports/editors/openoffice-1.1-devel/work/vcl/unx/source/app/
devaudiosound.cxx:63:
salimpsound.hxx:219: 'PaDeviceID' is used as a type, but is not defined as a
type.
salimpsound.hxx:220: 'PaSampleFormat' is used as a type, but is not defined as
a type.
salimpsound.hxx:222: syntax error before `*' token
salimpsound.hxx:223: 'SF_INFO' is used as a type, but is not defined as a type.
salimpsound.hxx:235: syntax error before `*' token
dmake: Error code 1, while making '../../../unxfbsd.pro/slo/devaudiosound.obj'
---* TG_SLO.MK *---
ERROR: Error 65280 occurred while making
/work/ports/editors/openoffice-1.1-devel/work/vcl/unx/
source/app
since, in salimpsound.hxx, includes headers from sndfile and portaudio, however
it does not
exist. Such things should be checked at configure stage, and at configure stage
it is also checked
like :
dnl
===============================================================
====
dnl Test whether wwe want to use portaudio/sndfile
dnl
===============================================================
====
AC_MSG_CHECKING([whether to use portaudio/sndfile])
ENABLE_PASF=NO
if test -n "$enable_pasf"; then
ENABLE_PASF=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_PASF)
if test "$ENABLE_PASF" = "YES"; then
so ENABLE_PASF must be set NO for 1.1.4 m54 and this is true.
% grep ENABLE_PASF /work/ports/editors/openoffice-1.1-devel/log.en
The variable
ENABLE_PASF is set to: NO
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]