[Pipet Users] (no subject)

Bryant Lau blau5 at hotmail.com
Wed Jun 6 18:54:40 EDT 2001


Hi,

I switched to the cvs copy of piper now (on rh6.2), but when I do the 
autogen.sh, these warnings come up:

./configure: GNOME_INIT: command not found
.
.
./configure: GNOME_COMPILE_WARNINGS: command not found
.
.
./configure: GNOME_INIT: command not found

It is able to complete though, however the makefile is screwed up in 
dl/vflow/interfaces.
I think the problem is that there are 2 "vflowmodule0 7 31 10 20001 6 28 10 
6 4 3 2 1 0SO)" where there should be vflowmodule$(SO)

I fix that, but when I next compile, I get this error message (where I am 
now stuck):

gmake[5]: Entering directory `/root/newtmp/piper/src/dl/vflow/interfaces'
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/gnome-xml     
-I/usr/include/python1.5 -I/usr/lib/python1.5/config     -fPIC -g -O2     
-I/usr/local/include    -g -O2 -c mod_vflow_wrap.c
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UIDocument_scanDL(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:959: no method `UIDocument::scanDL'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINetwork_getType(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1101: no matching function for call to `UINetwork::getType 
()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINetwork_getNodes(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1342: no matching function for call to `UINetwork::getNodes 
()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINetwork_getLinks(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1368: no matching function for call to `UINetwork::getLinks 
()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINetwork_getTerminals(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1394: no matching function for call to 
`UINetwork::getTerminals ()'
/usr/include/UINetwork.h:88: candidates are: 
UINetwork::getTerminals(UINetTerminal::NetTermType)
mod_vflow_wrap.c: In function `struct PyObject * _wrap_UINode_getType(struct 
PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1583: no matching function for call to `UINode::getType ()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINode_getInputs(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1640: no matching function for call to `UINode::getInputs 
()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINode_getOutputs(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1666: no matching function for call to `UINode::getOutputs 
()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINode_getParameters(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1692: no matching function for call to 
`UINode::getParameters ()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINode_getDescription(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1706: no matching function for call to 
`UINode::getDescription ()'
mod_vflow_wrap.c: In function `struct PyObject * _wrap_UINode_setPos(struct 
PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1747: no matching function for call to `UINode::setPos 
(double &, double &)'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_ParameterText_description_get(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1879: `class ParameterText' has no member named 
`description'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_ParameterText_description_set(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:1898: `class ParameterText' has no member named 
`description'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINodeParameters_addParameterText(struct PyObject *, struct PyObject 
*)':
mod_vflow_wrap.c:1965: no matching function for call to 
`UINodeParameters::addParameterText (string &, string &, string &, string 
&)'
/usr/include/UINodeParameters.h:47: candidates are: 
UINodeParameters::addParameterText(string, string, string)
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINodeParameters_removeParameterText(struct PyObject *, struct 
PyObject *)':
mod_vflow_wrap.c:1983: no matching function for call to 
`UINodeParameters::removeParameterText (string &)'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UINodeParameters_get_textParams(struct PyObject *, struct PyObject 
*)':
mod_vflow_wrap.c:1998: no matching function for call to 
`UINodeParameters::get_textParams ()'
mod_vflow_wrap.c: In function `struct PyObject * _wrap_new_UITerminal(struct 
PyObject *, struct PyObject *)':
mod_vflow_wrap.c:2030: no matching function for call to 
`UITerminal::UITerminal (ItemInfo *&, UINode *&, bool &, double &, double 
&)'
/usr/include/UITerminal.h:82: candidates are: UITerminal::UITerminal(const 
UITerminal &)
/usr/include/UITerminal.h:36:                 UITerminal::UITerminal(string, 
UINode *, bool, double, double)
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UITerminal_getType(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:2078: no matching function for call to `UITerminal::getType 
()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UITerminal_getDescription(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:2096: no matching function for call to 
`UITerminal::getDescription ()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UITerminal_isInputTerminal(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:2114: no matching function for call to 
`UITerminal::isInputTerminal ()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UITerminal_getConnections(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:2128: no matching function for call to 
`UITerminal::getConnections ()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UILink_getFromTerminal(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:2273: no matching function for call to 
`UILink::getFromTerminal ()'
mod_vflow_wrap.c: In function `struct PyObject * 
_wrap_UILink_getToTerminal(struct PyObject *, struct PyObject *)':
mod_vflow_wrap.c:2287: no matching function for call to 
`UILink::getToTerminal ()'
gmake[5]: *** [mod_vflow_wrap.o] Error 1

I have installed both Overflow and gms (from the cvs).  I also have omniORB 
and omniORBpy and the other libraries installed.  Can anyone help me with 
this?

Thanks,
Bryant Lau


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.





More information about the Pipet-Users mailing list