Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
12 crawler(s) on-line.
 111 guest(s) on-line.
 2 member(s) on-line.


 Hypex,  Birbo

You are an anonymous user.
Register Now!
 Hypex:  6 secs ago
 Birbo:  4 mins ago
 pixie:  30 mins ago
 amigakit:  1 hr 58 mins ago
 Hammer:  2 hrs 6 mins ago
 kolla:  2 hrs 21 mins ago
 kriz:  2 hrs 30 mins ago
 clint:  2 hrs 31 mins ago
 zipper:  4 hrs ago
 bhabbott:  4 hrs 28 mins ago

Software News   Software News : AmiZilla Update 31/8/06
   posted by Ants on 31-Aug-2006 5:42:18 (6688 reads)
Sorry for the long time since the last update- I wrote one several months ago, but never released it, as the students were coming to the end of their projects, and needed a lot of help with them. Also, I had time free to try and get AmiZilla compiling- so wanted to go hard on that first, to try and have something more concrete to announce- see below for my endeavours, such as they are!


The students have finished their projects, but they didn't end up with much concrete work. For the most part, it wasn't really their fault, as the projects were quite hard for their level of experience, and I was expecting the AmiZilla team to be able to provide more help than they did in the end. You also have to remember, the students had a huge amount of things to get familiar with first- from learning to use Bash and it's commands, then GCC, and setting up a cross-compiling environment, before they could even start with Configure and Make for AmiZilla (which can be scary for the first time!).

What was achieved though, was some documentation, and they sorted out a lot of little problems compiling the NSPR! Captain Moo-Moo and one of his students, tracked down lots of missing non-standard Amiga GCC libs, and commented out a2ixlibrary calls (as we're going back to creating one static exe first, to simplify things)- this has helped with compiling the NSPR.

And because of all the research done for and by them, we now have a reasonable idea of how everything is structured, and what needs doing. Most of the code is platform independent- we really only have to worry about the areas that contact the underlying OS. The three main areas where this happens, is the NSPR, XPCOM and XUL.

So far the NSPR is basically complete- it may need some extra work tweaking or adding to it. XPCOM needs platform specific code done in assembler, mainly specifying how an OS passes it's parameters to functions- I have some assembler experience, so with a little help it shouldn't be too hard. The other major hurdle is the GUI- oli's GTK-MUI project would require a lot of extra work to provide all the GTK and GDK functions AmiZilla needs (as it requires hundreds!). But what we'll try first, is to compile AmiZilla with the GTK GUI option, use an X-Server and create GTK/GDK libs from the Linux code, and see if that works. A developer has used some basic GTK programs to test the X11/GTK on OS4, and reports that the system runs well, and at a good speed. We could later look at doing a native XUL layer using MUI/Reaction; but as V3 of Firefox will dump the XUL GUI layer in favor of using Cairo, and having inbuilt gadgets/widgets, we may just work towards getting our code into the V3 code base instead.

We'll be using oli's port of GLib to AROS within AmiZilla- a couple of other devs have ported it to OS4 and MorphOS- they're in the process of restructuring the headers, so it will fit into one source tree- but we'll still need to port it to OS3.

Currently, we have one experienced developer (George Livingston), playing around with the source code, trying to get bits to compile under OS4. He's got the NSPR compiling, but the tests aren't working yet- so some debugging will be involved, but it's great to get it to this stage! I'm currently attempting to compile a Linux exe of Firefox, just to get familiar with the process, before trying to cross-compile it for OS3. So far I've managed to compile the NSPR and test it- I haven't been able to fully compile a Linux version of Firefox yet, as I suspect the version of GCC I'm using has a bug in it (the C++ code it doesn't like, is a quite complex combination of a Template, Namespace and an Iterator!). Soon, I intend to work on the AmiZilla website, with a new design, and lots of developer documentation.

If we can get the NSPR passing the tests, then it shouldn't take long to get it running with a GTK GUI, using an native X11 server. But as it could take awhile to get it running properly (along with XPCom), I can't give you any definite time frames on a Beta just yet (it may take 1-3 months, possibly more).

Any developers are welcome to join the project- to join the AmiZilla list, either send an email to amizilla-subscribe@yahoogroups.com, or go to the Yahoo AmiZilla website (but you need to create a Yahoo account, to do it this way).

Also, donations to help encourage more developers, are most welcome too! :)
- DiscreetFX's AmiZilla donation page.

- AmiZilla home page


Ants

Coordinator
Amizilla Team
    

STORYID: 3270
Related Links
· More about Software News
· News by Ants


Most read story about Software News
UBoot 2010.06.04 for Sam460ex available

Last news about Software News
Hollywood APK Compiler 4.0 released
Printer Friendly Page  Send this Story to a Friend

Goto page ( 1 | 2 )

PosterThread
Ants 
Re: AmiZilla Update 31/8/06
Posted on 2-Sep-2006 3:12:14
#21 ]
Member
Joined: 28-Jun-2005
Posts: 75
From: Auckland, New Zealand

@ Mobileconnect
Quote:
Wouldn't it make more sense to take an approach like Camino, and just try to make Gecko work, and build a simple native UI around it, without all the XUL cr*p?

Gecko is certainly no small task as it is, but it's a still a much more manageable project than getting the whole lot running.

Sure, I'd like to have the whole Firefox with all the extensions and everything supported, but realistically isn't it better to have something feasible soon rather than something so big and complex it'll never get finished?

But you're missing the point- we're initialy just going to use an X Server and compiled (linux code) GTK/GDK libs, and compile AmiZilla with the default GTK XUL option. As the X Server and GTK/GTK libs have already been compiled for OS4, it theoretically should be no extra work to get the GUI running! And we may never do a native XUL, as V3 of Firefox is dumping XUL in favour of Cairo and built-in gadgets.


_________________
- Ants

 Status: Offline
Profile     Report this post  
The_Editor 
Re: AmiZilla Update 31/8/06
Posted on 5-Sep-2006 13:30:20
#22 ]
Elite Member
Joined: 7-Mar-2003
Posts: 7629
From: 192.168.0.02 ..Pederburgh .. Iceni

TimeScale ?


_________________
******************************************
I dont suffer from Insanity - I enjoy it

******************************************

 Status: Offline
Profile     Report this post  
Ants 
Re: AmiZilla Update 31/8/06
Posted on 7-Sep-2006 3:37:37
#23 ]
Member
Joined: 28-Jun-2005
Posts: 75
From: Auckland, New Zealand

@ The_Editor
Quote:
TimeScale ?

As I said in the release:

Quote:
If we can get the NSPR passing the tests, then it shouldn't take long to get it running with a GTK GUI, using an native X11 server. But as it could take awhile to get it running properly (along with XPCom), I can't give you any definite time frames on a Beta just yet (it may take 1-3 months, possibly more).

Last edited by Ants on 07-Sep-2006 at 03:38 AM.


_________________
- Ants

 Status: Offline
Profile     Report this post  

Goto page ( 1 | 2 )

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle