Search found 2 matches

by enthusiasticGeek
Tue Oct 08, 2019 7:57 pm
Forum: 3DS Development
Topic: 3ds-curl (libcurl) gives me "undefined reference to" errors
Replies: 2
Views: 16572

3ds-curl (libcurl) gives me "undefined reference to" errors

I posted earlier about how I installed 3ds-curl but make couldn't find it. Since then, I fixed it by adding -I/opt/devkitpro/portlibs/3ds/include/ to the INCLUDE variable within the Makefile. However, now I am getting multiple undefined reference to errors. Here is the complete make output starting ...
by enthusiasticGeek
Mon Oct 07, 2019 5:30 pm
Forum: 3DS Development
Topic: 3ds-curl (libcurl) gives me "undefined reference to" errors
Replies: 2
Views: 16572

I installed 3ds-curl, but include won't find it.

I installed 3ds-curl, but when attempting it make my app it says fatal error: curl/curl.h: No such file or directory . When including it, I have it set to #include <curl/curl.h> , which is what it says to do in the libcurl examples. Is it possible I'm supposed to include it from somewhere else? I am...