FOSSLC is a non-profit organization that specializes in technology and know-how to record conferences with excellent quality. Click on the icons below to view great videos from communities we are actively involved with:

 

AsSVG Implementation Progress

16 Nov in Blog, gcc, UCOSP Fall 2010, Ingres, UCOSP
Ingres

When I updated to the latest revision in the main git repository a little over a week ago, I hit a build issue looking for "libgeos_c.a".  After quite some trial and help from Alex and Andrew, the solution was to build libgeos using autoconf instead of cmake.

In the meantime I had looked into adding functions to ingres SQL, and unit tests.  I'm still unsure about how exactly SVG will be represented (whether it be as it is in Adriel's documentation for AsSVG at http://lazyeye.github.com/ingresDocs/, or another means), but regardless the implementation should not prove to be difficult.  Unit tests will not be difficult to write, now that i have worked with the unit tests, but I still have to talk further with UCOSP peers to properly write the tests for their functions.

Regarding my formerly proposed timeline I am indeed lagging behind as the deadline is fast approaching, but I am not currently worried about not being able to finish my tasks.  I still aim to "finish implementation" by the end of Sunday the 21st November, but may end up only having unit tests done next week.

Comments

libgeos_c.a

I ran into the same libgeos_c.a issue. I simply symlinked it to libgeos_c.so.1.6.1, which seems to work. Next time I build I will use autoconfig instead of cmake for libgeos.