Hey! So I'm using the GUIDO Engine JNI as part of a music editing program.
I've had a lot of success with the GUIDO library thus far, so thanks for all
the work you guys have put in!
However, I've been having issues with portability. I'm compiling on a 64-bit
Macbook, and things are fine on my end. However, my partner in this project
works on a 64-bit Windows machine and a 64-bit Ubuntu machine. As such, the
GUIDOEngine.dll binary doesn't work for him.
I've tried downloading the source code for the libraries, but I've been having
a lot of trouble compiling the linux and win64 versions of the libraries. I'm
not too familiar with Cmake and have spent several hours combatting errors in
the compile process.
Is there a place where I can get the linux and win64 libraries (and jni
libraries) in binary?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Guido binaries are available for 32 or 64 bits architectures on Ubuntu linux:
see at https://sourceforge.net/projects/guidolib/files/DevKits/Ubuntu/
For windows it's a bit more complex since the basic distribution is 32 bits.
It looks like it's time to distribute a 64 bits version too :-)
In the mean time, you'll have to recompile but I can help with cmake: what is
your target development environment?
Are you using Visual Studio?
--
Dominique
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey! So I'm using the GUIDO Engine JNI as part of a music editing program.
I've had a lot of success with the GUIDO library thus far, so thanks for all
the work you guys have put in!
However, I've been having issues with portability. I'm compiling on a 64-bit
Macbook, and things are fine on my end. However, my partner in this project
works on a 64-bit Windows machine and a 64-bit Ubuntu machine. As such, the
GUIDOEngine.dll binary doesn't work for him.
I've tried downloading the source code for the libraries, but I've been having
a lot of trouble compiling the linux and win64 versions of the libraries. I'm
not too familiar with Cmake and have spent several hours combatting errors in
the compile process.
Is there a place where I can get the linux and win64 libraries (and jni
libraries) in binary?
Thanks!
Hi,
Guido binaries are available for 32 or 64 bits architectures on Ubuntu linux:
see at https://sourceforge.net/projects/guidolib/files/DevKits/Ubuntu/
For windows it's a bit more complex since the basic distribution is 32 bits.
It looks like it's time to distribute a 64 bits version too :-)
In the mean time, you'll have to recompile but I can help with cmake: what is
your target development environment?
Are you using Visual Studio?
--
Dominique