navit-gps / navit

The open source (GPL v2) turn-by-turn navigation software for many OS
http://www.navit-project.org
Other
559 stars 175 forks source link

Request help for development #1257

Closed dginu85 closed 8 months ago

dginu85 commented 8 months ago
plugins_new(NULL, NULL);

    struct attr grapic_plugin = { attr_path,"/root/assets/navplugin/libgraphics_null.so"},
            grapic_plugin_act = { attr_active,1}; // @suppress("Invalid arguments")
    struct attr *attrs_plugin[] = { &grapic_plugin, &grapic_plugin_act, NULL };
    plugin_new(NULL, attrs_plugin);

Hello i try implement navit in my app. (error:navit:plugin_load:can't load '/root/assets/navplugin/libgraphics_null.so', Error '/root/assets/navplugin/libgraphics_null.so: undefined symbol: max_debug_level')

Can we have a sample core code using the libnavit_core.a library?