Opened 18 years ago

Closed 18 years ago

#1031 closed defect (invalid)

Build fails, includes missing

Reported by: Markus Heikkilä <markus.heikkila@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Build of the latest SVN (8606) fails with following messages:

In file included from ttfont.h:4,
                 from osdlistbtntype.h:26,
                 from tv_play.cpp:17:
/usr/include/ft2build.h:56:39: error: freetype2/config/ftheader.h: No such file or directory
In file included from osdlistbtntype.h:26,
                 from tv_play.cpp:17:
ttfont.h:5:10: error: #include expects "FILENAME" or <FILENAME>
ttfont.h:6:10: error: #include expects "FILENAME" or <FILENAME>
../../../../../include/qt3/qsqldatabase.h:63: warning: 'class QSqlDriverCreatorBase' has virtual functions but non-virtual destructor
../../../../../include/qt3/qsqldatabase.h:63: warning: 'class QSqlDriverCreatorBase' has virtual functions but non-virtual destructor
../../../../../include/qt3/qsqldatabase.h:63: warning: 'class QSqlDriverCreatorBase' has virtual functions but non-virtual destructor
ttfont.h:58: error: expected ';' before '(' token
ttfont.h:70: error: 'FT_Library' does not name a type
ttfont.h:71: error: 'FT_Face' does not name a type
ttfont.h:72: error: 'FT_Glyph' was not declared in this scope
ttfont.h:72: error: template argument 2 is invalid
../../../../../include/qt3/qsqldatabase.h:63: warning: 'class QSqlDriverCreatorBase' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:224: warning: 'class QXmlReader' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:407: warning: 'class QXmlContentHandler' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:424: warning: 'class QXmlErrorHandler' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:433: warning: 'class QXmlDTDHandler' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:441: warning: 'class QXmlEntityResolver' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:448: warning: 'class QXmlLexicalHandler' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:461: warning: 'class QXmlDeclHandler' has virtual functions but non-virtual destructor
distcc g++ -c -pipe -march=pentiumpro -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -DUSING_DBOX2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_XV -DUSING_FRONTEND -DUSING_V4L -DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I../../../../../local/include -I../../../../v4l-dvb/linux/include -I../../../../../X11R6/include -I../.. -I.. -I../libmyth -I../libavcodec -I../libavutil -I../libmythmpeg2 -Idvbdev -Impeg -I../../../../../include/qt3 -o ivtvdecoder.o ivtvdecoder.cpp
distcc[11890] (dcc_get_hostlist) Warning: no hostlist is set; can't distribute work
distcc[11890] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[11873] ERROR: compile tv_play.cpp on localhost failed
make[2]: *** [tv_play.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../../../../../include/qt3/qsqldatabase.h:63: warning: 'class QSqlDriverCreatorBase' has virtual functions but non-virtual destructor
videoout_ivtv.h:56: warning: unused parameter 'with_lock'
videoout_ivtv.h:56: warning: unused parameter 'allow_unsafe'
make[2]: Leaving directory `/usr/src/myth/mythtv/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/usr/src/myth/mythtv/libs'
make: *** [sub-libs] Error 2

Seems to me that there is -I missing somewhere in Makefile

Change History (1)

comment:1 Changed 18 years ago by bjm

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.