Welcome, Guest. Please login or register.

Author Topic: We need an iBrowse replacement for 68k!!!  (Read 75405 times)

Description:

0 Members and 3 Guests are viewing this topic.

Offline danbeaver

Re: We need an iBrowse replacement for 68k!!!
« Reply #59 on: January 30, 2013, 12:03:59 AM »
Quote from: wawrzon;724601
http://postimage.org/image/rnfsdgjeb/

config: aros68k, a4k, 060/50, cv64, x-surf.

Nice monitor.
 

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #60 on: January 30, 2013, 12:49:08 AM »
Quote from: danbeaver;724623
Nice monitor.

nice? this is my old formac, heavy as a pile of bricks and headache blurry on higher res. just kept it for amiga, even though i mostly use an lcd tv instead. convinced now?

@chris:thanks, second round tomorrow.;)
 

Offline a-pexTopic starter

  • Full Member
  • ***
  • Join Date: Aug 2006
  • Posts: 172
    • Show only replies by a-pex
Re: We need an iBrowse replacement for 68k!!!
« Reply #61 on: January 30, 2013, 06:16:36 PM »
There was a time where everyone said "Day of the Tentacle" is not possible on an A1200/030 AGA and it was possible! Just believe! :-)
 

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #62 on: January 30, 2013, 06:27:11 PM »
funny thing is on amiga people tend to believe just any bs thrown at them, but when it comes to something actually doable they will tell it impossible.
im just sitting in a cafe downloading a git client to get the last netsurf source code..
 

Offline apj

Re: We need an iBrowse replacement for 68k!!!
« Reply #63 on: January 30, 2013, 06:39:21 PM »
i can help too. i have already build latest netsurf , downloaded using git

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #64 on: January 30, 2013, 06:44:01 PM »
have you built it with toolchain as chris says? what target? seriously, im doing it only because none else volunteers, i have not the slightest idea of coding, all i ever did was to port some sdl games.
 

Offline apj

Re: We need an iBrowse replacement for 68k!!!
« Reply #65 on: January 30, 2013, 06:53:56 PM »
sorry for my different nick, i'm artur.
i think we could try chris plotters code to remove sdl.
as he said it uses graphics.library. question is how compatible it is with os3.
chris does it need many changes in the code ?

Edit:
looks like chris added some ifdefs to his code. he know best what to do.
I've also send my sources to novacoder. he works on native version too.
« Last Edit: January 30, 2013, 07:03:39 PM by apj »
 

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #66 on: January 30, 2013, 07:02:32 PM »
hi artur, didnt know you watch this space.
 

Offline gigogne

  • Newbie
  • *
  • Join Date: Aug 2011
  • Posts: 4
    • Show only replies by gigogne
Re: We need an iBrowse replacement for 68k!!!
« Reply #67 on: January 30, 2013, 07:25:44 PM »
Good news,
United we stand, divided we fall.
I'm sure you will succeed in making a Netsurf 68k AGA.
Thanks all.
 

Offline chris

Re: We need an iBrowse replacement for 68k!!!
« Reply #68 on: January 30, 2013, 07:44:58 PM »
Quote from: apj;724705
sorry for my different nick, i'm artur.
i think we could try chris plotters code to remove sdl.
as he said it uses graphics.library. question is how compatible it is with os3.
chris does it need many changes in the code ?

Edit:
looks like chris added some ifdefs to his code. he know best what to do.
I've also send my sources to novacoder. he works on native version too.


The plotters should "just work".  The fonts code and blits will need modifying though.
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #69 on: January 30, 2013, 08:13:44 PM »
Quote from: chris;724496
Don't bother with 2.9.  3.0-dev is pretty stable at the moment and due for release in the next 2-3 months.  The palette-mapped plotters aren't in 2.9 either.

sorry chris, have overseen this one.

Quote

I use Cygwin, mingw ought to work as well.

amidevcpp, so im using cygwin as well as i understand it.

Quote

I would advise trying to build the toolchains used by the auto-builder.  See this email: http://vlists.pepperfish.net/pipermail/netsurf-dev-netsurf-browser.org/2012-December/002983.html

for some reason apt-get isnt available here. im upgrading using cygwin setup tool. still some packages dont seem to be available. build-essential, autogen...

