Created
April 5, 2012 16:28
-
-
Save ainvyu/2312342 to your computer and use it in GitHub Desktop.
debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Checking for ssl via pkg-config...no | |
auto.def:77 missing close-bracket | |
in expression "[check-for-openssl $msg..." | |
missing close-bracket | |
in expression "[check-for-openssl $msg..." | |
(parsing expression "[check-for-openssl $ms...") | |
invoked from within | |
"if {[check-for-openssl $msg "$cflags $ldflags"} { | |
incr found | |
break | |
}" | |
("foreach" body line 11) | |
invoked from within | |
"foreach dir $ssldirs { | |
if {$dir eq ""} { | |
set msg "system ssl" | |
set cflags "" | |
set ldflags ""..." | |
invoked from within | |
"if {$ssldirs ne "none"} { | |
set found 0 | |
if {$ssldirs in {auto ""}} { | |
catch { | |
set cflags [exec pkg-config openssl --cflags-on..." | |
(file "auto.def" line 77) | |
invoked from within | |
"source $autosetup(autodef)" | |
(procedure "main" line 148) | |
invoked from within | |
"main $argv" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment