|
From: Suresh V. <sur...@gm...> - 2009-12-06 00:55:09
Attachments:
config.log
|
Hi, Configure command of valkyrie fails with Qt related error.It seems configure command unable to detect the Qt sdk installed on my machine. Qt 4.5.3 sdk installed in /opt/qtsdk-2009.04/qt and valgrind-3.4.1-Debian installed on the Ubuntu machine.Is it required to define Qt environment variables so that valkyrie identifies the installed Qt.? configure.log is attached. -Suresh. |
|
From: Fathi B. <fb...@gm...> - 2009-12-07 09:48:58
|
afair, Valkyrie is a Qt 3 application. It isn't ported to Qt 4. On Sun, Dec 6, 2009 at 1:54 AM, Suresh Venkata <sur...@gm...> wrote: > Qt 4.5.3 sdk installed in /opt/qtsdk-2009.04/qt and valgrind-3.4.1-Debian > installed on the Ubuntu machine.Is it required to define Qt environment > variables so that valkyrie identifies the installed Qt.? |
|
From: Cerion <ce...@va...> - 2009-12-07 11:12:50
|
Hi Suresh, Valkyrie currently only supports Qt3. I'm working on the port to Qt4, but it's taking a while. Realistically, I don't expect to be ready before feb. In the meantime, i'd advise a local install of qt3 (v3.3.6 was a good one) - it's fairly simple. Regards, Cerion Suresh Venkata wrote: > Hi, > > Configure command of valkyrie fails with Qt related error.It seems > configure command unable to detect the Qt sdk installed on my machine. > > Qt 4.5.3 sdk installed in /opt/qtsdk-2009.04/qt and > valgrind-3.4.1-Debian installed on the Ubuntu machine.Is it required > to define Qt environment variables so that valkyrie identifies the > installed Qt.? > > configure.log is attached. > > -Suresh. > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > ------------------------------------------------------------------------ > > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Fathi B. <fb...@gm...> - 2009-12-07 12:48:44
|
On Mon, Dec 7, 2009 at 11:37 AM, Cerion <ce...@va...> wrote: > Valkyrie currently only supports Qt3. I'm working on the port to Qt4, > but it's taking a while. nice. The work seems done in branches/valkyrie_qt4port. what's the current status and what's missing ? |