Quote

There is a m68k-unknown-amigaos target set up in there already.

I've never tried building the toolchains.  I keep meaning to as my OS4 builds have a weird issue that doesn't show up on the auto-built versions.  However, these might get around the problems NovaCoder had.

i see. ill report back when im that far.

Quote

You can then build the libraries (and NetSurf itself) using TARGET=amigaos3 as an argument to make.

It's worth reading this as well: http://wiki.netsurf-browser.org/Documentation/GettingCoding
 

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #70 on: January 30, 2013, 09:12:47 PM »
im a little bit tired now and have to switch locations. not being entirely succesful building gcc, so just to record how far i am and where its stuck the current shell feedback:

Code: [Select]
$ make -C m68k-unknown-amigaos
make: Entering directory `/home/netsurf/workspace/toolchains/m68k-unknown-amigao
s'
mkdir -p /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/sources
mkdir -p /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/srcdir

mkdir -p /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/build-
steps
touch /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/build-ste
ps/buildsteps.d
wget -q -O /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/sources/gcc-4
.5.1.tar.bz2 http://ftp.gnu.org/gnu/gcc/gcc-4.5.1/gcc-4.5.1.tar.bz2
touch /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/build-ste
ps/gcc-4.5.1.tar.bz2.d
tar xjf /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/sources/gcc-4.5.
1.tar.bz2
mv gcc-4.5.1 /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/sr
cdir/gcc
mv: cannot move `gcc-4.5.1' to `/home/netsurf/workspace/toolchains/m68k-unknown-
amigaos/builddir/srcdir/gcc': Permission denied
Makefile:126: recipe for target `/home/netsurf/workspace/toolchains/m68k-unknown
-amigaos/builddir/build-steps/srcdir-step1.d' failed
make: *** [/home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/buil
d-steps/srcdir-step1.d] Error 1
make: Leaving directory `/home/netsurf/workspace/toolchains/m68k-unknown-amigaos
'

lets see how do i grant this permission:
mv: cannot move `gcc-4.5.1' to `/home/netsurf/workspace/toolchains/m68k-unknown-
amigaos/builddir/srcdir/gcc': Permission denied
« Last Edit: January 30, 2013, 10:34:02 PM by wawrzon »
 

Offline NovaCoder

Re: We need an iBrowse replacement for 68k!!!
« Reply #71 on: January 30, 2013, 10:39:52 PM »
Quote from: apj;724705

Edit:
looks like chris added some ifdefs to his code. he know best what to do.
I've also send my sources to novacoder. he works on native version too.


Yep Thanks for that :)

I'll also give it another bash using your sources with my AmiDevCpp installed Cygwin.
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline chris

Re: We need an iBrowse replacement for 68k!!!
« Reply #72 on: January 30, 2013, 11:33:56 PM »
Quote from: wawrzon;724724
lets see how do i grant this permission:
mv: cannot move `gcc-4.5.1' to `/home/netsurf/workspace/toolchains/m68k-unknown-
amigaos/builddir/srcdir/gcc': Permission denied


It's trying to move it on top of itself by the looks of things, which is a bit weird.  Is your user account really called "netsurf"?  Cygwin calls the home directories after your Windows account name - eg. my home dir is /home/Chris

Did you create /home/netsurf to put everything in?  If so, don't do that - put it all in your home directory under a sub-dir of netsurf (/home/wawrzon/netsurf or whatever).  You should have full permissions then.
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #73 on: January 31, 2013, 12:10:44 AM »
no my win account isnt called netsurf. in fact i must look first what its called. never cared about accounts, neither under cygwin/devccp. as you see its located in home/netsurf, account directory is missing. this is likely the problem. will have to see how to create account under cygwin and adjust the dir tree. i understand i have to create dir/account matching the win login.
 

Offline trip6

  • Sr. Member
  • ****
  • Join Date: Jun 2007
  • Posts: 348
    • Show only replies by trip6
Re: We need an iBrowse replacement for 68k!!!
« Reply #74 from previous page: January 31, 2013, 12:11:49 AM »
Wasn't someone working on a Mozilla\Firefox port for classic amiga or is that dead now?