It seems that there was no destructor in the derived class x_QDBusConnectionInterface:
/home/hakon/Qt4-0.99.0/smokeqt/qtdbus/x_1.cpp:1594:7: note: 'virtual __smokeqtdbus:: x_QDBusConnectionInterface:: ~ x_QDBusConnectionInterface() , :
1595 /home/hakon/Qt4-0.99.0/smokeqt/qtdbus/x_1.cpp:
~x_QDBusConnectionInterface();
. , :
/home/hakon/Qt4-0.99.0/smokeqt/qtgui/x_3.cpp:4024
/home/hakon/Qt4-0.99.0/smokeqt/qtgui/x_13.cpp:3572
/home/hakon/Qt4-0.99.0/smokeqt/qthelp/x_1.cpp:873
, , :
/home/hakon/Qt4-0.99.0/qtcore/src/util.cpp: In function ‘void
XS_AUTOLOAD(CV*)’: /home/hakon/Qt4-0.99.0/qtcore/src/util.cpp:2234:59:
error: cannot convert ‘bool’ to ‘void*’ in initialization
static smokeperl_object nothis = { 0, 0, 0, false };
^
smokeperl_object /home/hakon/Qt4-0.99.0/qtcore/src/smokeperl.h 9:
struct smokeperl_object {
bool allocated;
Smoke* smoke;
int classId;
void* ptr;
};
false at /home/hakon/Qt4-0.99.0/qtcore/src/util.cpp:2234 a 0 :
static smokeperl_object nothis = { 0, 0, 0, 0 };
, :
/usr/bin/c++ -fPIC -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong \
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG \
-shared -Wl,-soname,QtCore4.so -o ../../blib/arch/auto/QtCore4/QtCore4.so \
CMakeFiles/perlqtcore4.dir/binding.cpp.o \
CMakeFiles/perlqtcore4.dir/handlers.cpp.o \
CMakeFiles/perlqtcore4.dir/marshall_types.cpp.o \
CMakeFiles/perlqtcore4.dir/util.cpp.o \
CMakeFiles/perlqtcore4.dir/QtCore4.c.o \
-lQtCore -lQtGui -lQtNetwork \
/home/hakon/perlbrew/perls/perl-5.24.1/lib/5.24.1/x86_64-linux/CORE/libperl.a \
../../smokeqt/qtgui/libsmokeqtgui.so.3.0.0 \
../../smokeqt/qtnetwork/libsmokeqtnetwork.so.3.0.0 \
-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc -lQtGui -lQtNetwork \
../../smokeqt/qtcore/libsmokeqtcore.so.3.0.0 -lQtCore \
../../smokegen/bin/libsmokebase.so.3.0.0 \
-Wl,-rpath,/home/hakon/Qt4-0.99.0/smokeqt/qtgui:/home/hakon/Qt4-0.99.0/smokeqt/qtnetwork:/home/hakon/Qt4-0.99.0/smokeqt/qtcore:/home/hakon/Qt4-0.99.0/smokegen/bin:
/usr/bin/ld: /home/hakon/perlbrew/perls/perl-5.24.1/lib/5.24.1/x86_64-linux/CORE/libperl.a(toke.o):
relocation R_X86_64_PC32 against symbol `PL_curcop' can not be used when making
a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
, .