Hello,
Am Sonntag, den 20.06.2010, 10:42 +0200 schrieb John-Mark Bell
<jmb(a)netsurf-browser.org>:
> Added an new target called mint when host == mint and the target
is not
> set.
I don't see this in your patch.
Yes you are right, it's missing. I attached a new patch. It now adds a new
valid default target for mint ( which is not implemented yet ).
Can you explain this, please?:
+ LDFLAGS += -lSDL -lldg -lgem -lm
On MiNT only SDL framebuffer backend is available. (Altough there is an
old X11 version available for MiNT. If someone really want to use that X11
with MiNT/Netsurf he/she should figure it out how to adjust the makefile.)
-lSDL -lgem is needed for SDL.
I've seen that the -lldg entry isn't really needed. I removed that entry
within the attached patch.
-lm is needed for the math function, If it's missing the compiler (gcc 4.3
and 4.5 are available for MiNT systems) complaints about undefined
references to the math functions.
On 19.06.10, you wrote:
I know not much of netsurf buildsystem, so i a have avoid to answer
early, but the amiga OS Version
need
no makefile changes.only makefile.config need modify.
I understood it that way: the Makefile.config LDFLAGS would be prepended
before the framebuffer target LDFLAGS, that's is not acceptable for my
changes. Anyway, the configuration of the LDFLAGS through pkg-config within
the framebuffer part spits out errors when used for packages which do not
provide an pkg-config file, these errors are passed along...
Thanks to all of you for having a closer look at the file!
Greets,
Ole