+ Responder ao Tópico



  1. #1
    rayz0r
    Visitante

    Padrão superkaramba no conectiva 10

    to tentando instalar o superkaramba no conectiva 10, olhem o erro que da, na hora que faço make:

    make all-recursive
    make[1]: Entering directory `/home/rayz0r/Desktop/superkaramba-0.35'
    Making all in doc
    make[2]: Entering directory `/home/rayz0r/Desktop/superkaramba-0.35/doc'
    Making all in .
    make[3]: Entering directory `/home/rayz0r/Desktop/superkaramba-0.35/doc'
    make[3]: Nada a ser feito para `all-am'.
    make[3]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35/doc'
    Making all in en
    make[3]: Entering directory `/home/rayz0r/Desktop/superkaramba-0.35/doc/en'
    make[3]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35/doc/en'
    make[2]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35/doc'
    Making all in po
    make[2]: Entering directory `/home/rayz0r/Desktop/superkaramba-0.35/po'
    make[2]: Nada a ser feito para `all'.
    make[2]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35/po'
    Making all in src
    make[2]: Entering directory `/home/rayz0r/Desktop/superkaramba-0.35/src'
    make[3]: Entering directory `/home/rayz0r/Desktop/superkaramba-0.35/src'
    /usr/lib/kde3/bin/dcopidl ./dcopinterface.h > dcopinterface.kidl || ( rm -f dcopinterface.kidl ; /bin/false )
    /usr/lib/kde3/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-skel dcopinterface.kidl
    if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT main.o -MD -MP -MF ".deps/main.Tpo" \
    -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \
    then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
    else rm -f ".deps/main.Tpo"; exit 1; \
    fi
    In file included from main.cpp:5:
    karambaapp.h:14:20: Python.h: Arquivo ou diretório não encontrado
    In file included from main.cpp:19:
    karamba.h:8:20: Python.h: Arquivo ou diretório não encontrado
    In file included from karamba.h:56,
    from main.cpp:19:
    imagelabel.h:26:20: Python.h: Arquivo ou diretório não encontrado
    In file included from main.cpp:22:
    karamba_python.h:28:20: Python.h: Arquivo ou diretório não encontrado
    In file included from main.cpp:22:
    karamba_python.h:44: error: syntax error before `*' token
    karamba_python.h:45: error: syntax error before `*' token
    karamba_python.h:46: error: ISO C++ forbids declaration of `PyThreadState' with
    no type
    karamba_python.h:46: error: parse error before `*' token
    karamba_python.h:48: error: `myThreadState' was not declared in this scope
    karamba_python.h:48: error: invalid data member initialization
    karamba_python.h:48: error: (use `=' to initialize static data members)
    karamba_python.h:48: error: variable or field `getLock' declared void
    karamba_python.h:49: error: syntax error before `*' token
    karamba_python.h:50: error: `myThreadState' was not declared in this scope
    karamba_python.h:50: error: invalid data member initialization
    karamba_python.h:50: error: variable or field `releaseLock' declared void
    karamba_python.h:51: error: type specifier omitted for parameter `PyObject'
    karamba_python.h:51: error: parse error before `*' token
    make[3]: ** [main.o] Erro 1
    make[3]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35/src'
    make[2]: ** [all-recursive] Erro 1
    make[2]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35/src'
    make[1]: ** [all-recursive] Erro 1
    make[1]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35'
    make: ** [all] Erro 2

    Alguem pode me ajudar :?

  2. #2
    rayz0r
    Visitante

    Padrão superkaramba no conectiva 10

    consegui, pra quem tiver o mesmo problema e so
    #apt-get install python*

    hueahuae no meu caso, funcionou assim.

    agora olhem esse erro, nem no google, achei algo parecido ;/


    /usr/lib/python2.3/config/libpython2.3.a(posixmodule.o)(.text+0x40fe): In function `posi
    x_tmpnam':
    : warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
    /usr/lib/python2.3/config/libpython2.3.a(posixmodule.o)(.text+0x4029): In function `posi
    x_tempnam':
    : warning: the use of `tempnam' is dangerous, better use `mkstemp'
    make[3]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35/src'
    make[2]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35/src'
    make[2]: Entering directory `/home/rayz0r/Desktop/superkaramba-0.35'
    cd . && /bin/sh ./config.status Makefile
    fast creating Makefile
    make[2]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35'
    make[2]: Entering directory `/home/rayz0r/Desktop/superkaramba-0.35'
    cd . && /bin/sh ./config.status config.h
    config.status: creating config.h
    config.status: config.h is unchanged
    make[2]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35'
    make[1]: Leaving directory `/home/rayz0r/Desktop/superkaramba-0.35'

    Alguem ajuda?