(./configure -C) > output.txt 2>&1 Jussi
On Fri, Sep 10, 2010 at 00:22, Jussi Lahtinen <[email protected]>wrote: > I think you should send whole output of "./configure -C". > > Jussi > > > > On Thu, Sep 9, 2010 at 23:51, Daniel Rojas <[email protected]> wrote: > >> Hi Jussi, I try the solution that you suggest, but I get the same error. >> >> I think that this error can be related with my Ubuntu version (9.04), I >> realy don't know. My PC is a little old, and it can't run a newer version >> of >> Ubuntu. >> >> :-( >> >> >> Daniel Quintero desde la Ciudad de México >> >> >> On Thu, Sep 9, 2010 at 1:35 PM, Jussi Lahtinen <[email protected] >> >wrote: >> >> > Instead of "./configure" try "./configure -C". >> > >> > Jussi >> > >> > On Thu, Sep 9, 2010 at 18:30, Daniel Rojas <[email protected]> wrote: >> > >> > > Hi all, I'm tryinh to compile gamba3, revision 3203. I do this: >> > > >> > > $ mkdir gambas3 >> > > $ cd gambas3 >> > > $ mkdir trunk >> > > $ svn checkout >> > > https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ >> > > . >> > > . >> > > . >> > > Revisión obtenida: 3203 >> > > >> > > $ cd trunk >> > > $ ./reconf-all >> > > $ ./configure >> > > $ make >> > > >> > > And then I have this error: >> > > >> > > make[5]: se ingresa al directorio >> > > `/home/dquinter/Descargas/Gambas3/trunk/trunk/gb.gtk/src' >> > > /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H >> -I. >> > > -I.. >> > > -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include >> > > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 >> > > -I/usr/include/pixman-1 -I/usr/include/freetype2 >> -I/usr/include/directfb >> > > -I/usr/include/libpng12 -I/usr/include/glib-2.0 >> > -I/usr/lib/glib-2.0/include >> > > -I/usr/include/librsvg-2 -I../share -pipe -Wall -fno-exceptions >> > > -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os >> > > -fno-omit-frame-pointer -MT gdrawingarea.lo -MD -MP -MF >> > > .deps/gdrawingarea.Tpo -c -o gdrawingarea.lo gdrawingarea.cpp >> > > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT >> > > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include >> -I/usr/include/atk-1.0 >> > > -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 >> > > -I/usr/include/freetype2 -I/usr/include/directfb >> -I/usr/include/libpng12 >> > > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include >> > > -I/usr/include/librsvg-2 >> > > -I../share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char >> > > -fvisibility=hidden -g -Os -fno-omit-frame-pointer -MT gdrawingarea.lo >> > -MD >> > > -MP -MF .deps/gdrawingarea.Tpo -c gdrawingarea.cpp -fPIC -DPIC -o >> > > .libs/gdrawingarea.o >> > > gdrawingarea.cpp: In member function ‘bool gDrawingArea::canFocus() >> > const’: >> > > gdrawingarea.cpp:112: error: ‘gtk_widget_get_can_focus’ no se declaró >> en >> > > este ámbito >> > > gdrawingarea.cpp: In member function ‘void >> > > gDrawingArea::setCanFocus(bool)’: >> > > gdrawingarea.cpp:117: error: ‘gtk_widget_set_can_focus’ no se declaró >> en >> > > este ámbito >> > > make[5]: *** [gdrawingarea.lo] Error 1 >> > > make[5]: se sale del directorio >> > > `/home/dquinter/Descargas/Gambas3/trunk/trunk/gb.gtk/src' >> > > make[4]: *** [all-recursive] Error 1 >> > > make[4]: se sale del directorio >> > > `/home/dquinter/Descargas/Gambas3/trunk/trunk/gb.gtk/src' >> > > make[3]: *** [all-recursive] Error 1 >> > > make[3]: se sale del directorio >> > > `/home/dquinter/Descargas/Gambas3/trunk/trunk/gb.gtk' >> > > make[2]: *** [all] Error 2 >> > > make[2]: se sale del directorio >> > > `/home/dquinter/Descargas/Gambas3/trunk/trunk/gb.gtk' >> > > make[1]: *** [all-recursive] Error 1 >> > > make[1]: se sale del directorio >> > > `/home/dquinter/Descargas/Gambas3/trunk/trunk' >> > > make: *** [all] Error 2 >> > > >> > > What can I fix it? >> > > >> > > Thanks for all. >> > >> >> ------------------------------------------------------------------------------ >> This SF.net Dev2Dev email is sponsored by: >> >> Show off your parallel programming skills. >> Enter the Intel(R) Threading Challenge 2010. >> http://p.sf.net/sfu/intel-thread-sfd >> _______________________________________________ >> Gambas-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > ------------------------------------------------------------------------------ Automate Storage Tiering Simply Optimize IT performance and efficiency through flexible, powerful, automated storage tiering capabilities. View this brief to learn how you can reduce costs and improve performance. http://p.sf.net/sfu/dell-sfdev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
