Bug#467498: [Debichem-devel] Bug#467498: unable to compile test program

2008-02-29 Thread iw9cmd flavio
Michael Banck ha scritto: > Hi, > > On Mon, Feb 25, 2008 at 11:02:08PM +0100, iw9cmd flavio wrote: >> I can't compile this simple cpp source linking it against libopenbabel with >> -pedantic switch: > > Why do you need -pedantic? > A friend of mine uses this switch to check his code for some t

Bug#467498: [Debichem-devel] Bug#467498: unable to compile test program

2008-02-25 Thread Michael Banck
Hi, On Mon, Feb 25, 2008 at 11:02:08PM +0100, iw9cmd flavio wrote: > I can't compile this simple cpp source linking it against libopenbabel with > -pedantic switch: Why do you need -pedantic? Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Co

Bug#467498: unable to compile test program

2008-02-25 Thread iw9cmd flavio
Package: libopenbabel-dev Version: 2.1.1-2 Hi, I can't compile this simple cpp source linking it against libopenbabel with -pedantic switch: -8<- prova.cpp: #include #include int main(int argc, char** argv){ OpenBabel::OBMol p; } -