StevenHickson / PiAUISuite

Raspberry PI AUI Suite
Other
695 stars 210 forks source link

DownloadController doesn't compile on Ubuntu #33

Open zlietapki opened 9 years ago

zlietapki commented 9 years ago

... downconn.cpp:(.text+0x156): undefined reference to curl_easy_cleanup' downconn.cpp:(.text+0xa79): undefined reference tocurl_easy_setopt' ..

Solution is to change Makefile $(CC) $(BLDDEF) $(FLAGS) $(LIBS) -o $(addprefix $(OUTPUT), download) downconn.cpp download.cpp -> $(CC) $(BLDDEF) $(FLAGS) -o $(addprefix $(OUTPUT), download) downconn.cpp download.cpp $(LIBS)