-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails for various ActiveState Perls #1
Comments
@pkTM Thank you for reporting the issue. The problem with the ActiveState perl on Win32 is either
Good news are the following: AntTweakBar distribution ships pre-compiled libraries (see into lib dir of AntTweakBar_116.zip). If you make some patch that will install AntTweakBar.lib/AntTweakBar64.lib under MS toolchain, and check that it works together with perl's bindings module (AntTweakBar), I'll be more then happy and surely accept it. |
Unfortunately, I don't know absolutely nothing about compiling or building dependencies. Honestly, that's why I chose Perl as programming language :) |
Yes. Originally ATB is shipped with pre-build win32 library, as well as with sources and corresponding Makefiles (mostly for unices). I have adopted the Makefile to be used to build the library for Strawberry Perl (which ships with mingw-compiler). So, for Active Perl with MS-Visual-Studio toolchain in theory, you can just copy pre-build libraries, and you'll have Alien::AntTweakBar installed. In any case they will be needed on linking stage when building AntTweakBar (perl's bindings themselfs). Here could be troubles, and that moment should tested carefully. Otherwise without perl's bindings the |
The Alien::AntTweakBar Perl module does not build for a variety of ActiveState Perls (one of them is the one I'm using). You can see the full list here: http://code.activestate.com/ppm/Alien-AntTweakBar/
I don't know about the reasons, but you can see the full build logs there, too.
Maybe it's something simple?
The text was updated successfully, but these errors were encountered: