Dear Vanilla,
I must start with saying that I'm sorry that I have to ask you something long (and probably boring to read) like this.
How can I compile your source ?
Let me tell you what I did and what's not working.
I installed FreeBSD 11.0 (i386) from the official FreeBSD website
Installed pkg:
/usr/sbin/pkg
pkg2ng
echo 'WITH_PKGNG=yes' >> /etc/make.conf
Installed clang:
cd /usr/ports/lang/clang-devel/ && make install clean
Installed makedepend:
cd /usr/ports/devel/makedepend/ && make install clean
Added in make.conf
CC = clang-devel
CPP = clang-cpp-devel
CXX = clang++-devel
CFLAGS += -stdlib=libc++
Installed googletest:
cd /usr/ports/devel/googletest/ && make install clean
Installed cryptopp:
cd /usr/ports/security/cryptopp/ && make install clean
Installed devil:
cd /usr/ports/graphics/devil/ && make install clean
But I've got this problem
t
Then I used 'make DISABLE_VULNERABILITIES=yes' and in the end it successfully installed ( I guess )
Installed mariadb101-client
cd /usr/ports/databases/mariadb101-client/ && make install clean
I must say that while the ports were being installed i spotted this warning (multiple times and on different ports )
I know that you told me that there's no need to install libcxxrt and libc++, but I found them in usr/src/lib and tried to install them.
I haven't found libc++.ld on my system
Anyway, that's all I did with the installation thing. Now when I try to use gmake depend this error shows:
Sorry again for the long message. I hope you can and want to help me.
Best Regards,
Undyne