Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为 Twilio 编译 C++ API。Laurent Luce 的指示不是很清楚,是两年前做的。
我究竟如何使用 libcurl 和 openssl 和 make (nmake) 来编译库????当我尝试在 twilio++ 目录中的命令行上运行 nmake 时,我得到:
makefile(25):致命错误 U1001:语法错误:宏停止中的非法字符 '^'。
如果有人可以提供帮助或指点,我会很欣慰
如果这个错误是由$^. 您可以尝试将其替换为$**. 但没有保证。通常,nmake不适用于 GNU makefile。为获得最佳效果,请使用 GNU make。
$^
$**
nmake
make