Poster | Thread |
cap
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 6-Jul-2013 19:50:37
| | [ #1 ] |
|
|
 |
Regular Member  |
Joined: 30-Jan-2003 Posts: 298
From: Melton Mowbray - Porkpie centre. | | |
|
| Excellent.
Now what does "Unable to resolve symbol `_Z10qt_dprintfPKc" mean. Under the window heading ELF Library.
Failed to resolve symbol at runtime.Process `qtdemo` has been suspended.
Christ it sure looks like a lot of effort has gone into program judging by how long it takes to download let alone install.
Sorted. Thanks zzd10h. Last edited by cap on 06-Jul-2013 at 08:11 PM. Last edited by cap on 06-Jul-2013 at 07:54 PM. Last edited by cap on 06-Jul-2013 at 07:53 PM. Last edited by cap on 06-Jul-2013 at 07:52 PM.
_________________ A1/G4 1GHZ
OS4.1 latest update. 1ghz Radeon Club3d 9250 Usb/Dma fixed.
|
|
Status: Offline |
|
|
zzd10h
 |  |
Re: New Qt 4.7 with WebKit support out! Posted on 6-Jul-2013 19:57:28
| | [ #2 ] |
|
|
 |
Amiga Developer Team  |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| |
Status: Offline |
|
|
Chris_Y
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 6-Jul-2013 20:38:26
| | [ #3 ] |
|
|
 |
Elite Member  |
Joined: 21-Jun-2003 Posts: 3205
From: Beds, UK | | |
|
| @zzd10h
The SDK is in the huge archive you've already downloaded - it installs itself alongside the user portion, and is available with no extra configuration. Basically once Qt is installed you can start building stuff! _________________ "Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion Avatar is Tabitha by Eric W Schwartz
|
|
Status: Offline |
|
|
pavlor
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 6-Jul-2013 20:43:04
| | [ #4 ] |
|
|
 |
Elite Member  |
Joined: 10-Jul-2005 Posts: 9660
From: Unknown | | |
|
| |
Status: Offline |
|
|
zzd10h
 |  |
Re: New Qt 4.7 with WebKit support out! Posted on 6-Jul-2013 21:08:13
| | [ #5 ] |
|
|
 |
Amiga Developer Team  |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| Ah yes, thank you Chris_Y, drawers were hidden, but will be nice to have some samples and makefiles for dummies...
Will have summer vacations to explore that ! _________________ http://apps.amistore.net/zTools
|
|
Status: Offline |
|
|
Jupp3
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 6-Jul-2013 22:45:22
| | [ #6 ] |
|
|
 |
Super Member  |
Joined: 22-Feb-2007 Posts: 1225
From: Unknown | | |
|
| Quote:
Now what does "Unable to resolve symbol `_Z10qt_dprintfPKc" mean. |
Probably won't help much, but I'll explain anyway. In C, there can be only one kind of function defined under same name. If you f.ex. want same function with different amount or type of args, you need to do a function with different name (or make sure they're both static, and not "visible to each other").
Anyway, the same restriction applies to C++ too. It gets around it by mangling the function names, so that each type of the same function has different mangled name. There's no standardization on how this should be done, but usually you just get additional letters that somehow match the argument & return value types.
What does this mean in practice? There's probably some definition of dprintf() missing for whatever reason. You can't see the mangled name anywhere in the source code. |
|
Status: Offline |
|
|
spotUP
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 6-Jul-2013 23:49:57
| | [ #7 ] |
|
|
 |
Elite Member  |
Joined: 19-Aug-2003 Posts: 2896
From: Up Rough Demo Squad | | |
|
| Pahh, challenge accepted, guys, you won't stand a chance and i am away on vacation without my amiga for three more weeks, so please do try! ;) _________________ AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.
http://www.asciiarena.com http://www.uprough.net
|
|
Status: Offline |
|
|
klx300r
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 7-Jul-2013 4:42:52
| | [ #8 ] |
|
|
 |
Elite Member  |
Joined: 4-Mar-2008 Posts: 3857
From: Toronto, Canada | | |
|
| |
Status: Offline |
|
|
Varthall
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 7-Jul-2013 6:49:41
| | [ #9 ] |
|
|
 |
Super Member  |
Joined: 17-Feb-2004 Posts: 1559
From: Up Rough | | |
|
| Fantastic news! Congratulations for the massive task it must have been to port it... now let's roll with a lot of new ports!
Varthall _________________ AmigaOne XE - AmigaOS 4.1 - Freescale 7457 1GHz - 1GB ram
|
|
Status: Offline |
|
|
Boot_WB
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 7-Jul-2013 8:18:26
| | [ #10 ] |
|
|
 |
Super Member  |
Joined: 14-Feb-2006 Posts: 1134
From: Kingston upon Hull, UK | | |
|
| Congratulations on the release!
Good to see a few useful apps included aswell, which always helps to demonstrate the benefits of such 'infrastructure' ports.
Out of interest, wa any help offered/received/discussed with Roberto/OS4_Linux ?
I think we'd all be interested to know... Last edited by Boot_WB on 07-Jul-2013 at 08:18 AM.
_________________ Troll - n., A disenfranchised former potential customer who remains interested enough to stay informed and express critical opinions. opp., the vast majority who voted silently with their feet.
|
|
Status: Offline |
|
|
wawa
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 7-Jul-2013 9:20:11
| | [ #11 ] |
|
|
 |
Elite Member  |
Joined: 21-Jan-2008 Posts: 6259
From: Unknown | | |
|
| another step towards linux ;) i may be not very fond about it, but there is no choice i fear. nevertheless this is a serious contribution, and if it is working well and fast it is definitely not to be overrated. perhaps one of the most important news so far for os4 this year. im eager to see what comes out of it. Last edited by wawa on 07-Jul-2013 at 09:20 AM.
|
|
Status: Offline |
|
|
NutsAboutAmiga
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 7-Jul-2013 10:48:56
| | [ #12 ] |
|
|
 |
Elite Member  |
Joined: 9-Jun-2004 Posts: 12960
From: Norway | | |
|
| |
Status: Offline |
|
|
Coder
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 7-Jul-2013 11:10:02
| | [ #13 ] |
|
|
 |
Team Member  |
Joined: 15-May-2003 Posts: 4523
From: The Netherlands | | |
|
| |
Status: Offline |
|
|
Fransexy
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 7-Jul-2013 11:56:28
| | [ #14 ] |
|
|
 |
Elite Member  |
Joined: 8-Jun-2004 Posts: 2334
From: Elche (Alicante), spain | | |
|
| Would be awesome to have a page dedicated to QT on amiga in the style of the QT for haiku:
http://qt-haiku.ru/ _________________ No PowerPC, No Fun Make Amiga Great Again
|
|
Status: Offline |
|
|
klx300r
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 8-Jul-2013 4:00:36
| | [ #15 ] |
|
|
 |
Elite Member  |
Joined: 4-Mar-2008 Posts: 3857
From: Toronto, Canada | | |
|
| it appears that QT needs a 9250 with an X1000 or AOne500/Sam else Wazp3d  _________________ ____________________________ c64-2sids, A1000, A1200T-060@50(finally working!),A4000-CSMKIII ! My Master Miggies- Amiga 1000 & AmigaOne X1000 ! mancave-ramblings X1000 I BELIEVE 
|
|
Status: Offline |
|
|
QuBe
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 8-Jul-2013 7:16:47
| | [ #16 ] |
|
|
 |
Super Member  |
Joined: 3-Dec-2006 Posts: 1075
From: Dunes of Uridia | | |
|
| @ alfkil
That is quite an achievement right there! Congratulations...
Have played with QT on the PC... but not for code, only to play :)
Hope people can do some great stuff with it, and then we will see even more quality applications for the Os4.x eco-system...
Q!
"i am home" Last edited by QuBe on 08-Jul-2013 at 07:17 AM.
|
|
Status: Offline |
|
|
Birbo
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 8-Jul-2013 11:15:42
| | [ #17 ] |
|
|
 |
Cult Member  |
Joined: 5-Apr-2007 Posts: 602
From: Zurich, Switzerland | | |
|
| Will QT become an official part of AmigaOS - integrated by Hyperion? _________________ Sometimes we give people a lot of credit just because they're writing nice sentences even if it isn't adding up to much.
|
|
Status: Offline |
|
|
Jupp3
|  |
Re: New Qt 4.7 with WebKit support out! Posted on 8-Jul-2013 20:57:29
| | [ #18 ] |
|
|
 |
Super Member  |
Joined: 22-Feb-2007 Posts: 1225
From: Unknown | | |
|
| Can't say I like Qt much, but does this include Python bindings? I think there are at least 2 different versions though... |
|
Status: Offline |
|
|