Hi, On Sun, Jul 06, 2014 at 02:44:59PM +0200, Steinar H. Gunderson wrote: > I've released Cubemap 1.1.1; it contains two small but still useful fixes. > Please take a look when you have the time -- it should be a simple uupdate.
sadly it does not compile cleanly for me due to missing includes:
g++ -MMD -MP -D_FORTIFY_SOURCE=2 -Wall -O2 -g -pthread -o input.o -c input.cpp
input.cpp: In function ‘bool parse_url(const string&, std::string*,
std::string*, std::string*, std::string*, std::string*)’:
input.cpp:66:11: error: ‘stderr’ was not declared in this scope
fprintf(stderr, "ooo user='%s' host='%s'\n", user->c_str(), host->c_str());
^
input.cpp:66:76: error: ‘fprintf’ was not declared in this scope
fprintf(stderr, "ooo user='%s' host='%s'\n", user->c_str(), host->c_str());
^
Makefile:16: recipe for target 'input.o' failed
That's due to 8a2129f4c808600d6151f724dcbd816188d3d1c6.
Kind regards
Philipp Kern
signature.asc
Description: Digital signature

