Re: Treeview CRITICAL Error

2009-04-30 Thread dhk
Carlos Pereira wrote: dhk wrote: only seems to compile when the -O (Optimization) option is present. However the options is set as -O0 (that's Dash-Oh-Zero) which should turn optimization off. I'd like to be able to compile the program without optimization, but so far this has just been an

Re: Treeview CRITICAL Error

2009-04-27 Thread Carlos Pereira
dhk wrote: only seems to compile when the -O (Optimization) option is present. However the options is set as -O0 (that's Dash-Oh-Zero) which should turn optimization off. I'd like to be able to compile the program without optimization, but so far this has just been an annoyance. In my opinion

Treeview CRITICAL Error

2009-04-25 Thread dhk
I have a program that I'm trying to clean up. There is a lot going on so please bear with me and I try to keep it brief. First - the build environment uses autoconf. The only reason I mention this is because in the Makefile.am when the -g options is added to the CFLAGS is only seems to