Compiler Options

2002-07-17 Thread Sascha Huedepohl
Hi, sorry for the OT, but i dont knwo where else to ask. I would like to add some compiler-options to the makeprocess. But i dont know how. I cant see a configure option for that and simply have now knowledge about the automake I dont knwo for what architecture gcc compiles, i have a celeron

Re: Compiler Options

2002-07-17 Thread Rachel Collins
On Wed, 17 Jul 2002 11:56:46 +0200 Sascha Huedepohl [EMAIL PROTECTED] wrote: Hi, sorry for the OT, but i dont knwo where else to ask. I would like to add some compiler-options to the makeprocess. But i dont know how. I cant see a configure option for that and simply have now knowledge

Re: Compiler Options

2002-07-17 Thread Art Haas
On Wed, Jul 17, 2002 at 11:56:46AM +0200, Sascha Huedepohl wrote: Hi, sorry for the OT, but i dont knwo where else to ask. I would like to add some compiler-options to the makeprocess. But i dont know how. I cant see a configure option for that and simply have now knowledge about the

Re: Compiler Options

2002-07-17 Thread Sean 'Shaleh' Perry
An easy way to add compiler options is to run the configure script with a few special environment variables set to the values you want. CXX == c++ compiler CXXFLAGS == compiler flags When I build blackbox, I run configure like this ... $ CXXFLAGS=-O2 -march=i586 -Wall ./configure

scroll lock patch in cvs

2002-07-17 Thread Sean 'Shaleh' Perry
I just committed the code which allows Scroll Lock to disable blackbox's keybindings. It is the last option in the Config menu. *NOTE* you *MUST* do a make install or the new entry will *NOT* appear. Unfortunately this also means anyone who maintains an NLS entry needs to send me an update.

new bbconf release - 1.8

2002-07-17 Thread Jason 'vanRijn' Kasper
re, all bbconf 1.8 is set loose. This fixes a small buglet in the keybinding editor whereby you'd go, like, hey, add me one of them command thingeys, and bbconf would go, like, sure, dude, but wouldn't really do anything. Or something like that anway. Also, new with this release, I've gotten