Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#6884 closed defect (fixed)

mythcommflag compile error

Reported by: anonymous Owned by: Isaac Richards
Priority: critical Milestone: 0.22
Component: MythTV - General Version: unknown
Severity: high Keywords:
Cc: Ticket locked: no

Description

make[2]: Entering directory `/home/XXXX/mythtv/mythtv/programs/mythcommflag' g++ -c -m64 -pipe -march=k8 -fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -DSTDC_CONSTANT_MACROS -pthread -I/usr/include/kde/artsc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_REENTRANT -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include -I/usr/include -I/usr/local -I../.. -I../../libs -I../../libs/libmyth -I../../libs/libmythtv -I../../libs/libavutil -I../../libs/libavformat -I../../libs/libavcodec -I../../libs/libmythupnp -I../../libs/libmythui -I../../libs/libmythlivemedia -I../../libs/libmythdb -I../../libmythhdhomerun -I../../libs/libmythdvdnav -I/usr/X11R6/include -I. -o CommDetectorFactory?.o CommDetectorFactory?.cpp In file included from CommDetectorFactory?.cpp:3: ClassicCommDetector?.h:31: error: ‘uint64_t’ has not been declared make[2]: * [CommDetectorFactory?.o] Error 1

Change History (2)

comment:1 Changed 15 years ago by sphery

Resolution: fixed
Status: newclosed

(In [21420]) Add <stdint.h> for uint64_t to allow building on newer gcc's since ClassicCommDetector?.h (after [21408]) no longer includes "channelutil.h", which included <stdint.h>

Fixes #6884

comment:2 Changed 15 years ago by stuartm

Milestone: unknown0.22
Note: See TracTickets for help on using tickets.