Bug 100476 - Wont compile for errors in redefined types
Summary: Wont compile for errors in redefined types
Status: RESOLVED DUPLICATE of bug 97179
Alias: None
Product: mpeglib
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-28 20:42 UTC by Francesco Facco de Lagarda
Modified: 2011-09-19 12:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Facco de Lagarda 2005-02-28 20:42:12 UTC
Version:            (using KDE KDE 3.3.92)
Installed from:    Compiled From Sources
Compiler:          g++ 64 bit AMD64 - Ubuntu hoary
OS:                Linux

See output ... (konstuctor --- cd /meta/kde -- make install

Making all in input
make[6]: Entering directory `/home/fdl/konstruct/kde/kdemultimedia/work/kdemultimedia-3.4.0/mpeglib/lib/input'
creating libinput_la.all_cpp.cpp ...
if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/root/kde3.4/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT -I/root/kde3.4/include -I/usr/X11R6/include -I/root/kde3.4/include -I/usr/X11R6/include -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -I/root/kde3.4/include -I/usr/X11R6/include -L/root/kde3.4/lib64 -L/usr/X11R6/lib64 -m64 -fPIC -O2 -pipe -I/root/kde3.4/include -I/usr/X11R6/include -L/root/kde3.4/lib64 -L/usr/X11R6/lib64 -m64 -fPIC -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fpermissive -MT libinput_la.all_cpp.lo -MD -MP -MF ".deps/libinput_la.all_cpp.Tpo" -c -o libinput_la.all_cpp.lo libinput_la.all_cpp.cpp; \
then mv -f ".deps/libinput_la.all_cpp.Tpo" ".deps/libinput_la.all_cpp.Plo"; else rm -f ".deps/libinput_la.all_cpp.Tpo"; exit 1; fi
In file included from /usr/include/linux/types.h:9,
                 from cdromAccess_Linux.cpp:17,
                 from cdromAccess.cpp:38,
                 from libinput_la.all_cpp.cpp:10:
/usr/include/asm/types.h:24: error: conflicting types for `typedef long long
   unsigned int __u64'
cdromAccess.cpp:32: error: previous declaration as `typedef long unsigned int
   __u64'
inputDetector.cpp:21: warning: `const char*filestrglobal1' defined but not used
inputDetector.cpp:22: warning: `const char*filestrglobal2' defined but not used
make[6]: *** [libinput_la.all_cpp.lo] Error 1
make[6]: Leaving directory `/home/fdl/konstruct/kde/kdemultimedia/work/kdemultimedia-3.4.0/mpeglib/lib/input'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/fdl/konstruct/kde/kdemultimedia/work/kdemultimedia-3.4.0/mpeglib/lib'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/fdl/konstruct/kde/kdemultimedia/work/kdemultimedia-3.4.0/mpeglib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/fdl/konstruct/kde/kdemultimedia/work/kdemultimedia-3.4.0'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/fdl/konstruct/kde/kdemultimedia/work/kdemultimedia-3.4.0'
make[1]: *** [build-work/kdemultimedia-3.4.0/Makefile] Error 2
make[1]: Leaving directory `/home/fdl/konstruct/kde/kdemultimedia'
make: *** [dep-../../kde/kdemultimedia] Error 2
Comment 1 Thiago Macieira 2005-03-01 02:46:06 UTC
I thought sizeof(long) = 8 in AMD64.
Comment 2 Christoph Feck 2011-09-19 12:30:32 UTC
*** This bug has been marked as a duplicate of bug 97179 ***