|
Who's Online
|
20 user(s) are online (11 user(s) are browsing Forums)
Members: 0 Guests: 20
more... |
|
|
Browsing this Thread:
1 Anonymous Users
|
|
|
LiveForIt [image]
|
Re: Help Joerg |
|
Just can't stay away

From: Norway
|
|
Posts:
1136
|
|
Posted on: 2010/7/27 22:23:34
|
|
@afxgroup and Joerg
25% compiles now, I'm having some problems whit
/Pukapuka/BAL/Graphics/WebCore/AmigaOS4/BCImageAmigaOS4.cpp:34: error: 'BitmapImage' has not been declared
I know BitmapImage.h is included, and I know its declared so really don't get this error at all.
|
|
_________________
(NutsAboutAmiga) AmigaOne-XE 1Ghz, 512Mb ram, working again
|
Transfer
|
|
|
|
|
LiveForIt [image]
|
Re: Help Joerg |
|
Just can't stay away

From: Norway
|
|
Posts:
1136
|
|
Posted on: 2010/7/28 7:37:15
|
|
@LiveForIt
I think the problem was wrong name space, but I’m no expert on C++, it looks to me as if the source code is really broken, missing a lot of #ifdef etc.I guess I know when I get to the finale linking stage.
|
|
_________________
(NutsAboutAmiga) AmigaOne-XE 1Ghz, 512Mb ram, working again
|
Transfer
|
|
|
|
|
LiveForIt [image]
|
Re: Help Joerg |
|
Just can't stay away

From: Norway
|
|
Posts:
1136
|
|
Posted on: 2010/7/28 8:53:18
|
|
@joerg
I believe Firefox good browser, but I think it’s dangerous to just bet on one horse, that’s way having OWB as backup is nice, also not every web page is displayed correctly in Firefox always.
|
|
_________________
(NutsAboutAmiga) AmigaOne-XE 1Ghz, 512Mb ram, working again
|
Transfer
|
|
|
|
|
LiveForIt [image]
|
Re: Help port GStreamer |
|
Just can't stay away

From: Norway
|
|
Posts:
1136
|
|
Posted on: 2010/7/28 8:55:47
|
|
@Hyperion and everyone else
It’s unlikely we be able be able to keep up whit all the development tools and configures script in the Linux world, as a result we are where likely get stuck whit a cross compiler and Linux or Cygwin host.
I think Hyperion should think about making the SDK easier to install on Linux and Cygwin hosts because of this.
Edited by LiveForIt on 2010/7/28 14:04:11
|
|
_________________
(NutsAboutAmiga) AmigaOne-XE 1Ghz, 512Mb ram, working again
|
Transfer
|
|
|
|
|
LiveForIt [image]
|
Re: Help port GStreamer |
|
Just can't stay away

From: Norway
|
|
Posts:
1136
|
|
Posted on: 2010/7/28 8:57:47
|
|
@kas1e
I hope to upload my changes to Sand-labs CVN depository, so if someone quits or decides to do something else for a while someone else can continue the work.
OWB supports a lot of things that’s not currently supported by AmigaOS4 or MorphOS port, like dragging pictures and objects, and lots things, I think OWB as a lot of potential.
I think about making my own download manager or work whit Antique on this, I know he has some great ideas for ctorrent that might be possible to combine.
|
|
_________________
(NutsAboutAmiga) AmigaOne-XE 1Ghz, 512Mb ram, working again
|
Transfer
|
|
|
|
|
kas1e [image]
|
Re: Help port GStreamer |
|
Just can't stay away

