wbraswell / alien-astyle

Alien::astyle, Use Perl To Build The Artistic Style Code Formatter On Any Platform
1 stars 0 forks source link

CPAN Testers Failure On Darwin #7

Open wbraswell opened 7 years ago

wbraswell commented 7 years ago
Output from './Build':

Building Alien-astyle
compilet-fdz3P.c:1:5: warning: no previous prototype for function 'boot_compilet' [-Wmissing-prototypes]
int boot_compilet() { return 1; }
    ^
1 warning generated.
ld: warning: object file (compilet-fdz3P.o) was built for newer OSX version (10.11) than being linked (10.4)
Internal Exception at /Users/hornenj/.cpan/build/Alien-Base-0.030-5/blib/lib/Alien/Base/ModuleBuild.pm line 382.
Could not find any matching files at /Users/hornenj/.cpan/build/Alien-Base-0.030-5/blib/lib/Alien/Base/ModuleBuild.pm line 382.
Can't call method "version" on an undefined value at /Users/hornenj/.cpan/build/Alien-Base-0.030-5/blib/lib/Alien/Base/ModuleBuild.pm line 391.

http://www.cpantesters.org/cpan/report/b8ef9f4a-d8ed-11e6-b252-0c7aa522188b

nigelhorne commented 7 years ago

Try as I might I can't get IO::Socket::SSL to build on later Darwins.

wbraswell commented 7 years ago

@plicease What do we do when we can't build IO::Socket::SSL?

wbraswell commented 7 years ago

@nigelhorne I have opened a new issue for IO::Socket::SSL, can you please head over there and post your specific build error messages & other pertinent info? Thanks! :-)

https://github.com/noxxi/p5-io-socket-ssl/issues/50