Re: [Bacula-devel] qwt.h not found on Debian

2007-07-15 Thread Kern Sibbald
On Sunday 15 July 2007 22:18, David Boyes wrote: > > Regarding the 32/64 bit thing: > > > > maybe testing like this is a better way: > > > > if test "$(uname -m)" = "x86_64"; then > > It puts you into the business of exhaustively listing every possible > perversion of system/arch ids. Not very m

Re: [Bacula-devel] qwt.h not found on Debian

2007-07-15 Thread Kern Sibbald
On Sunday 15 July 2007 22:18, David Boyes wrote: > > Regarding the 32/64 bit thing: > > > > maybe testing like this is a better way: > > > > if test "$(uname -m)" = "x86_64"; then > > It puts you into the business of exhaustively listing every possible > perversion of system/arch ids. Not very m

Re: [Bacula-devel] qwt.h not found on Debian

2007-07-15 Thread David Boyes
> Regarding the 32/64 bit thing: > > maybe testing like this is a better way: > > if test "$(uname -m)" = "x86_64"; then It puts you into the business of exhaustively listing every possible perversion of system/arch ids. Not very maintainable/scalable for the long term. A simpler solution would

Re: [Bacula-devel] qwt.h not found on Debian

2007-07-15 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 14.07.07 um 21:17 Uhr: > On Saturday 14 July 2007 16:52, Marc Schiffbauer wrote: > > * Kern Sibbald schrieb am 14.07.07 um 15:35 Uhr: > > > Hello, > > > > > > I would appreciate it if you two would try the current SVN and see if it > can > > > find your installed qwt li