Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline apj

Re: Netsurf for 68 amigas, css capable web brower
« Reply #29 on: May 10, 2009, 02:57:55 PM »
I've been pretty busy yesterday.
What I did:
I have all dependencies now...yay
What to do:
I'll see if netsurf compiles.  

Offline wawrzon

Re: Netsurf for 68 amigas, css capable web brower
« Reply #30 on: May 10, 2009, 03:34:31 PM »
GOGOGO!!!
 

Offline utri007Topic starter

Re: Netsurf for 68 amigas, css capable web brower
« Reply #31 on: May 10, 2009, 06:22:32 PM »
Great :D Netsurf would be more usable with 68k cpus than owb
ACube Sam 440ep Flex 800mhz, 1gb ram and 240gb hd and OS4.1FE
A1200 Micronic tower, OS3.9, Apollo 060 66mhz, xPert Merlin, Delfina Lite and Micronic Scandy, 500Gb hd, 66mb ram, DVD-burner and WLAN.
A1200 desktop, OS3.9, Blizzard 060 66mhz, 66mb ram, Ide Fix Express with 160Gb HD and WLAN
A500 OS2.1, GVP+HD8 with 4mb ram, 1mb chip ram and 4gb HD
Commodore CDTV KS3.1, 1mb chip, 4mb fast ram and IDE HD
 

Offline mbrantley

Re: Netsurf for 68 amigas, css capable web brower
« Reply #32 on: May 10, 2009, 06:30:05 PM »
Quote

wawrzon wrote:
GOGOGO!!!


What he said!  :bow:
 

Offline save2600

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 3261
  • Country: us
    • Show only replies by save2600
Re: Netsurf for 68 amigas, css capable web brower
« Reply #33 on: May 10, 2009, 06:37:59 PM »
Netsurf for 68k/3.x machines? Yes please and thank you :-)
 

Offline djbase

Re: Netsurf for 68 amigas, css capable web brower
« Reply #34 on: May 11, 2009, 12:52:15 AM »
Quote

chiark wrote:
COuld someone advise on the best way to set up a compilation environment - should I try cross compiling, or go native?  Either way, which toolchain is recommended?  I know DICE and a little bit of the SAS/C environment, but I don't feel that that'll do the job :-)

Any advice appreciated on this before I waste a load of time just on the build environment! :-D


I use the GCC environment of Cubic IDE which is a really good start.
 

Offline chiark

  • Sr. Member
  • ****
  • Join Date: Jul 2004
  • Posts: 308
    • Show only replies by chiark
    • http://www.chiark.com
Re: Netsurf for 68 amigas, css capable web brower
« Reply #35 on: May 11, 2009, 09:02:38 AM »
Fantastic, thank you DJBase - just setting that up now!
Celebrating 21... no, make that 27... years of Amiga use
 

Offline utri007Topic starter

Re: Netsurf for 68 amigas, css capable web brower
« Reply #36 on: May 12, 2009, 06:14:57 AM »
"I'll see if netsurf compiles"

:D what did happen?
ACube Sam 440ep Flex 800mhz, 1gb ram and 240gb hd and OS4.1FE
A1200 Micronic tower, OS3.9, Apollo 060 66mhz, xPert Merlin, Delfina Lite and Micronic Scandy, 500Gb hd, 66mb ram, DVD-burner and WLAN.
A1200 desktop, OS3.9, Blizzard 060 66mhz, 66mb ram, Ide Fix Express with 160Gb HD and WLAN
A500 OS2.1, GVP+HD8 with 4mb ram, 1mb chip ram and 4gb HD
Commodore CDTV KS3.1, 1mb chip, 4mb fast ram and IDE HD
 

Offline wawrzon

Re: Netsurf for 68 amigas, css capable web brower
« Reply #37 on: May 12, 2009, 08:26:07 PM »
is not that easy 4 sure. lets be patient.
 

Offline Jose

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2871
    • Show only replies by Jose
Re: Netsurf for 68 amigas, css capable web brower
« Reply #38 on: May 12, 2009, 09:55:10 PM »
I've taken a look at the source a while ago but the make file is a bit complicated for me, it uses a lot of advanced Make syntax. The 1st hurdle I found was what seems to be a Perl script. There's various versions of Perl available on Aminet but I didn't take a look on setting them up. There probably would have to be modifications of the make file on the way it calls the perl script on 3.x too.
\\"We made Amiga, they {bleep}ed it up\\"
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: Netsurf for 68 amigas, css capable web brower
« Reply #39 on: May 12, 2009, 09:56:37 PM »
Perl is awful too. I'd probably stop there...
int p; // A
 

Offline Jose

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2871
    • Show only replies by Jose
Re: Netsurf for 68 amigas, css capable web brower
« Reply #40 on: May 12, 2009, 11:04:56 PM »
I found THIS page for perl on AmigaOS 3.x, if anyone wants to take I look.
I just know they start with "#!" or something:)
\\"We made Amiga, they {bleep}ed it up\\"
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: Netsurf for 68 amigas, css capable web brower
« Reply #41 on: May 12, 2009, 11:37:36 PM »
Quote

Jose wrote:

I just know they start with "#!" or something:)


That's the shebang, used to indicate to unix-like shells how to invoke the rest of the script.

#!/usr/bin/perl

for instance, tells the shell to invoke the perl command.
int p; // A
 

Offline buzz

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show only replies by buzz
Re: Netsurf for 68 amigas, css capable web brower
« Reply #42 on: May 13, 2009, 12:32:34 AM »
Perl is great! Long live perl <3
 

Offline Jose

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2871
    • Show only replies by Jose
Re: Netsurf for 68 amigas, css capable web brower
« Reply #43 on: May 13, 2009, 01:38:41 AM »
Shebang, wow, I like the name :-D
\\"We made Amiga, they {bleep}ed it up\\"
 

Offline 0amigan0

  • Full Member
  • ***
  • Join Date: Dec 2006
  • Posts: 109
    • Show only replies by 0amigan0
Re: Netsurf for 68 amigas, css capable web brower
« Reply #44 from previous page: May 13, 2009, 12:39:42 PM »
@__artur:

Let us know how u're progressing.