Having a more complete terminal output from that error would be useful ;)
But - which version of libticonv are you building, and how are you building it ? There's an issue with the version corresponding to TILP II 1.18, fixed in Git. It's supposed to work now, as Adriweb performed tests for ticket #225 from MacOS X.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Weird, the patch has been specifically designed to solve tha tissue, and works as expected for me :(
When you applied the patch, how did you re-build libticonv? IIRC, you can just go into the libticonv folder (in trunk/src I believe) and do autoreconf -vif && ./configure && make -j4.
Lionel may have more info about this... Eventually the patch should be merged so the install script would be working fine on its own, though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Having a more complete terminal output from that error would be useful ;)
But - which version of libticonv are you building, and how are you building it ? There's an issue with the version corresponding to TILP II 1.18, fixed in Git. It's supposed to work now, as Adriweb performed tests for ticket #225 from MacOS X.
I was trying to build 1.1.5 associated with TILP II 1.15. Would building it from git most likely work?
The full terminal output from running the install script is below:
This is equivalent to the results I have gotten when building by hand.
Actually, Adriweb had to patch libticonv for it to build on MacOS X as well, and both of us forgot about it...
Try applying his fix https://usercontent.irccloud-cdn.com/file/ArsFNPV7/0001-libticonv-Fix-build-on-macOS.patch , using
patch -p1
. It should definitely work. When you have tested it, I can push it to master :)I ran the patch and I still was getting the same error.
Weird, the patch has been specifically designed to solve tha tissue, and works as expected for me :(
When you applied the patch, how did you re-build libticonv? IIRC, you can just go into the libticonv folder (in trunk/src I believe) and do
autoreconf -vif && ./configure && make -j4
.Lionel may have more info about this... Eventually the patch should be merged so the install script would be working fine on its own, though.
I ran the same process and it didn't work for me, maybe once it merges I can try
it again and see if it runs any better.