2006/12/31, Mox Soini <[EMAIL PROTECTED]>:
On 12/31/06, Manuel NAUDIN <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> after running the following on Mac OS X.4.8 PPC:
>
> <command lines>
> cd <basedir>/config_office
> ./configure --with-x
>
> 
--with-jdk-home=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
> --disable-gtk --disable-build-mozilla --disable-neon --without-odk
> --disable-odk --with-gnu-cp=/sw/bin/cp --disable-nas
> cd <basedir>
> ./bootstrap
> source MacosxPPCEnv.Set.sh
> cd <basedir>/instsetoo_native
> build --all --html
> </command lines>


Hi Manuel,

I think you might have wrong setting in the configure line -- instead of
using --disable-nas, use --without-nas

Nas should not cause problems, because most of it isn't supposed to be
built.

       Mox



thanks to Eric and Mox, the issue was in fact the --disable-nas
instead of a --without-nas.
Now, with
<command lines>
cd <basedir>/config_office
./configure --with-x
--with-jdk-home=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
--disable-gtk --disable-build-mozilla --disable-neon --without-odk
--disable-odk --with-gnu-cp=/sw/bin/cp --without-nas
cd <basedir>
./bootstrap
source MacosxPPCEnv.Set.sh
dmake
</command lines>

i have a new error :
<error message>
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:44:28:
error: audio/audiolib.h: No such file or directory
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:45:28:
error: audio/soundlib.h: No such file or directory
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx: In static
member function 'static void vcl_sal::NASSound::callback(void*, void*,
void*, void*)':
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:68: error:
'AuEvent' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:68: error:
'pEvent' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:68: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:68: error:
expected `;' before 'event'
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:71: error:
'AuEventTypeElementNotify' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:75: error:
'AuStateStop' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:81: error:
'AuStatePause' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:84: error:
'AuStateStart' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx: In static
member function 'static BOOL vcl_sal::NASSound::connect()':
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:101: error:
'AuOpenServer' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:107: error:
'AuFree' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:112: error:
'AuServer' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:112: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:112: error:
'AuServerConnectionNumber' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:118: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx: In static
member function 'static void vcl_sal::NASSound::disconnect()':
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:129: error:
'AuServer' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:129: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:129: error:
'AuServerConnectionNumber' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:130: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:130: error:
'AuCloseServer' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx: In static
member function 'static int vcl_sal::NASSound::pending(int, void*)':
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:137: error:
'AuServer' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:137: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:137: error:
'AuEventsQueuedAlready' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:137: error:
'AuEventsQueued' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx: In static
member function 'static int vcl_sal::NASSound::handleEvents(int,
void*)':
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:151: error:
'AuEvent' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:151: error:
expected `;' before 'aEvent'
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:152: error:
'AuServer' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:152: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:152: error:
'AuTrue' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:152: error:
'aEvent' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:152: error:
'AuNextEvent' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:153: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:153: error:
'AuDispatchEvent' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx: In member
function 'virtual void vcl_sal::NASSound::play()':
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:182: error:
'AuFlowID' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:182: error:
expected `;' before 'aID'
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:183: error:
'AuStatus' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:183: error:
expected `;' before 'aStatus'
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:184: error:
'AuServer' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:184: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:186: error:
'AuNone' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:187: error:
'AuFixedPointFromSum' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:188: error:
expected primary-expression before 'void'
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:188: error:
expected `)' before 'void'
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:239: error:
expected `)' before '}' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:239: error:
expected primary-expression before '}' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:239: error:
expected `;' before '}' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx: In member
function 'virtual void vcl_sal::NASSound::stop()':
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:249: error:
'AuServer' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:249: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:249: error:
'AuStopFlow' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx: In member
function 'virtual void vcl_sal::NASSound::pause()':
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:257: error:
'AuServer' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:257: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:257: error:
'AuPauseFlow' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx: In member
function 'virtual void vcl_sal::NASSound::cont()':
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:263: error:
'AuServer' was not declared in this scope
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:263: error:
expected primary-expression before ')' token
/Users/OOo/680_m197/build/vcl/unx/source/app/nassound.cxx:263: error:
'AuStartFlow' was not declared in this scope
dmake:  Error code 1, while making '../../../unxmacxp.pro/slo/nassound.obj'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/Users/OOo/680_m197/build/vcl/unx/source/app
dmake:  Error code 1, while making 'build_instsetoo_native'
'---*  *---'
</error message>
and there's no /audio directory in the
/Users/OOo/680_m197/build/vcl/unx/source/app/ directory (first line of
error)
Should I find some audiolib. and soundlib. libraries somewhere and put
them in a /Users/OOo/680_m197/build/vcl/unx/source/app/audio/ ?

Thank you,
not sure to go much further today, so maybe next year ...
Manuel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to