0 Members and 2 Guests are viewing this topic.
http://postimage.org/image/rnfsdgjeb/config: aros68k, a4k, 060/50, cv64, x-surf.
Nice monitor.
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.
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.
I use Cygwin, mingw ought to work as well.
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
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.
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
$ make -C m68k-unknown-amigaosmake: Entering directory `/home/netsurf/workspace/toolchains/m68k-unknown-amigaos'mkdir -p /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/sourcesmkdir -p /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/srcdirmkdir -p /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/build-stepstouch /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/build-steps/buildsteps.dwget -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.bz2touch /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/build-steps/gcc-4.5.1.tar.bz2.dtar xjf /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/sources/gcc-4.5.1.tar.bz2mv gcc-4.5.1 /home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/srcdir/gccmv: cannot move `gcc-4.5.1' to `/home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/srcdir/gcc': Permission deniedMakefile:126: recipe for target `/home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/build-steps/srcdir-step1.d' failedmake: *** [/home/netsurf/workspace/toolchains/m68k-unknown-amigaos/builddir/build-steps/srcdir-step1.d] Error 1make: Leaving directory `/home/netsurf/workspace/toolchains/m68k-unknown-amigaos'
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.
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