| Author |
Message |
klhrevolutionist

Joined: 08 Jun 2005 Posts: 1124
|
Posted: Sat 30 Jul 2005, 22:20 Post subject:
questioning of Qt |
|
is anyone gonna get Qt for puppy
_________________ Heaven is on the way, until then let's get the truth out!
Last edited by klhrevolutionist on Wed 26 Oct 2005, 22:04; edited 2 times in total
|
|
Back to top
|
|
 |
Bancobusto

Joined: 13 Jun 2005 Posts: 168 Location: Vancouver Island
|
Posted: Tue 02 Aug 2005, 00:22 Post subject:
|
|
Hey, that's a good question....
I'm in the process of trying to compile something that s a y s that it needs QT.
However, trying to get it seems a little ridiculous... There's a form that Trolltech wants you to fill out (or am I talking about something completely differrent?) - and that's just for the "trial version" - it's enough to make me wonder about the app that I'm trying to compile... Why would they include something that isn't free as a pre-req for comiling? I'm gonna try it anyways....
(computer barfs out of anxiety, fear of what lies ahead for it...
Please let us know if you come up with anything klhrevolutionist
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Tue 02 Aug 2005, 01:57 Post subject:
|
|
Puppy has QT already ... /usr/lib/qt
|
|
Back to top
|
|
 |
klhrevolutionist

Joined: 08 Jun 2005 Posts: 1124
|
Posted: Tue 02 Aug 2005, 03:23 Post subject:
no.... |
|
No pup has a cutdown Qt, it is not the qt needed for a lot of interesting apps!!!
ok so barry admits it is cut down, well barry, you think you could find it in your
little puppy heart to give us the whole thing I admit I can't compile worth a s**
But thanks to your distro I am learning things I never knew before!!!
maybe setup a server on a specific day for people to get, you know
first come, well I would share with people!!!
pppplease
_________________ Heaven is on the way, until then let's get the truth out!
Last edited by klhrevolutionist on Tue 02 Aug 2005, 23:55; edited 1 time in total
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Tue 02 Aug 2005, 20:52 Post subject:
|
|
No, Qt in Puppy isn't cut down, well not much.
|
|
Back to top
|
|
 |
Bancobusto

Joined: 13 Jun 2005 Posts: 168 Location: Vancouver Island
|
Posted: Wed 03 Aug 2005, 04:17 Post subject:
|
|
I guess that I just don't understand...
Qt is not open source, or "free" for any purpose, right?
Or am I right off my rocker? How did you include it in Puppy - was it just included regardless of the "owners" wishes? (and I use the term sarcastically)...
I am confused...
Perhaps there is yet another version of QT, asides from the 2 offered through Trolltech?
Or did I stumble across a web scam? I can't seem to find the source anywhere - but then again, -
my pet monkey seems to have better luck with searching for anying lately then me (maybe my eye's are going?)
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Wed 03 Aug 2005, 08:01 Post subject:
|
|
Trolltech sell Qt for use on Windows, but for Linux it's free, or maybe only free if the application is free ...or something like that. Qt is open source, so we can compile it.
Qt in Puppy is cutdown in the sense that some support executables and extra libraries are missing, though you will find some of them in the usr_devx.sfs file.
Applications should work with the Qt library provided in Puppy -- if one doesn't, I'm surprised, and will need to know just what else it needs.
|
|
Back to top
|
|
 |
klhrevolutionist

Joined: 08 Jun 2005 Posts: 1124
|
Posted: Wed 03 Aug 2005, 17:03 Post subject:
when in the process |
|
I run ./configure everything is fine!!
I run make and I get this after about 45 min.
l
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot find -lpthread
collect2: ld returned 1 exit status
make[3]: *** [../../lib/libQtCore_debug.so.4.0.0] Error 1
make[3]: Leaving directory `/root/my-documents/qt/qt/src/corelib'
make[2]: *** [debug-all] Error 2
make[2]: Leaving directory `/root/my-documents/qt/qt/src/corelib'
make[1]: *** [sub-corelib-all-ordered] Error 2
make[1]: Leaving directory `/root/my-documents/qt/qt/src'
make: *** [sub-src-all-ordered] Error 2
#
any ideas or suggestions??? I am only an idiot unless I don't ask, at least that's what I'm told
_________________ Heaven is on the way, until then let's get the truth out!
|
|
Back to top
|
|
 |
Bancobusto

Joined: 13 Jun 2005 Posts: 168 Location: Vancouver Island
|
Posted: Wed 03 Aug 2005, 17:26 Post subject:
|
|
I keep getting lptread errors as well -
Don't have the answer for you, as I'm just fluking left-right-center when it comes to these things... But am curious what the anwers may be
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Thu 04 Aug 2005, 10:59 Post subject:
|
|
Um, you probably need the next alpha release of usr_devx.sfs, has lots of little bug fixes. ...soon, soon.
Regarding -lpthread, two possibilities.
Most likely is that /lib/libpthread.so is missing. It should be a symlink:
# cd /lib
# ln -s libpthread-0.10.so libpthread.so
...er, no, problem is that will disappear when you reboot.
Do it this way:
# cd /usr/lib
# ln -s /lib/libpthread-0.10.so libpthread.so
That's the solution if libpthread.so is missing.
The other possibility is that it wants libpthread.a, for a static compile,
which ain't there.
|
|
Back to top
|
|
 |
Bancobusto

Joined: 13 Jun 2005 Posts: 168 Location: Vancouver Island
|
Posted: Thu 04 Aug 2005, 12:13 Post subject:
|
|
Barry, I have a hard drive install so that should work.
I can't wait to try that - thank you verry, verry much for the help, I'm lost here without helpfull guidance.
I'm stuck on Debian for today, as I just started the 4 cd download of Slackware (I'm just curious, tried every other "major" flavor I think) - but will follow your instuctions as soon as possible.
Cheers
EDIT:
I've taken a look in /lib by mounting my Puppy partition inside Debian.
I have
libpthread-0.10.so
libthread_db-1.0.so
libpthread.so.0 (symlink)
libpthread.so.0 (symlink)
So I'm thinking that it must be libthread (a) that you mentioned that is missing
Will it be included in the next usr_devx.sfs? (or, how would I go about getting it?)
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Thu 04 Aug 2005, 22:16 Post subject:
|
|
bancobusto,
libpthread.so is only a symlink, you create it as instructed in my last post.
They may fix your problem, so you won't need the next usr_devx.sfs.
|
|
Back to top
|
|
 |
Bancobusto

Joined: 13 Jun 2005 Posts: 168 Location: Vancouver Island
|
Posted: Thu 04 Aug 2005, 22:25 Post subject:
|
|
Thanks Barry, I'm working on it....
Am stuck on my Debian side (sigh)... but am looking forward to following your suggestions
|
|
Back to top
|
|
 |
|