Menu

can't make linux version

Help
2003-08-14
2012-09-17
  • lee johnson

    lee johnson - 2003-08-14

    I got kodilib to compile cleanly but ~/kiki_src/kiki/linux is not and giving this error:
    ----------
    make
    make: *** No rule to make target `../src/../SWIG/KikiPy_wrap.cpp', needed by `kiki'.  Stop.

    thx
    lee

     
    • michael fivis

      michael fivis - 2004-01-10

      Do you have swig installed?

       
    • STanda Opichal

      STanda Opichal - 2004-02-23

      There is a wrong dependency IIRC for the "kiki" target in the Makefile:

      kiki: $(KIKISRC)/../SWIG/KikiPy.i $(obj)
              -(cd ../SWIG; swig -c++ -python -globals kiki -o KikiPy_wrap.cpp KikiPy.i; cp kiki.py ../py)
              $(CXX) $(obj) $(KODILIB) -o kiki $(GLLIBS) $(SDLLIBS) $(PYTHONLIBS) $(X11_LIBS)

      Also the X11 dependencies are not correct.

       

Log in to post a comment.