On Thu, May 11, 2006 at 08:57:54AM -0500, Bo Peng wrote:
> >Failure on cygwin:
> >
> `src/frontends/qt3/#release/common/frontends/qt3/BulletsModule.h' not
> found, needed by target
> `release/common/frontends/qt3/#release/common/frontends/qt3/moc_BulletsModule.cc'.
> Stop.
> >scons: building terminated because of errors.
> 
> Wrongly use of absolute path. patch attached (and finally tested for
> cygwin), please confirm.

Sorry, it still doesn't work for me:

g++ -o release/common/frontends/qt3/QtView.o -c -O2 -I/usr/lib/qt3/include 
-I/usr/include/qt3 -I/usr/local/include -Iboost -Isrc -I. 
-I/usr/lib/qt3/include -Irelease/common -Isrc -Irelease/common/frontends 
-Isrc/frontends -Irelease/common/images -Isrc/images 
-Irelease/common/frontends/controllers -Isrc/frontends/controllers 
-Irelease/common/frontends/qt3 -Isrc/frontends/qt3 -I. 
src/frontends/qt3/QtView.C
scons: *** Source 
`src/frontends/qt3/#release/common/frontends/qt3/BulletsModule.h' not found, 
needed by target 
`release/common/frontends/qt3/#release/common/frontends/qt3/moc_BulletsModule.cc'.
  Stop.
scons: building terminated because of errors.

Here is the command I use:

scons -f development/scons/SConstruct --config=force CCFLAGS=-O2 \
frontend=qt3 qt_dir=/usr/lib/qt3 qt_inc_path=/usr/include/qt3 \
extra_inc_path=/usr/local/include extra_lib_path=/usr/local/lib \
mode=release boost=included gettext=included assertions=false \
warnings=false concept_checks=false logfile=scons_lyx.log lyx client tex2lyx

> >and (this is the most surprising) failure on solaris:
> >virtual memory exhausted: Resource temporarily unavailable
> >scons: *** [release/common/frontends/qt3/QCharacter.o] Error 1
> >scons: building terminated because of errors.
> >
> >Virtual memory exhausted? This is the first time in my life that I see
> >this message on a solaris system. I have 512Mb of real memory and a fair
> >amount of swap space:
> 
> This one I do not know. You may try the windowish solution: reboot. :-)

Believe it or not, that worked. I had already protested with Sun that
Solaris was becoming more and more similar to Windows, now I have
another argument to throw at them ;-)

-- 
Enrico

Reply via email to