我如何解决 Navit 中的错误
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此错误
通常意味着库版本在某种程度上不匹配。尝试在同一系统上编译并运行 Navit 以及所有插件,看看问题是否仍然存在。
这看起来像是 navit1.xml 中的错误(尽管它可能是由之前的错误引起的)。您是否尝试过更正 navit1.xml?难道真的有什么错误吗?
This error
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.
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?