Thanks for VizMol, really appreciated! And: No crashes here with About-Window, it just works nice here with my Sam440ep. Although I pimped up the stack as I do usually with all Qt apps.
Alfkil, i have compiled a bunch of network apps now. Most of them freezes aos when trying to access the network. QTwittering being the exception, it starts and let's me log in, but fails to load any tweets, after that amidock crashes.
Qspeedtest also freezes AOS, but it might be a good test candidate as it has a small cli client.
for reference i tried to compile two irc clients, kvirc and quassel. both of them failed in the build system stage, one of them failed to find a supported qt platform i.e. amigaos, which is a bit strange.
it would be cool if someone with a bit more experience could tackle these.
Alfkil, it would be nice if you could make these linklibs get included by default from the generated makefiles, as they are always missing and always needed:
ld: warning: libfreetype.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libfontconfig.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libexpat.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libpthread.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libiconv.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libz.so.1, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libintl.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libdl.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link)
Alfkil, i have compiled a bunch of network apps now. Most of them freezes aos when trying to access the network.
That's interesting, that's the problem I was having with Trojitá.
Hotot is OK though - but that's a wrapper around QtWebKit, which we know works fine.
Quote:
Alfkil, it would be nice if you could make these linklibs get included by default from the generated makefiles, as they are always missing and always needed:
ld: warning: libfreetype.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libfontconfig.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libexpat.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libpthread.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libiconv.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libz.so.1, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libintl.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link) ld: warning: libdl.so, needed by /qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link)
And -lunix too (I hate using it, but Qt often can't find things it needs without it)
Lio, the answer is in this thread some posts up, you need to set a higher stack value. I should probably upload fixed versions of those two apps. Will do it tomorrow.
Scottscabit, there is a workaround a bunch of posts back in this thread, it's not pretty but it works, you need to comment out a line in the makefile, the moc line that has src/tools in it.