To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53271
                  Issue #:|53271
                  Summary:|using system portaudio on Mac OS X
                Component:|porting
                  Version:|680m121
                 Platform:|Macintosh
                      URL:|
               OS/Version:|Mac OS X
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|MacOSX
              Assigned to:|ericb
              Reported by:|asari





------- Additional comments from [EMAIL PROTECTED] Fri Aug 12 18:20:33 -0700 
2005 -------
To compile OOo with system portaudio,
I think configure script should be modified as following:

RCS file: /cvs/tools/config_office/configure,v
retrieving revision 1.110
diff -u -u -r1.110 configure
--- config_office/configure     14 Jul 2005 13:45:19 -0000      1.110
+++ config_office/configure     13 Aug 2005 01:12:01 -0000
@@ -15106,7 +15107,7 @@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lportaudio  $LIBS"
+LIBS="-framework CoreAudio -framework AudioToolBox -lportaudio  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -15169,7 +15170,7 @@
 #define HAVE_LIBPORTAUDIO 1
 _ACEOF
 
-  LIBS="-lportaudio $LIBS"
+  LIBS="-framework CoreAudio -framework AudioToolBox -lportaudio $LIBS"
 
 else
   { { echo "$as_me:$LINENO: error: portaudio library not found or functional" 
>&5

---------------------------------------------------------------------
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]

Reply via email to