On 8/10/06, johnny Laura <[EMAIL PROTECTED]> wrote:
Hi everyone: I'm a new openwengo user...well I'm compiling the openwengo in a WindowsXP, but a Ihave the next error: ********************************************************************************************************* testxpcomwengophone (internal) wengophone-test (internal) networkdiscovery-test (internal) wengophoneimwrapper-test (internal) uic CrashReport.ui owcrashreport (internal) scons: done reading SConscript files. scons: Building targets ... scons: *** Source `wengophone\src\presentation\qt\wengophone.qrc.cpp' not found, needed by target `wengophone\src\presentation\qt\wengophone.qrc.obj'. Stop. scons: building terminated because of errors. ********************************************************************************************************* Can anyone helpme??? Thanks in advance
Hi johnny, You do not have $QTDIR/bin in your path. In a Windows shell just type these lines: set QTDIR=path_to_qt_installation_dir set PATH=%PATH%;%QTDIR%\bin and it should work Regards, -- mstute _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
