-
Hi - I'm trying to build gsl-java-1.3-0.6 with ant 1.6 and it generates the
enclosed error.
Any ideas?
-- Ken
Buildfile: build.xml
[property] Unable to find resource c-tasks.properties
[taskdef] Could not load definitions from resource c-tasks.tasks. It could not be found.
[typedef] Could not load definitions from resource c-tasks.types. It could not be found.
2006-12-13 19:49:54 UTC by dharmakat
-
Hi. I'm looking forward to the next version of gsl-java. Any updates on the time-frame of when it might be expected?
If it is going to be a while, any chance of a development snapshot as-is? I for one would welcome being able to get a jump on integration of the next version. My own code is far from alpha quality, so it won't matter if it actually works for me for a while, but being able to...
2005-08-01 15:42:22 UTC by djung
-
The current gsl-java distribution was linked against gsl v.1.3.
The current gsl version (1.6?) may not support the "gsl_warning()" function - I did not check.
In this situation you can just comment the associated
JNI binding function(s) that invoke "gsl_warning()"
(e.g. " Java_org_gnu_gsl_errno_Errno_gsl_1warning" in
Errno.[ch])
You can also comment...
2005-07-26 14:49:34 UTC by newt66
-
The "string" type is a C++ STL type. Most likely you need
to install "libstdc++5-dev" for gcc/g++ 3.x.x.
I refer you to following post and replies where someone
has the same problem.
http://lists.debian.org/debian-user/2003/04/msg02343.html
The current version of gsl-java was compiled w/gcc 2.9.x
and did not incur the problem you are having. The next
release...
2005-07-25 12:57:33 UTC by newt66
-
I am tryiing to build gsl-java on a Fedora Core 3 system, with gsl (1.6), ant (1.6.2), GCC (3.4.3) and velocity (1.4). The error message is given below.
thanks,
bkli
[cpp-compile] 1 total files to be compiled.
[cpp-compile] /opt/gsl-java-1.3-0.6/src/com/asi/gnu/callbacks/JNUCallbackFrame.c: In member function `int JNUCallbackFrame::acquire()':
[cpp-compile]...
2005-07-24 13:19:14 UTC by bkli
-
I encountered the same problem compiling on Cygwin today.
Platform:
Cygwin/GCC/Windows 2000 using the standard (not Windows) version of the GSL Java build file.
Here's what I was able to figure out:
It looks like it's simply a matter of ordering on the linker command line. Note that this is the very same problem that I've seen users encounter while compiling GSL on Cygwin (been down...
2004-04-05 21:33:33 UTC by lance2010
-
The "test-build.xml" mentioned in previous msg
was posted as a patch.
/Mark Newton.
2004-02-24 14:53:25 UTC by newt66
-
Some ancillary parts of the original buildfile
(gsl-java-1.3-0.6/build.xml) were commented
out in attempt to achieve build on XP w/Cygwin.
The buildfile is just a test.
/Mark Newton.
2004-02-24 14:51:26 UTC by newt66
-
Received a support request for Cygwin on Windows XP
from wimmer123@users.sourceforge.net.
Email gets bounced from your address - pls check
Below are the contents of the reply:
Hi Martin,
Thanks for your interest in the interface. I hope I can help you get past
the problems quickly:
Attached pls find a test buildfile ("test-build.xml") where I commented
out the...
2004-02-24 14:45:58 UTC by newt66
-
Anonymous committed patchset 1 of module CVSROOT to the GSL Java Interface CVS repository, changing 11 files.
2003-02-10 16:12:24 UTC by nobody