Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15148] New: qt build of lyx unable to find qt headers

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15148] New: qt build of lyx unable to find qt headers
  • Date: 30 Mar 2009 17:57:56 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15148

Summary: qt build of lyx unable to find qt headers
Product: Codex
Version: stable grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: editors
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: qwnsknight AT gmail.com


/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I./.. -I../../boost -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_SHARED
I/usr/include/QtCore -march=i686 -pipe -DPIC -fPIC -O2 -MT
SignalSlotPrivate.lo -MD -MP -MF .deps/SignalSlotPrivate.Tpo -c -o
SignalSlotPrivate.lo SignalSlotPrivate.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I./.. -I../../boost -DQT_NO_STL
-DQT_NO_KEYWORDS -DQT_SHARED -I/usr/include/QtCore -march=i686 -pipe -DPIC
-fPIC -O2 -MT SignalSlotPrivate.lo -MD -MP -MF .deps/SignalSlotPrivate.Tpo -c
SignalSlotPrivate.cpp -o SignalSlotPrivate.o
In file included from SignalSlotPrivate.cpp:15:
SignalSlotPrivate_moc.cpp:13:26: error: qapplication.h: No such file or
directory
SignalSlotPrivate_moc.cpp:15:34: error: private/qucomextra_p.h: No such file
or
directory

/usr/include/qt has these headers, but it appears that the sources wants
/usr/include/QtCore which I only found with qt4 package.

I will try xforms build before I install qt4 to verify that would resolve it,
I
also could link QtCore and qt, but I do not know think that is a good idea
unless we make teh packages conflict.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page