Changes between Initial Version and Version 3 of Ticket #4691
- Timestamp:
- 02/20/08 09:09:27 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4691 – Description
initial v3 2 2 3 3 ERROR: 4 4 {{{ 5 5 g++ -c -pipe -march=i386 -fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -D__STDC_CONSTANT_MACROS -Wno-long-double -F/System/Library/Frameworks/Carbon.framework/Frameworks -DPIC -fPIC -DUSING_APPLEREMOTE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DUSE_LIRC -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_NO_DEBUG -I/Developer/qt/mkspecs/default -I. -I/usr/local/include -I../libmyth -I../.. -I.. -I/Developer/qt/include -o mythmainwindow.o mythmainwindow.cpp 6 6 In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:29, … … 20 20 make: *** [sub-libs] Error 2 21 21 Exit 2 22 22 }}} 23 23 24 24 CONFIGURE OUTPUT: 25 25 {{{ 26 26 ./configure --disable-distcc --disable-ccache --with-bindings=perl --enable-lirc --enable-proc-opt --disable-firewire --prefix=/usr/local 27 27 … … 99 99 WARNING: When using --enable-proc-opt you must include the 100 100 output of ./configure along with any bug report. 101 101 }}}