Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
98 user(s) are online (61 user(s) are browsing Forums)

Members: 1
Guests: 97

nbache, more...

Headlines

 
  Register To Post  

« 1 ... 12 13 14 (15) 16 17 18 ... 40 »
Re: Beta testing
Home away from home
Home away from home


See User information
@SpotUP

Ops lost your previous questions !

Quote:
Got enough stack? Got latest qt?


I never touch the stack, so it's 32768
My Qt is of course the very latest version availible

Go to top
Re: Beta testing
Amigans Defender
Amigans Defender


See User information
Quote:
hmm ok, i used -LPath instead and added some missing libs to the linkline and it actually compiled. Nice.

Update: -LPath wasn't needed, i just needed to add the missing libs. I am a bit rusty it seems.


That shouldn't be necessary (along with the moc problems). qmake has issues it seems.

Go to top
Re: Beta testing
Quite a regular
Quite a regular


See User information
@SpotUP

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.

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Chaos: thanks! Glad someone liked it.

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.

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
@SpotUP

Problem solved with an higher stack, i set: 2000000 as a test
No crash as is ..

Maybe can you reupload the archives with a proper stack by default ?
Or just a little reminder in readme ..

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
samo, yeah, when i am bored enough! ;)

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.

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
alfkil, qmake spits out /qt/.qmake.cache:1: Parse Error (') every time i run it. it seems harmless, but still.

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
@SpotUP

Hehe by the way: well done mate
it's impressive how fast the Qt development can be

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Samo, thanks! =)

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)

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
SpotUp :
In today.pro,do you try to comment

# lessThan(QT_MAJOR_VERSION, 5) {
# HEADERS += src/rtf/clipboard_windows.h
# SOURCES += src/rtf/clipboard_windows.cpp
# }

because theses files are missing in the package.
qmake complains about these files on my Mac Qt4.7 (< Qt5)

By commenting theses lines (on Qt4.7 MacOS) qmake and make works

Today starts well on Qt4.7 when these lines are commented (MacOS)
but I don't understant the goal of this program ;)

Is qmake still crashs ?

Go to top
Re: Beta testing
Amigans Defender
Amigans Defender


See User information
Quote:
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)

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
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.

Go to top
Re: Beta testing
Just popping in
Just popping in


See User information
Okay, I get the following error when trying to compile:

Quote:
T:gmake.sh.223.SBMFAX[1]: cd: /src/tools/moc - Device not configured
gmake: *** [moc] Error 1


I have checked the moc executable and yes, the exeute bit is set. What could be wrong? I also have a stack of 200000 I think.

Thanks!

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
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.

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
SpotUp : did you read my comment about Daily ?

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
zzd10h, with those lines commented qmake still crashes here, yes.
i tried to clean it up even more removing the win and mac parts, but no.

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Ok. Sad.

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
alfkil, i am pumpin' up more qt apps on os4depot now, it would be nice if you'd make a hall of fame/leaderboard. I want to win that minimig!!

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
another small report, when configuring mpview (find it on qt-apps.org) it complains about a missing variable. maybe the installer could set it?

configure: error: QTDIR environment variable must be set

Go to top

  Register To Post
« 1 ... 12 13 14 (15) 16 17 18 ... 40 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project