Welcome, Guest. Please login or register.

Author Topic: Netsurf for 68k amigas, css capable web brower  (Read 34069 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: Netsurf for 68 amigas, css capable web brower
« on: May 08, 2009, 08:01:03 PM »
Try using TARGET=morphos.
My Amigas: A500, Mac Mini and PowerBook
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: Netsurf for 68 amigas, css capable web brower
« Reply #1 on: May 08, 2009, 08:56:50 PM »
@artur

What command "uname" returns for you?
My Amigas: A500, Mac Mini and PowerBook
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: Netsurf for 68 amigas, css capable web brower
« Reply #2 on: May 08, 2009, 09:52:19 PM »
@__artur

Ah, try using HOST=morphos now. Also edit morphos entry in makefile and replace gcc4 by gcc and remove PPC flags CFLAGS. You can also disable some junk from makefile.config and pay attention to link libs.

There are some MorphOS API calls in my MUI backend but if you manage to get it compiling I can help you to fix MorphOS dependencies in the code.
My Amigas: A500, Mac Mini and PowerBook
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: Netsurf for 68 amigas, css capable web brower
« Reply #3 on: May 14, 2009, 05:46:14 AM »
@chris

I noticed this on my MorphOS port of Netsurf where I had to implement font caching wih TTEngine. Works very well and there are also some advantages in using TTEngine rather than plotting glyphs manually.
My Amigas: A500, Mac Mini and PowerBook
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: Netsurf for 68 amigas, css capable web brower
« Reply #4 on: May 14, 2009, 07:22:30 PM »
atomi.h is only in MorphOS SDK and implements atomic operations (sub, add and so on) in PPC assembly. I have implemented generic replacement for that header file now, just ask on IRC.
My Amigas: A500, Mac Mini and PowerBook
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: Netsurf for 68k amigas, css capable web brower
« Reply #5 on: May 26, 2009, 10:00:23 AM »
Quote from: AmigaMance;456274
MHO: Too much talking about a web broswer that doesn't support unicode or even javascript and the only advantage of using it instead of Ibrowse or AWeb is to have CSS layout and NOTHING else... Unless i'm missing something.


It does support Unicode.
My Amigas: A500, Mac Mini and PowerBook