Problems when compiling from CVS
Ned Konz <[email protected]> Tue, 31 May 2005 12:28:25 -0700
| Newsgroups | gmane.comp.db.rekall.devel |
|---|---|
| Message-ID | <[email protected]> |
When compiling the CVS sources, with a Debian unstable/testing system (with all the mentioned packages installed) I get this: g++ -Wl,--no-undefined -g -shared -o script/python/librekall_script_py.so script/python/kb_basic.os script/python/kb_pybase.os script/python/kb_pyblock.os script/python/kb_pybutton.os script/python/kb_pychoice.os script/python/kb_pydblink.os script/python/kb_pydebug.os script/python/kb_pyevent.os script/python/kb_pyfield.os script/python/kb_pyform.os script/python/kb_pyformblock.os script/python/kb_pyframer.os script/python/kb_pygrid.os script/python/kb_pyitem.os script/python/kb_pylabel.os script/python/kb_pylink.os script/python/kb_pylinktree.os script/python/kb_pyobject.os script/python/kb_pyscript.os script/python/kb_pyslot.os script/python/kb_pysqldelete.os script/python/kb_pysqlinsert.os script/python/kb_pysqlselect.os script/python/kb_pysqlupdate.os script/python/kb_pystackpage.os script/python/kb_pysupport.os script/python/kb_pytabber.os script/python/kb_pytabberpage.os script/python/kb_pytree.os script/python/tkc_excskipdlg.os script/python/tkc_labeller.os script/python/tkc_pydebug.os script/python/tkc_pydebugbase.os script/python/tkc_pydebugwidget.os script/python/tkc_pyeditor.os script/python/tkc_pyfunclist.os script/python/tkc_pystacklist.os script/python/tkc_pytracelist.os script/python/tkc_pyvalue.os script/python/tkc_pyvaluelist.os -Lports/kde -Llibs/common -Llibs/kbase -Llibs/app -Llibs/el32 -L/usr/share/qt3/lib -lrekall_kde -lrekall_common -lrekall -lrekall_app -lrekall_el32 -lpython2.2 -ldl -lpthread -lutil -lqt-mt -lkparts -lkdeui -lkdecore -lkio -lkdeprint script/python/kb_pybase.os(.text+0xb18): In function `PyKBBase::makePythonClass(char const*, _object*, PyMethodDef*, char const*, char const**)': script/python/kb_pybase.cpp:269: undefined reference to `PyCFunction_NewEx' script/python/kb_pybase.os(.text+0x15b7): In function `PyKBBase::fromPyObject(_object*)': script/python/kb_pybase.cpp:572: undefined reference to `PyBool_Type' script/python/tkc_pydebugbase.os(.data.rel+0x0):script/python/tkc_pydebugbase.moc:23: undefined reference to `PyBool_Type' collect2: ld returned 1 exit status scons: *** [script/python/librekall_script_py.so] Error 1 make: *** [all] Error 2 Anything that I should look for to fix this? Thanks, Ned Konz