wm.o: En la funci?n `wm_set_cursor_visibility':
/home/gonzalo/EsperandoOLPC/sugar/sugar-jhbuild/source/matchbox-window-manager/src/wm.c:2863: referencia a `XFixesHideCursor' sin definir /home/gonzalo/EsperandoOLPC/sugar/sugar-jhbuild/source/matchbox-window-manager/src/wm.c:2857: referencia a `XFixesShowCursor' sin definir collect2: ld devolvi? el estado de salida 1 make[2]: *** [matchbox-window-manager] Error 1 make[2]: Leaving directory `/home/gonzalo/EsperandoOLPC/sugar/sugar-jhbuild/source/matchbox-window-manager/src'make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gonzalo/EsperandoOLPC/sugar/sugar-jhbuild/source/matchbox-window-manager' make: *** [all] Error 2 *** error during stage build of matchbox-window-manager: Error running make *** [9/14] In fedora core 5 with libXfixes-3.0.1.2-2.2 libXfixes-devel-3.0.1.2-2.2 Gonzalo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.laptop.org/pipermail/sugar/attachments/20060824/c30396b6/attachment.html |
I have commented these lines and the compilation continue.
Now i have: checking for python... /usr/bin/python checking for python version... 2.4 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.4/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages ./configure: line 18785: syntax error near unexpected token `,AC_MSG_ERROR' ./configure: line 18785: `AM_CHECK_PYTHON_HEADERS(,AC_MSG_ERROR(could not find Python headers))' make: *** [config.status] Error 2 *** error during stage build of sugar: Error running make *** [14/14] I have python-devel installed, but i can find this macro. Any idea? Gonzalo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.laptop.org/pipermail/sugar/attachments/20060825/9ca7dfa0/attachment.html |
In reply to this post by Gonzalo Odiard-2
Gonzalo Odiard wrote:
> wm.o: En la funci?n `wm_set_cursor_visibility': > /home/gonzalo/EsperandoOLPC/sugar/sugar-jhbuild/source/matchbox-window-manager/src/wm.c:2863: > referencia a `XFixesHideCursor' sin definir > /home/gonzalo/EsperandoOLPC/sugar/sugar-jhbuild/source/matchbox-window-manager/src/wm.c:2857: > referencia a `XFixesShowCursor' sin definir > collect2: ld devolvi? el estado de salida 1 > make[2]: *** [matchbox-window-manager] Error 1 > make[2]: Leaving directory > `/home/gonzalo/EsperandoOLPC/sugar/sugar-jhbuild/source/matchbox-window-manager/src'make[1]: > *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/gonzalo/EsperandoOLPC/sugar/sugar-jhbuild/source/matchbox-window-manager' > make: *** [all] Error 2 > *** error during stage build of matchbox-window-manager: Error running > make *** [9/14] > > In fedora core 5 with > libXfixes-3.0.1.2-2.2 > libXfixes-devel-3.0.1.2-2.2 Looks like a matchbox issue. It works with libXfixes 4.0... Matthew, should matchbox be checking libXfixes version? Thanks, Marco |
In reply to this post by Gonzalo Odiard-2
Gonzalo Odiard wrote:
> I have commented these lines and the compilation continue. > Now i have: > > checking for python... /usr/bin/python > checking for python version... 2.4 > checking for python platform... linux2 > checking for python script directory... > ${prefix}/lib/python2.4/site-packages > checking for python extension module directory... > ${exec_prefix}/lib/python2.4/site-packages > ./configure: line 18785: syntax error near unexpected token > `,AC_MSG_ERROR' > ./configure: line 18785: `AM_CHECK_PYTHON_HEADERS(,AC_MSG_ERROR(could > not find Python headers))' > make: *** [config.status] Error 2 > *** error during stage build of sugar: Error running make *** [14/14] > I have python-devel installed, but i can find this macro. > Any idea? Sugar bug... Work around for now is to autogen the module again: sugar-jhbuild buildone -a sugar Will try to fix it now. Marco |
Marco Pesenti Gritti wrote:
> Gonzalo Odiard wrote: >> I have commented these lines and the compilation continue. >> Now i have: >> >> checking for python... /usr/bin/python >> checking for python version... 2.4 >> checking for python platform... linux2 >> checking for python script directory... >> ${prefix}/lib/python2.4/site-packages >> checking for python extension module directory... >> ${exec_prefix}/lib/python2.4/site-packages >> ./configure: line 18785: syntax error near unexpected token >> `,AC_MSG_ERROR' >> ./configure: line 18785: `AM_CHECK_PYTHON_HEADERS(,AC_MSG_ERROR(could >> not find Python headers))' >> make: *** [config.status] Error 2 >> *** error during stage build of sugar: Error running make *** [14/14] >> I have python-devel installed, but i can find this macro. >> Any idea? > > Sugar bug... Work around for now is to autogen the module again: > sugar-jhbuild buildone -a sugar > Will try to fix it now. Fixed. Thanks for the report! Marco |
Free forum by Nabble | Edit this page |