|
Posts:
1249
|
|
Posted on: 2010/7/28 9:16:25
|
|
@LiveForIt
The problem (as i know for now), is just Joerg not upload latest changes to SVN for about half of year. But for sure, we need to works on his latest changes, because 3.29 are very stable. Joerg also say, that everyone can write mail to him , and ask for latest sources. Can you write mail to him about ? Then you can compile his latest version, and then add DL manager to main repository and we all will be happy.
And yes, you 100% right. Make all the beat on FireFox not so good idea, because it have (and will have anyway) bugs and problems, which OWB does not have. Personally i like OWB a lot, and preffer to use it, but, the only problem for me - download manager.
Also i agree 100% , that Hyperion should prepare some "cross-platform" SDK. I already think about it yesterday (And i even have in mind, that maybe possible somehow to create some "virtual aos4 machines only for testing purposes", so, x86 coders can compil aos4 bins, and test it somehow on their x86 boxes". To that cross-platform SDK will be cool to include Valgrind and alt.
|
|
|
Transfer
|
|
|
|
|
Fab [image]
|
Re: Help port GStreamer |
|
Just popping in

|
Posts:
63
|
|
Posted on: 2010/7/28 12:42:51
|
|
@LiveForIt
Quote: OWB supports a lot of things that’s not currently supported by AmigaOS4 or MorphOS port, like dragging pictures and objects, and lots things, I think OWB as a lot of potential.
It's not really OWB itself having a lot of potential, but WebKit itself. OWB is just an API layer over it, showing how easy webkit can be integrated, basically (and sometimes OWB additions are even more a burden than helpers :)).
WebKit as an engine supports the most recent stuff, even more than Gecko, and is an insanely active project. See the history of just a couple days at: http://trac.webkit.org/.
And it's true both OS4 and MorphOS ports don't support all the engine features, like the new HTML5 drag'n'drop feature (i'll implement it soon), websockets, webgl, JIT javascript, accelerated composition (i don't mean hw cairo here, but something else), and a couple more.
So, even if Firefox is a good thing to have, WebKit is at least equally good, but it obviously requires more work on the UI side (which is trivial work in comparison of what the engine does in the first place).
|
|
|
Transfer
|
|
|
|
|
LiveForIt [image]
|
Re: Help Joerg |
|
Just can't stay away

From: Norway
|
|
Posts:
1136
|
|
Posted on: 2010/7/28 22:38:02
|
|
@All
32% of OWB Compiles today,
ContextMenuItems needs some work, I can see if get it working again,
I think most things works, like Grpahics and Fonts, Timers, Network, so I'm hoping that every thing will compile whit out hazel soon.
I now know how the Cmake/CCMake system works, its makes a big difference and makes it easier for me to fork the source tree where needed.
Current errors:
/BAL/Widgets/WebCore/AmigaOS4/BCContextMenuAmigaOS4.cpp In file included from /cross-pukapuka/generated_link/BAL/ContextMenu.h:34, from /Pukapuka/BAL/Widgets/WebCore/AmigaOS4/BCContextMenuAmigaOS4.cpp:32: /cross-pukapuka/generated_link/BAL/ContextMenuItem.h:133: error: 'String' does not name a type /cross-pukapuka/generated_link/BAL/ContextMenuItem.h:144: error: ISO C++ forbids declaration of 'String' with no type /cross-pukapuka/generated_link/BAL/ContextMenuItem.h:144: error: expected ',' or '...' before '&' token /cross-pukapuka/generated_link/BAL/ContextMenuItem.h:156: error: 'String' does not name a type /cross-pukapuka/generated_link/BAL/ContextMenuItem.h:157: error: ISO C++ forbids declaration of 'String' with no type /cross-pukapuka/generated_link/BAL/ContextMenuItem.h:157: error: expected ',' or '...' before '&' token /cross-pukapuka/generated_link/BAL/ContextMenuItem.h:159: error: 'PlatformMenuDescription' does not name a type In file included from /Pukapuka/BAL/Widgets/WebCore/AmigaOS4/BCContextMenuAmigaOS4.cpp:32: /cross-pukapuka/generated_link/BAL/ContextMenu.h:47: error: ISO C++ forbids declaration of 'HitTestResult' with no type /cross-pukapuka/generated_link/BAL/ContextMenu.h:47: error: expected ',' or '...' before '&' token /cross-pukapuka/generated_link/BAL/ContextMenu.h:48: error: ISO C++ forbids declaration of 'HitTestResult' with no type /cross-pukapuka/generated_link/BAL/ContextMenu.h:48: error: expected ',' or '...' before '&' token /cross-pukapuka/generated_link/BAL/ContextMenu.h:48: error: 'WKAL::ContextMenu::ContextMenu(int)' cannot be overloaded /cross-pukapuka/generated_link/BAL/ContextMenu.h:47: error: with 'WKAL::ContextMenu::ContextMenu(int)' /cross-pukapuka/generated_link/BAL/ContextMenu.h:59: error: ISO C++ forbids declaration of 'PlatformMenuDescription' with no type /cross-pukapuka/generated_link/BAL/ContextMenu.h:63: error: 'HitTestResult' does not name a type /cross-pukapuka/generated_link/BAL/ContextMenu.h:66: error: 'PlatformMenuDescription' does not name a type /cross-pukapuka/generated_link/BAL/ContextMenu.h:67: error: 'PlatformMenuDescription' has not been declared /cross-pukapuka/generated_link/BAL/ContextMenu.h:69: error: 'PlatformMenuDescription' does not name a type /cross-pukapuka/generated_link/BAL/ContextMenu.h:72: error: 'HitTestResult' does not name a type /cross-pukapuka/generated_link/BAL/ContextMenu.h:75: error: 'PlatformMenuDescription' does not name a type /Pukapuka/BAL/Widgets/WebCore/AmigaOS4/BCContextMenuAmigaOS4.cpp:49: error: ISO C++ forbids declaration of 'HitTestResult' with no t ype
|
|
_________________
(NutsAboutAmiga) AmigaOne-XE 1Ghz, 512Mb ram, working again
|
Transfer
|
|
|
|
|
LiveForIt [image]
|
Re: Help port GStreamer |
|
Just can't stay away

From: Norway
|
|
Posts:
1136
|
|
Posted on: 2010/7/31 11:35:50
|
|
@joerg
Quote:If someone would have sent me an E-Mail until last week asking for them it would have been no problem, but I didn't make DVD backups of the OWB 3.29 diffs yet and now they are only on the HDs of my dead A1 and it will take some time until I can access them again. .
From time to time you should have uploaded it to OS4Depot.net. or synced the source code whit the CVN.
No I don't go around begging for source code, you have my e-mail address already.
|
|
_________________
(NutsAboutAmiga) AmigaOne-XE 1Ghz, 512Mb ram, working again
|
Transfer
|
|
|
|
|
LiveForIt [image]
|
Re: Help Joerg |
|
Just can't stay away

From: Norway
|
|
Posts:
1136
|
|
Posted on: 2010/7/31 15:16:47
|
|
@Joerg and Fab
What's the WKAL namespace?
|
|
_________________
(NutsAboutAmiga) AmigaOne-XE 1Ghz, 512Mb ram, working again
|
Transfer
|
|
|
|
You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
Home |