gpt4 book ai didi

c++ - C++ 和 Spotify API 入门

转载 作者:行者123 更新时间:2023-11-28 07:45:14 26 4
gpt4 key购买 nike

我决定通过实际使用 Spotifi 的 API 来开始学习 C++。

所以我下载了适合windows环境的文件,并设置MinGW使用它来编译。

现在,一切就绪,我在 Sublime2 项目中加载 Spotify-examples 文件夹并运行构建,但问题是我似乎无法传递以下错误:

c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe:D:\W0RK\Software\spotify-examples\Makefile: file format not recognized; treating as linker script
c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe:D:\W0RK\Software\spotify-examples\Makefile:1: syntax error
collect2.exe: error: ld returned 1 exit status
[Finished in 0.4s with exit code 1]

这是我自定义的 sublime 构建配置:

{
"cmd": ["C:\\MinGW\\bin\\mingw32-g++.exe", "-Wall", "-time", "--verbose", "$file", "-o", "$file_base_name"]
}

我是否遗漏了构建过程中的任何步骤?

最佳答案

您正在尝试链接 Makefile,这将失败,因为它不是目标文件。您需要将其从构建过程中排除。

关于c++ - C++ 和 Spotify API 入门,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15035256/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com