[mythtv-users] CVS - does this look correct?

Michael J. Lynch mlynch at gcom.com
Tue Apr 5 15:46:46 UTC 2005


The following is a cut and paste of information printed from "make"
in mythtv from CVS as of today.

cd libmyth && qmake libmyth.pro "PREFIX=/usr" -o Makefile
cd libmyth && make -f Makefile
make[2]: Entering directory `/home/mlynch/test/mythtv/libs/libmyth'
g++ -c -pipe -march=pentium3 -Wall -W -O3 -Wall -Wno-switch 
-fomit-frame-pointer -D_REENTRANT -DPIC-fPIC  -DMMX -DUSING_IVTV 
-DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-DPREFIX=\"/usr/local\" -DUSING_OSS -DUSE_ALSA -DUSE_JOYSTICK_MENU 
-DUSE_LIRC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT 
-I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include 
-I../libmythsamplerate -I../libmythsoundtouch -I../.. 
-I/usr/lib/qt-3.3/include -o dialogbox.o dialogbox.cpp


Notice that the qmake (first line) shows *PREFIX=/usr* but
*-DPREFIX* on the compiler command line is */usr/local*.  Is
this how it is supposed to be?  Everything being built under
the *mythtv* tree is being built this way.  The only way I've
been able to get *-DPREFIX* set to */usr* is to use --prefix on
the command line of *./configure*.


-- 
Michael J. Lynch

What if the hokey pokey IS what it's all about -- author unknown




More information about the mythtv-users mailing list