You had this error previously :)
There seems to be no malloc.h for macOS.
Either comment the include, or symlink stdin.h to malloc.h, or put an empty malloc.h in your path. This should work, until we find something cleaner.
You had this error previously :)
There seems to be no malloc.h for macOS.
Either comment the include, or symlink stdin.h to malloc.h, or put an empty malloc.h in your path. This should work, until we find something cleaner.
Alright, I added that symlink, still there are no .so files in that dir (-> same error as before).
What... uhm... package of gtk do I really need? I somehow have the feeling that I'm never installing the right one. Already got gtk1, gtk2, glib1, glib2 - I couldn't find any gtk-devel for OS X though, what exactly do I need from it?
Sorry, i've been away from Internet the last two weeks. Did you made any progress with that?
No problem.
Unfortunately I have been kinda busy, too, so I didn't actually find any answers to the question. Do you have any? :)
Do you have fink installed? I found a thread (in french) which says that fink can install a gtk-devel package..
Hm, last time I used Fink it pretty much f**** up my system :P
But I'll give it a shot, "please hold the line" ;)
Okay, installed it, still no change. There are simply no .so files anywhere. Where should they come from?
Hi, i'm new here, and this is my first post. I've just installed navit, and it works with the navit-gtk.xml files. I want to see the sdl interface (i hope it looks better tha gtk, it's very ugly), but when I start navit with the navit-sdl.xml file i've got:
"terminate called after throwing an instance of 'char const*'"
and nothing else. I've cegui 0.5 installed.
Any Suggestioo:confused:?
Hi. And welcome :)
Good point. Do you have maps, or do you use OSM?
0.0.1 or cvs?
Yeah, GTK is mostly designed for performances :)
(it runs on smartphones for example).
Btw, here's one of the latest screenshot from SDL-cvs :
http://www.kazer.org/navit/navit-sdl.png
In this one i removed roads labelling to try with another library.
Wow. i'm confused too. Never had this error.
It could help if you could post a gdb debug stack.
Just intall gdb, and run navit this way : gdb navit
then at the prompt type 'run'.
When it crashes, type 'where' and post the stack here, or in pm.
Also, you can reach us on irc: irc://irc.freenode.org/navit for 'Live' help :)
Thanks for your interest!