Hi again Found the problem... had some old fltk includes in /usr/local and was installing the cvs to /usr ... so dillo was mixing both includes and breaking the compile. its fixed now, thanks for the help, specially Johannes :) higuita -- Naturally the common people don't want war... but after all it is the leaders of a country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship. Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in every country. -- Hermann Goering, Nazi and war criminal, 1883-1946
On Wed, Aug 13, 2008 at 03:51:46AM +0000, Daniel Mota Leite wrote:
Hi again
Found the problem... had some old fltk includes in /usr/local and was installing the cvs to /usr ... so dillo was mixing both includes and breaking the compile.
its fixed now, thanks for the help, specially Johannes :)
FWIW, the latest CVS should compile without warnings on 64bit. (tested under xubuntu 8.04.1) -- Cheers Jorge.-
I just remembered the bit in png.c that goes: /* Get and set gamma information. Beware: gamma correction 2.2 will only work on PC's. todo: select screen gamma correction for other platforms. */ if (png_get_gAMA(png_ptr, info_ptr, &gamma)) png_set_gamma(png_ptr, 2.2, gamma); Does that still need fixing up for OSX nowadays?
On Thu, Aug 14, 2008 at 04:59:30PM +0000, corvid wrote:
I just remembered the bit in png.c that goes:
/* Get and set gamma information. Beware: gamma correction 2.2 will only work on PC's. todo: select screen gamma correction for other platforms. */ if (png_get_gAMA(png_ptr, info_ptr, &gamma)) png_set_gamma(png_ptr, 2.2, gamma);
Does that still need fixing up for OSX nowadays?
I didn't notice anything strange when testing dillo2 native in OSX. Images looked quite normal. Has anyone else tried it? BTW, the GUI under OSX has quite a lot of glitches. Mainly related with canvas refresh calls being lost, selection being really weird and the "canvas" area stepping a bit over the button panel. -- Cheers Jorge.-
-------- Original-Nachricht --------
Datum: Thu, 14 Aug 2008 15:23:08 -0400 Von: Jorge Arellano Cid <jcid@dillo.org> An: dillo-dev@dillo.org Betreff: Re: [Dillo-dev] Dillo in OSX
On Thu, Aug 14, 2008 at 04:59:30PM +0000, corvid wrote:
I just remembered the bit in png.c that goes:
/* Get and set gamma information. Beware: gamma correction 2.2 will only work on PC's. todo: select screen gamma correction for other platforms. */ if (png_get_gAMA(png_ptr, info_ptr, &gamma)) png_set_gamma(png_ptr, 2.2, gamma);
Does that still need fixing up for OSX nowadays?
I didn't notice anything strange when testing dillo2 native in OSX. Images looked quite normal. Has anyone else tried it?
BTW, the GUI under OSX has quite a lot of glitches. Mainly related with canvas refresh calls being lost, selection being really weird and the "canvas" area stepping a bit over the button panel.
You may try with double buffering disabled. If I remember correctly, there is still an unresolved OSX issue in the fltk code used for double buffering. Cheers, Johannes -- Psssst! Schon das coole Video vom GMX MultiMessenger gesehen? Der Eine f?r Alle: http://www.gmx.net/de/go/messenger03
participants (4)
-
corvid@lavabit.com
-
higuita7@yahoo.co.uk
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de