On Mon, May 15, 2006 at 09:52:33AM -0400, Neal Becker wrote:
> Bo Peng wrote:
> 
> Success:
> scons frontend=qt3 prefix=/usr
> fedora FC5 x86_64
> 
> 

Fedora FC4 x86_64, all latest updates.

  [EMAIL PROTECTED] scons]$ scons frontend=qt3 prefix=/usr
  scons: Reading SConscript files ...

  scons: *** Path does not exist for option qt_dir: 
  File "SConstruct", line 300, in ?

Hmmm....

  [EMAIL PROTECTED] scons]$ scons frontend=qt3 prefix=/usr qt_dir=$QTDIR
  scons: Reading SConscript files ...
  
  scons: *** Path does not exist for option qt_include_path: 
  File "SConstruct", line 300, in ?

Okay....

  [EMAIL PROTECTED] scons]$ scons frontend=qt3 prefix=/usr qt_dir=$QTDIR 
qt_include_path=/usr/lib64/qt-3.3/include 
  scons: Reading SConscript files ...

  scons: *** Path does not exist for option qt_lib_path: 
  File "SConstruct", line 300, in ?

Allrighty...

  [EMAIL PROTECTED] scons]$ scons frontend=qt3 prefix=/usr qt_dir=$QTDIR 
qt_include_path=/usr/lib64/qt-3.3/include qt_lib_path=/usr/lib64/qt-3.3/lib/
  scons: Reading SConscript files ...

  scons: *** Path does not exist for option build_dir: 
  File "SConstruct", line 300, in ?

Allright, I must be doing something wrong. What is it?

Thanks!


-- 
Kayvan A. Sylvan          | Proud husband of       | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan, | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | my beautiful Queen.    | Robin Gregory (2/28/92)

Reply via email to