OpenGL support?

classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: OpenGL support?

Bugzilla from andi.clemens@gmx.net
No it is not working, now I get the error I get since a few days when starting
digiKam (it will just hang on startup with this message, so I disabled
marble):

System Path: "/opt/kdemod/share/apps/marble/data"
Plugin System Path: "/opt/kdemod/lib/marble/plugins"
===================
"libCompassFloatItem.so"  -  "/opt/kdemod/lib/marble/plugins/libCompassFloatItem.so"
ASSERT: "!hash->contains(qName)" in
file /home/andi/Programmieren/workspace/additional_libs_KDE4/marble/src/lib/geodata/parser/GeoTagHandler.cpp,
line 56

Don't you all get this, too? If my code is the same as yours, why do I get an
assert?

Andi

On Wednesday 30 July 2008 10:50:22 Andi Clemens wrote:

> It seems to work now... I disabled marble again, compiled, enabled it
> again, compiled and now it works. CMakeCache broken? Anyway it is working
> now.
>
> Andi
>
> On Wednesday 30 July 2008 10:46:17 Andi Clemens wrote:
> > Me too... normally all is fine... maybe a kde4libs problem? This is the
> > only thing I updated recently.
> >
> > Andi
> >
> > On Wednesday 30 July 2008 10:44:39 Gilles Caulier wrote:
> > > Andi,
> > >
> > > I have no problem here. I update marble every day and install it as
> > > well in my system.
> > >
> > > Gilles
> > >
> > > 2008/7/30 Andi Clemens <[hidden email]>:
> > > > Are you really able to link digiKam against marble?
> > > > Since a few days I can't do this anymore. I removed my build dir,
> > > > checkout everything new, recompiled marble, but somehow I always get
> > > > this message:
> > > >
> > > > ===================================================
> > > > In file included
> > > > from
> > > > /home/andi/Programmieren/workspace/digikam_KDE4/digikam/digikam/digik
> > > >am _b in_automoc.cpp:3:
> > > > /home/andi/Programmieren/workspace/digikam_KDE4/digikam/digikam/moc_g
> > > >ps se archwidget.cpp: In member function 'virtual void*
> > > > Digikam::GPSSearchWidget::qt_metacast(const char*)':
> > > > /home/andi/Programmieren/workspace/digikam_KDE4/digikam/digikam/moc_g
> > > >ps se archwidget.cpp:56: error: cannot call member function 'virtual
> > > > void* QLabel::qt_metacast(const char*)' without object
> > > > /home/andi/Programmieren/workspace/digikam_KDE4/digikam/digikam/moc_g
> > > >ps se archwidget.cpp: In member function 'virtual int
> > > > Digikam::GPSSearchWidget::qt_metacall(QMetaObject::Call, int,
> > > > void**)':
> > > > /home/andi/Programmieren/workspace/digikam_KDE4/digikam/digikam/moc_g
> > > >ps se archwidget.cpp:61: error: cannot call member function 'virtual
> > > > int QLabel::qt_metacall(QMetaObject::Call, int, void**)' without
> > > > object make[2]: ***
> > > > [digikam/digikam/CMakeFiles/digikam_bin.dir/digikam_bin_automoc.o]
> > > > Error 1 make[2]: Leaving directory
> > > > `/home/andi/Programmieren/workspace/digikam_KDE4' make[1]: ***
> > > > [digikam/digikam/CMakeFiles/digikam_bin.dir/all] Error 2 make[1]:
> > > > Leaving directory `/home/andi/Programmieren/workspace/digikam_KDE4'
> > > > make: *** [all] Error 2
> > > > ===================================================
> > > >
> > > >
> > > > If I disable marble widget in digiKam cmake config, it is working.
> > > >
> > > > Andi
> > > >
> > > > On Wednesday 30 July 2008 07:07:40 Gerhard Kulzer wrote:
> > > >> I compiled marble from svn today, then digikam: It really loads
> > > >> several times faster.
> > > >>
> > > >> Gerhard
> > > >
> > > > _______________________________________________
> > > > Digikam-devel mailing list
> > > > [hidden email]
> > > > https://mail.kde.org/mailman/listinfo/digikam-devel
> > >
> > > _______________________________________________
> > > Digikam-devel mailing list
> > > [hidden email]
> > > https://mail.kde.org/mailman/listinfo/digikam-devel
> >
> > _______________________________________________
> > Digikam-devel mailing list
> > [hidden email]
> > https://mail.kde.org/mailman/listinfo/digikam-devel
>
> _______________________________________________
> Digikam-devel mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-devel

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: OpenGL support?

Bugzilla from andi.clemens@gmx.net
one additional note: I can start marble as a standalone application with no
problem, but as a plugin in digiKam I get the mentioned assert.

Andi

On Wednesday 30 July 2008 10:56:42 Andi Clemens wrote:

