On 07/05/2009 08:19 PM, Kevin Kofler wrote: > Sven Lankes wrote: >> - It doesn't build on F11/x86_64 > > I'm pretty sure this can be fixed. Any logs of the failure? > g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -D_REENTRANT -DPROGRAM_DATA_DIR=\"/usr/local/share/apps/goldendict/\" -DPROGRAM_VERSION=\"0.9.0\" -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../../lib64/qt4/mkspecs/linux-g++-64 -I. -I../../../include/QtCore -I../../../include/QtNetwork -I../../../include/QtGui -I../../../include/QtXml -I../../../include/QtWebKit -I../../../include -I. -Ibuild -Ibuild -o build/chunkedstorage.o chunkedstorage.cc In file included from chunkedstorage.cc:4: chunkedstorage.hh:35: error: ?uint32_t? was not declared in this scope chunkedstorage.hh:35: error: template argument 1 is invalid chunkedstorage.hh:35: error: template argument 2 is invalid chunkedstorage.hh:44: error: ?uint32_t? does not name a type chunkedstorage.hh:51: error: ?uint32_t? does not name a type chunkedstorage.hh:77: error: ?uint32_t? was not declared in this scope chunkedstorage.hh:77: error: template argument 1 is invalid chunkedstorage.hh:77: error: template argument 2 is invalid chunkedstorage.hh:83: error: ?uint32_t? has not been declared chunkedstorage.hh:88: error: expected ?;? before ?(? token chunkedstorage.cc:38: error: no ?uint32_t ChunkedStorage::Writer::startNewBlock()? member function declared in class ?ChunkedStorage::Writer? chunkedstorage.cc: In member function ?void ChunkedStorage::Writer::saveCurrentChunk()?: chunkedstorage.cc:82: error: request for member ?push_back? in ?((ChunkedStorage::Writer*)this)->ChunkedStorage::Writer::offsets?, which is of non-class type ?int? chunkedstorage.cc: At global scope: chunkedstorage.cc:93: error: no ?uint32_t ChunkedStorage::Writer::finish()? member function declared in class ?ChunkedStorage::Writer? chunkedstorage.cc:124: error: prototype for ?ChunkedStorage::Reader::Reader(File::Class&, uint32_t)? does not match any in class ?ChunkedStorage::Reader? chunkedstorage.hh:76: error: candidates are: ChunkedStorage::Reader::Reader(const ChunkedStorage::Reader&) chunkedstorage.hh:83: error: ChunkedStorage::Reader::Reader(File::Class&, int) chunkedstorage.cc:132: error: no ?char* ChunkedStorage::Reader::getBlock(uint32_t, std::vector<char, std::allocator<char> >&)? member function declared in class ?ChunkedStorage::Reader? make: *** [build/chunkedstorage.o] Error 1 <snip> > Kevin Kofler > > _______________________________________________ > fedora-kde mailing list > fedora-kde at lists.fedoraproject.org > https://admin.fedoraproject.org/mailman/listinfo/fedora-kde > New to KDE4? - get help from http://userbase.kde.org