
Hi,
With the latest 2geom update I'm unable to build on Xandros. I'm seeing
./2geom/numeric/vector.h:76: error: -1'gsl_vector_ispos' was not declared in this scope
The version of libgsl0 I have there is 1.8
On Ubuntu 8.04 I have version 1.9
I think it would be good if we could keep compatibility with 1.8 at least for a while still.

On Sat, 05 Jul 2008 07:38:01 +0200, Jon A. Cruz <jon@...18...> wrote:
Hi,
With the latest 2geom update I'm unable to build on Xandros. I'm seeing
./2geom/numeric/vector.h:76: error: -1'gsl_vector_ispos' was not declared in this scope
The version of libgsl0 I have there is 1.8
On Ubuntu 8.04 I have version 1.9
I think it would be good if we could keep compatibility with 1.8 at least for a while still.
Now it should be compatible with version 1.8, however I have no distro using version 1.8. So you should be so kind to tell me if the fixup works correctly.
Kind Regards, Marco

On Jul 5, 2008, at 4:44 AM, Marco wrote:
Now it should be compatible with version 1.8, however I have no distro using version 1.8. So you should be so kind to tell me if the fixup works correctly.
Thanks. I'm still seeing a few issues.
The following functions seem to have been added after 1.8:
gsl_vector_ispos gsl_vector_isneg gsl_matrix_ispos gsl_matrix_isneg
If you want to use VMWare player or such to run tests in a distro that does have 1.8, the Eee PC "SDK" is actually an install of some Xandros 4.5 version. http://sourceforge.net/project/showfiles.php? group_id=215613&package_id=267376

On Sat, 05 Jul 2008 22:18:37 +0200, Jon A. Cruz <jon@...18...> wrote:
On Jul 5, 2008, at 4:44 AM, Marco wrote:
Now it should be compatible with version 1.8, however I have no distro using version 1.8. So you should be so kind to tell me if the fixup works correctly.
Thanks. I'm still seeing a few issues.
The following functions seem to have been added after 1.8:
gsl_vector_ispos gsl_vector_isneg gsl_matrix_ispos gsl_matrix_isneg
I know that. I think that the problem is simply that I didn't syncronize 2geom code in the inkscape trunk (indeed I believe you wanted to build 2geom).
- Marco

On Sat, 2008-07-05 at 13:44 +0200, Marco wrote:
I think it would be good if we could keep compatibility with 1.8 at least for a while still.
Now it should be compatible with version 1.8, however I have no distro using version 1.8. So you should be so kind to tell me if the fixup works correctly.
Okay, so I'm going to put a dependency on 1.8 in the configure.ac file. That way packagers should be able to pick that up. I'm against going any further than 1.8.
--Ted
participants (3)
-
Jon A. Cruz
-
Marco
-
Ted Gould