我如何解决 Navit 中的错误

发布于 2024-10-22 06:15:11 字数 800 浏览 1 评论 0原文

我在 navit 工作...现在我遇到了这个错误...任何人都可以帮助我解决这个问题

 user@blrkrts0057pc:~$ cd /home/user/navit-0.2.0/navit
 user@blrkrts0057pc:~/navit-0.2.0/navit$ ./navit navit1.xml
  Running from source directory
 graphics_qt_qpainter:graphics_priv*  graphics_qt_qpainter_new(navit*,graphics_methods*,     attr**, callback_list*):enter
graphics_qt_qpainter:graphics_priv* graphics_qt_qpainter_new(navit*, graphics_methods*,   attr**, callback_list*):return
navit:plugin_load:can't load '/home/user/navit-0.2.0/navit/gui/qml/.libs/libgui_qml.so', Error '/home/user/navit-0.2.0/navit/gui/qml/.libs/libgui_qml.so: undefined symbol: _ZN8NGQProxy16staticMetaObjectE'
navit:main_real:Error parsing 'navit1.xml': Element 'gui' within unexpected context 'gui'. Expected 'navit' at line 46, char 164

i working in navit...now i am met with this error...any body help me to solve this

 user@blrkrts0057pc:~$ cd /home/user/navit-0.2.0/navit
 user@blrkrts0057pc:~/navit-0.2.0/navit$ ./navit navit1.xml
  Running from source directory
 graphics_qt_qpainter:graphics_priv*  graphics_qt_qpainter_new(navit*,graphics_methods*,     attr**, callback_list*):enter
graphics_qt_qpainter:graphics_priv* graphics_qt_qpainter_new(navit*, graphics_methods*,   attr**, callback_list*):return
navit:plugin_load:can't load '/home/user/navit-0.2.0/navit/gui/qml/.libs/libgui_qml.so', Error '/home/user/navit-0.2.0/navit/gui/qml/.libs/libgui_qml.so: undefined symbol: _ZN8NGQProxy16staticMetaObjectE'
navit:main_real:Error parsing 'navit1.xml': Element 'gui' within unexpected context 'gui'. Expected 'navit' at line 46, char 164

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱人如己 2024-10-29 06:15:11

此错误

/home/user/navit-0.2.0/navit/gui/qml/.libs/libgui_qml.so: 
undefined symbol: _ZN8NGQProxy16staticMetaObjectE

通常意味着库版本在某种程度上不匹配。尝试在同一系统上编译并运行 Navit 以及所有插件,看看问题是否仍然存在。

navit:main_real:Error parsing 'navit1.xml':
Element 'gui' within unexpected context 'gui'. 
Expected 'navit' at line 46, char 164

这看起来像是 navit1.xml 中的错误(尽管它可能是由之前的错误引起的)。您是否尝试过更正 navit1.xml?难道真的有什么错误吗?

This error

/home/user/navit-0.2.0/navit/gui/qml/.libs/libgui_qml.so: 
undefined symbol: _ZN8NGQProxy16staticMetaObjectE

usually means that library versions somehow don't match. Try to compile and run Navit and all the plugins on the same system, and see if the problem persists.

navit:main_real:Error parsing 'navit1.xml':
Element 'gui' within unexpected context 'gui'. 
Expected 'navit' at line 46, char 164

This looks like an error in your navit1.xml (though it might be caused by the previous error). Have you tried correcting navit1.xml? Is there really an error in it?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文