> No it is not working, now I get the error I get since a few days when
> starting digiKam (it will just hang on startup with this message, so I
> disabled marble):
>
> System Path: "/opt/kdemod/share/apps/marble/data"
> Plugin System Path: "/opt/kdemod/lib/marble/plugins"
> ===================
> "libCompassFloatItem.so"  -
> "/opt/kdemod/lib/marble/plugins/libCompassFloatItem.so" ASSERT:
> "!hash->contains(qName)" in
> file
> /home/andi/Programmieren/workspace/additional_libs_KDE4/marble/src/lib/geod
>ata/parser/GeoTagHandler.cpp, line 56
>
> Don't you all get this, too? If my code is the same as yours, why do I get
> an assert?
>
> Andi
>
> On Wednesday 30 July 2008 10:50:22 Andi Clemens wrote:
> > It seems to work now... I disabled marble again, compiled, enabled it
> > again, compiled and now it works. CMakeCache broken? Anyway it is working
> > now.
> >
> > Andi
> >
> > On Wednesday 30 July 2008 10:46:17 Andi Clemens wrote:
> > > Me too... normally all is fine... maybe a kde4libs problem? This is the
> > > only thing I updated recently.
> > >
> > > Andi
> > >
> > > On Wednesday 30 July 2008 10:44:39 Gilles Caulier wrote:
> > > > Andi,
> > > >
> > > > I have no problem here. I update marble every day and install it as
> > > > well in my system.
> > > >
> > > > Gilles
> > > >
> > > > 2008/7/30 Andi Clemens <[hidden email]>:
> > > > > Are you really able to link digiKam against marble?
> > > > > Since a few days I can't do this anymore. I removed my build dir,
> > > > > checkout everything new, recompiled marble, but somehow I always
> > > > > get this message:
> > > > >
> > > > > ===================================================
> > > > > In file included
> > > > > from
> > > > > /home/andi/Programmieren/workspace/digikam_KDE4/digikam/digikam/dig
> > > > >ik am _b in_automoc.cpp:3:
> > > > > /home/andi/Programmieren/workspace/digikam_KDE4/digikam/digikam/moc
> > > > >_g ps se archwidget.cpp: In member function 'virtual void*
> > > > > Digikam::GPSSearchWidget::qt_metacast(const char*)':
> > > > > /home/andi/Programmieren/workspace/digikam_KDE4/digikam/digikam/moc
> > > > >_g ps se archwidget.cpp:56: error: cannot call member function
> > > > > 'virtual void* QLabel::qt_metacast(const char*)' without object
> > > > > /home/andi/Programmieren/workspace/digikam_KDE4/digikam/digikam/moc
> > > > >_g ps se archwidget.cpp: In member function 'virtual int
> > > > > Digikam::GPSSearchWidget::qt_metacall(QMetaObject::Call, int,
> > > > > void**)':
> > > > > /home/andi/Programmieren/workspace/digikam_KDE4/digikam/digikam/moc
> > > > >_g ps se archwidget.cpp:61: error: cannot call member function
> > > > > 'virtual int QLabel::qt_metacall(QMetaObject::Call, int, void**)'
> > > > > without object make[2]: ***
> > > > > [digikam/digikam/CMakeFiles/digikam_bin.dir/digikam_bin_automoc.o]
> > > > > Error 1 make[2]: Leaving directory
> > > > > `/home/andi/Programmieren/workspace/digikam_KDE4' make[1]: ***
> > > > > [digikam/digikam/CMakeFiles/digikam_bin.dir/all] Error 2 make[1]:
> > > > > Leaving directory `/home/andi/Programmieren/workspace/digikam_KDE4'
> > > > > make: *** [all] Error 2
> > > > > ===================================================
> > > > >
> > > > >
> > > > > If I disable marble widget in digiKam cmake config, it is working.
> > > > >
> > > > > Andi
> > > > >
> > > > > On Wednesday 30 July 2008 07:07:40 Gerhard Kulzer wrote:
> > > > >> I compiled marble from svn today, then digikam: It really loads
> > > > >> several times faster.
> > > > >>
> > > > >> Gerhard
> > > > >
> > > > > _______________________________________________
> > > > > Digikam-devel mailing list
> > > > > [hidden email]
> > > > > https://mail.kde.org/mailman/listinfo/digikam-devel
> > > >
> > > > _______________________________________________
> > > > Digikam-devel mailing list
> > > > [hidden email]
> > > > https://mail.kde.org/mailman/listinfo/digikam-devel
> > >
> > > _______________________________________________
> > > Digikam-devel mailing list
> > > [hidden email]
> > > https://mail.kde.org/mailman/listinfo/digikam-devel
> >
> > _______________________________________________
> > Digikam-devel mailing list
> > [hidden email]
> > https://mail.kde.org/mailman/listinfo/digikam-devel
>
> _______________________________________________
> Digikam-devel mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-devel

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
12