[DiscordArchive] repo where?
[DiscordArchive] repo where?
Archived author: Skarn • Posted: 2019-04-08T10:04:19.384000+00:00
Original source
it defaults to clang
Archived author: schlumpf • Posted: 2019-04-08T10:05:51.570000+00:00
Original source
> 12:04] Skarn: language="c++",
so that's enough to fix?
Archived author: Skarn • Posted: 2019-04-08T10:07:04.531000+00:00
Original source
Okay
Archived author: Skarn • Posted: 2019-04-08T10:07:07.014000+00:00
Original source
Fixed that
Archived author: Skarn • Posted: 2019-04-08T10:07:08.610000+00:00
Original source
but
Archived author: Skarn • Posted: 2019-04-08T10:07:12.767000+00:00
Original source
```
/usr/bin/clang -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -g -Inative/zlib -Inative/libimagequant -Inative/libpng -Inative/libtxc_dxtn -Inative/pngpp -I/Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m -c native/Png2Blp.cpp -o build/temp.macosx-10.6-intel-3.5/native/Png2Blp.o -O3 -mmacosx-version-min=10.9 -stdlib=libc++ -Wdeprecated
native/Png2Blp.cpp:11:10: fatal error: 'pngpp/png.hpp' file not found
#include "pngpp/png.hpp"
```
Archived author: schlumpf • Posted: 2019-04-08T10:07:47.046000+00:00
Original source
`brew install pngpp`
Archived author: Skarn • Posted: 2019-04-08T10:08:11.453000+00:00
Original source
the source is provided there as a relative path
Archived author: Skarn • Posted: 2019-04-08T10:08:17.584000+00:00
Original source
but it fails to find it
Archived author: Skarn • Posted: 2019-04-08T10:08:19.318000+00:00
Original source
hmmm