Hi,
On a build on 680 m128 from CVS, no patches, on a Mac OS X Tiger
10.4.2 (but using gcc 3.4) 15" Powerbook, I get the following error
building nassound.obj. I'm running with libraries from fink's tiger-
transition dist, built local. Here's my configure :
Fifteen:~/Work/ooo/680_m128/source bknowles$ ./configure --with-
lang="en-US" --with-x --with-jdk-home=/System/Library/Frameworks/
JavaVM.framework/Home/ --with-ant-home=/Users/bknowles/Work/ooo/
680_m128/apache-ant-1.6.2/ --enable-gtk --prefix=/sw --with-freetype2
--with-epm=internal --with-libart --disable-mozilla --disable-gnome-
vfs --with-gnu-cp=/sw/bin/cp
I'm running with libraries from fink's tiger-transisition dist, built
local.
Let me know what other data you need from me and thanks for all your
hard work!
adric
------------------------------
Making: ../../../unxmacxp.pro/slo/nassound.obj
g++ -fsigned-char -fmessage-length=0 -malign-natural -c -I. -I. -I../
inc -I../../../inc -I../../../unx/inc -I../../../unxmacxp.pro/inc -I.
-I/Users/bknowles/Work/ooo/680_m128/source/solver/680/unxmacxp.pro/
inc/stl -I/Users/bknowles/Work/ooo/680_m128/source/solver/680/
unxmacxp.pro/inc/external -I/Users/bknowles/Work/ooo/680_m128/source/
solver/680/unxmacxp.pro/inc -I/Users/bknowles/Work/ooo/680_m128/
source/solenv/unxmacxp/inc -I/Users/bknowles/Work/ooo/680_m128/source/
solenv/inc -I/Users/bknowles/Work/ooo/680_m128/source/res -I/Users/
bknowles/Work/ooo/680_m128/source/solver/680/unxmacxp.pro/inc/stl -I/
System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -
I/System/Library/Frameworks/JavaVM.framework/Headers -I/usr/X11R6/
include -I/usr/X11R6/include/freetype2 -I. -I../../../res -I. -O2
-fno-strict-aliasing -pipe -malign-natural -fsigned-char -Wno-long-
double -Wno-ctor-dtor-privacy -fno-exceptions -fPIC -fno-common -
DMACOSX -DUNX -DVCL -DGCC -DC300 -DPOWERPC -DGXX_INCLUDE_PATH=/usr/
include/gcc/darwin/3.3/c++ -DCVER=C300 -D_USE_NAMESPACE -DGLIBC=2 -
D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DPOWERPC -DPPC -
DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1 -DX_LOCALE -DNO_AUDIO -
D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DSUPD=680 -DPRODUCT -DNDEBUG -
DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_OFF -DCUI -
DSOLAR_JAVA -DSRC680 -DUSE_BUILTIN_RASTERIZER -DBUILD_OS_APPLEOSX -
DBUILD_OS_MAJOR=10 -DBUILD_OS_MINOR=4 -DBUILD_OS_REV=2 -
DVCL_DLLIMPLEMENTATION -DUSE_NAS -DUSE_PASF -DUSE_XINERAMA -
DSHAREDLIB -D_DLL_ -DMULTITHREAD -o ../../../unxmacxp.pro/slo/
nassound.o /Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/
app/nassound.cxx
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:67:28: audio/audiolib.h: No such file or directory
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:68:28: audio/soundlib.h: No such file or directory
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx: In static member function `static void
vcl_sal::NASSound::callback(void*, void*, void*, void*)':
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:91: error: `AuEvent' undeclared (first use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:91: error: (Each undeclared identifier is reported only
once for each function it appears in.)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:91: error: `pEvent' undeclared (first use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:91: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:94: error: `AuEventTypeElementNotify' undeclared (first
use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:98: error: `AuStateStop' undeclared (first use this
function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:104: error: `AuStatePause' undeclared (first use this
function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:107: error: `AuStateStart' undeclared (first use this
function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx: In static member function `static BOOL
vcl_sal::NASSound::connect()':
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:124: error: `AuOpenServer' undeclared (first use this
function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:130: error: `AuFree' undeclared (first use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:135: error: `AuServer' undeclared (first use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:135: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:141: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx: In static member function `static void
vcl_sal::NASSound::disconnect()':
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:152: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:153: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx: In static member function `static int
vcl_sal::NASSound::pending(int, void*)':
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:160: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:160: warning: invalid conversion from `void*' to `int'
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx: In static member function `static int
vcl_sal::NASSound::handleEvents(int, void*)':
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:174: error: `AuEvent' undeclared (first use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:174: error: parse error before `;' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:175: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:176: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx: In member function `virtual void vcl_sal::NASSound::play
()':
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:205: error: `AuFlowID' undeclared (first use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:205: error: parse error before `;' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:206: error: `AuStatus' undeclared (first use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:207: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:222: error: `AuElementState' undeclared (first use this
function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:223: error: `aState' undeclared (first use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:223: error: `aID' undeclared (first use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:231: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:234: error: `pState' undeclared (first use this function)
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:235: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:243: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx: At global scope:
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:264: error: parse error before `if'
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx: In member function `virtual void vcl_sal::NASSound::stop
()':
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:272: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx: In member function `virtual void
vcl_sal::NASSound::pause()':
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:280: error: parse error before `)' token
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx: In member function `virtual void vcl_sal::NASSound::cont
()':
/Users/bknowles/Work/ooo/680_m128/source/vcl/unx/source/app/
nassound.cxx:286: error: parse error before `)' token
dmake: Error code 1, while making '../../../unxmacxp.pro/slo/
nassound.obj'
'---* tg_merge.mk *---'
ERROR: Error 65280 occurred while making /Users/bknowles/Work/ooo/
680_m128/source/vcl/unx/source/app
dmake: Error code 1, while making 'build_instsetoo_native'
'---* tg_merge.mk *---'
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]