- El Pensadero de Canek - https://aztlan.fciencias.unam.mx/~canek/pensadero -

Geom 0.0.1

Bueno, llegó el momento de dejar que todos los que quieran le echen un ojo a Geom, jueguen con él, y si así lo desean cooperen tantito con algunos parches, ideas y/o arte (los iconos podrían ser mejorados por mucho).

Acabo de levantar un sitio para Geom [1] (basado en trac [2]); es un wiki, así que espero que documentación y discusión acerca del programa se vaya generando no sólo por mí.

El sitio y todo lo relacionado con el programa está en inglés, por supuesto. Lamentablemente es la lingua franca del Software Libre.

El código está en SVN, y se puede conseguir haciendo

svn co http://abulafia.fciencias.unam.mx/svn/geom

También en la página hay un tarball, junto con otro de CCC que funciona con Geom (la versión de Sven en este momento hace tronar a mi programa).

Ya anuncié el programa [3] en GNOME Files [4], así que espero que la gente interesada en el mismo empiece a jugar con él. Por supuesto, estoy liberando el programa con la versión 2 de la GNU General Public License.

Así que quien quiera revisar lo que he hecho, ahora es el momento.

Actualización (2007-01-22): trac resultó ser demasiado avaricioso con los recursos de mi servidor, y parece que mucha gente le gustó Geom porque mi uso de ancho de banda subió por las nubes. Así que moví el sitio a abulafia al igual que el repositorio SVN, porque aquí sí necesito el ancho de banda de la UNAM.

4 Comments (Open | Close)

4 Comments To "Geom 0.0.1"

#1 Comment By Mike On enero 20, 2007 @ 7:55 AM

Hi,

Geom looks already very good, but I can’t install CCC on my Ubuntu Edgy Eft System and therefore I can install Geom :(

But I am waiting for the next version anyway :)

Keep up the good work!

#2 Comment By Canek On enero 20, 2007 @ 11:06 AM

What is the problem with CCC? Did you use the tarball in Geom’s page? Maybe running autogen.sh?

CCC fails to compile in the python bindings (for me); but doing a “make -k install” installs the C library (which is the one I care about).

Perhaps you should try that.

#3 Comment By Mike On enero 21, 2007 @ 3:36 PM

autogen.sh:

#############

checking for gtk-doc >= 1.0…

testing gtkdocize…
not found.
***Error***: You must have gtk-doc >= 1.0 installed
to build libccc. Download the appropriate package for
from your distribution or get the source tarball at
[5]

Checking for required M4 macros…

gtk-doc.m4 not found

Checking for forbidden M4 macros…

***Error***: some autoconf macros required to build libccc
were not found in your aclocal path, or some forbidden
macros were found. Perhaps you need to adjust your
ACLOCAL_FLAGS?

#4 Comment By Canek On enero 21, 2007 @ 3:51 PM

Well, there you go. You need [6]; alternatively you can run autogen.sh --enable-gtk-doc, but maybe that doesn’t work (ccc is alpha).

Anyway, I think the easy way is to install gtk-doc.