Processed: Re: Bug#103674: g++-3.0: #include is broken when using -I/usr/include

2001-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 103674 libgtkmm-dev Bug#103674: g++-3.0: #include is broken when using -I/usr/include Bug reassigned from package `g++-3.0' to `libgtkmm-dev'. > thanks Stopping processing here. Please contact me if you need assistance

Bug#103674: g++-3.0: #include is broken when using -I/usr/include

2001-07-05 Thread Daniel Jacobowitz
reassign 103674 libgtkmm-dev thanks On Thu, Jul 05, 2001 at 05:56:10PM -0700, Michael Babcock wrote: > Package: g++-3.0 > Version: 1:3.0-4 > Severity: normal > > With g++ 3.0 if you have "-I/usr/include" on the command line, > "#include " does not work properly. > Since `gtkmm-config --cflags` in

Bug#103674: g++-3.0: #include is broken when using -I/usr/include

2001-07-05 Thread Michael Babcock
Package: g++-3.0 Version: 1:3.0-4 Severity: normal With g++ 3.0 if you have "-I/usr/include" on the command line, "#include " does not work properly. Since `gtkmm-config --cflags` includes this automatically it is a problem. [EMAIL PROTECTED]:~$ cat teststring.cc #include int main () { retu