Building Netsurf on arm-linux framebuffer

2011-04-18 Thread Sertac TULLUK
Dear Netsurf developers, Firstly, I want to thank you for making such modular web browser. I have an embedded device with arm926EJ-s chipset, which is using simple linux framebuffer. And I want to port Netsurf to my device. I passed many sequences, but I finally stuck on compiling libnsfb with

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread Martin Bazley
The following bytes were arranged on 18 Apr 2011 by Sertac TULLUK: > Dear Netsurf developers, > > Firstly, I want to thank you for making such modular web browser. > > I have an embedded device with arm926EJ-s chipset, which is using simple > linux framebuffer. And I want to port Netsurf to my de

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread John-Mark Bell
On Mon, Apr 18, 2011 at 10:56:11AM +0300, Sertac TULLUK wrote: > Dear Netsurf developers, > > Firstly, I want to thank you for making such modular web browser. > > I have an embedded device with arm926EJ-s chipset, which is using > simple linux framebuffer. And I want to port Netsurf to my devic

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread John-Mark Bell
On Mon, Apr 18, 2011 at 01:41:22PM +0100, Martin Bazley wrote: > > The correct place for such discussion is the developers' mailing list, > which is detailed in the same place you got the address for this one > from. As one of the list owners, I don't care where people ask their questions, so lo

Header Truncation

2011-04-18 Thread David Pitt
Here's a bit of fun http://pittdj.co.uk/temp/h1.htm This kicked off in a drifting thread in csa.hardware, "Ethernet" In http://www.france-codepostal.fr/en/france/?SearchText=44170 the header below is vertically truncated. Find a postal code in France The line-height setting in CSS seems to be

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread Sertac TULLUK
Dear John; Thank you for your answer. When I make this change, I got following error: COMPILE: src/plot/16bpp.c src/plot/16bpp.c: In function `fill': src/plot/16bpp.c:72: warning: cast increases required alignment of target type make: *** [build-Linux-Linux-release-lib-static/src_plot_16bpp.o

netsurf 2.7 and google-search

2011-04-18 Thread Tony Moore
First may I join in thanks to the Developers, for their continued work on this project. It is greatly appreciated here. NetSurf 2.7 seems to format incorrectly any Google-search results page (the left hand column is absent, etc). Does anyone else see this? The problem is not present in the latest

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread John-Mark Bell
Please avoid top-posting on this list. Thanks! On Mon, Apr 18, 2011 at 04:42:29PM +0300, Sertac TULLUK wrote: > > This time, I modified 16bbp.c line 72, and modified as void *, and it > compiled with my arm-linux-gcc perfectly.. OK. Thanks for that; that'll be fixed in SVN soon. > And then, I

Re: netsurf 2.7 and google-search

2011-04-18 Thread Chris Newman
In article <671ef3c551.old_coaster@old_coaster.yahoo.co.uk>, Tony Moore wrote: > First may I join in thanks to the Developers, for their continued work > on this project. It is greatly appreciated here. Ditto. > NetSurf 2.7 seems to format incorrectly any Google-search results page > (the lef

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread Sertac TULLUK
Please avoid top-posting on this list. Thanks! Sorry for this, I will do my best to avoid... OK. Thanks for that; that'll be fixed in SVN soon. Thank you, I hope I can make some contribution to netsurf project positively.. This sounds very much like you've used the cross compiler to bu