[gtkmm] gtkmm / c++ / procbuf



Hi list

This is my first post on this list :)

I'm writing a little application with gtkmm and c++. This application use procbuf to execute a program and stores the output in a textview.

It was working well, but in a system upgrade (i think...) has been happened something strange...

This is the error:

window1.cc:19:21: procbuf.h: No such file or directory
window1.cc:28: error: `procbuf' undeclared (first use this function) -> (for example "procbuf f;")

using -> #include <procbuf>

i have located procbuf.h in /usr/include/g++-3.2/, so if i use #include <g++-3/procbuf.h> there are new errors from procbuf.h:

/usr/include/g++-3/procbuf.h: At global scope:
/usr/include/g++-3/procbuf.h:45: error: virtual outside class declaration
/usr/include/g++-3/procbuf.h:46: error: destructors must be member functions
/usr/include/g++-3/procbuf.h:48: error: error de decodificación before `}


i have been searching in google but i haven't found anything useful :(


I use GNU/Debian and
libgtkmm2.0-1c102 - C++ wrappers for GTK+ 2.0 (shared libraries)
libgtkmm2.0-dev - C++ wrappers for GTK+ 2.0 (development files)

i suppose that this problem is not related so much with gtkmm, but i don't know where can i get an answer.

Can anyone help me? Thanks.

Agur

--
Clave Pública gpg http://kutxa.homeunix.org/ga.asc

"Frente al ensordecedor silencio de los media dominantes, los mil y un susurros de los media alternativos deben hacer oír el canto de la información libre."

Un pequeño recuerdo a un gran amigo - http://etxea.homelinux.net/argazkiak/xevian/

:wq!




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]