On Sunday 29 July 2001 07:06, you wrote: > > mod_vflow_wrap.c:494: UILink.h: No such file or directory > > mod_vflow_wrap.c:497: UINodeParameters.h: No such file or directory > > mod_vflow_wrap.c:498: UINode.h: No such file or directory > > mod_vflow_wrap.c:499: UINetwork.h: No such file or directory > > mod_vflow_wrap.c:500: UIDocument.h: No such file or directory > > Did you install Overflow, at least version 0.5.0? Yes, I installed everything from CVS, so I assume that it's the very latest. It is indeed in /opt/overflow, I just checked. In fact, I can run some overflow programs from /opt/overflow/bin, like vflow. gflow crashes as soon as I start it. And I see all the includes now, in /opt/overflow/include/overflow. Maybe I can make it compile now :). Ok, looking carefully at config.status and noticing s%@overflowdir@%/opt/overflow%g So, it looks like the dir is set correctly, but make still gives the same error. Trying: void2:/opt/overflow# mv include/ include-overflow void2:/opt/overflow# ln -s include-overflow/overflow include Aha! I don't get the same error anymore. Looks like /opt/overflow/include/overflow was wrongly created. The last "overflow" dir is superfluous. Ok, got an error saying that omniidl cannot be found. Oops, forgot to set my omniORB environment. Aha, looks like I also forgot to copy omni/include dir to /opt/omniORB. Alright, now it's compiling much further. Now I have to install panel-applet-dev package. Ok, it goes further. Bang, now I get this error: c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/include -I../include -I/opt/omniORB/include -g -ggdb -D__x86__ -D__linux__ -Wall -I../src -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/opt/overflow/include -I/usr/include/gnome-xml -g -O2 -c plugin_sensor_PL_main.c In file included from /opt/overflow/include/rc_ptrs.h:31, from /opt/overflow/include/Object.h:7, from /opt/overflow/include/ParameterSet.h:8, from plugin_sensor_PL_main.c:15: /opt/overflow/include/BaseException.h: In method `ExceptionStack::~ExceptionStack()': /opt/overflow/include/BaseException.h:109: warning: comparison between signed and unsigned /opt/overflow/include/BaseException.h: In method `void ExceptionStack::print(ostream & = cerr)': /opt/overflow/include/BaseException.h:112: warning: comparison between signed and unsigned /opt/overflow/include/BaseException.h: In method `void ExceptionStack::freeze()': /opt/overflow/include/BaseException.h:118: warning: comparison between signed and unsigned In file included from /opt/overflow/include/ParameterSet.h:8, from plugin_sensor_PL_main.c:15: /opt/overflow/include/Object.h: At top level: /opt/overflow/include/Object.h:156: warning: `class _ObjectFactory' has virtual functions but non-virtual destructor In file included from /opt/overflow/include/ObjectRef.h:8, from plugin_sensor_PL_main.c:16: /opt/overflow/include/net_types.h:247: type/value mismatch at argument 1 in template parameter list for `template <class T> TypeTraits<T>' /opt/overflow/include/net_types.h:247: expected a type, got `String' /opt/overflow/include/net_types.h:247: explicit specialization of non-template `{anonymous struct}' /opt/overflow/include/net_types.h:247: anonymous class type not used to declare any objects make[4]: *** [plugin_sensor_PL_main.o] Error 1 Doing cvs update on Overflow and piper; there is nothing new. --Leo