Darren returns
Darren Vincent Hart <[email protected]> 07 Jul 2003 22:26:29 -0600
| Newsgroups | gmane.comp.embedded.stk.gui.devel |
|---|---|
| Message-ID | <1057638389.5382.64.camel@sway> |
Hey team, We just got back from Oregon/California and had a great time. I am now looking over the changes and will try and fix the bug in event handling I introduced prior to leaving. -The build fails if you don't enable logging. -I can't build with direct fb, it can't find <directfb.h> from backend_dfb.h (and it exists in /usr/include/directfb/directfb.h) -The directfb path is included in the gcc command line, even if I don't --enable-directfb Darren On Sun, 2003-06-29 at 11:17, Marc Strämke wrote: > As you most certainly have noticed by now, i've changed some rather > substantial parts of the build system: > 1. You have to configure either with --enable-sdl or with > --enable-directfb > 2. You can enable or disable logging at compile time with > --enable-logging or by not specifying it > 3. Only the backends you selected get compiled and installed. > > I only had time to test it on my Directfb based machines yet, please > test it on SDL ones too!