Bug in the header file of the latest Git snapshot

Request help for teeworlds-related subjects (mapping, servers, ..).
For client issues, see our repositories (https://github.com/ddnet/ddnet/issues).
Post Reply
User avatar
Fifi
Posts: 298
Joined: Fri Jan 23, 2015 11:57 pm
Location: Cracow, Poland
Player profile: http://ddnet.org/players/Fifi/

Bug in the header file of the latest Git snapshot

Post by Fifi »

I've got this problem when trying to compile DDNet Client on Arch Linux:
xterm wrote:[1]:bam release                                          ~/ddnet-DDRace64:20:58
[1/2] #1 c++ src/engine/client/fetcher.cpp
src/engine/client/fetcher.cpp:62:45: error: no ‘long int CFetcher::HTTPResponse(const char*)’ member function declared in class ‘CFetcher’
long CFetcher::HTTPResponse(const char *pUrl)
^
bam: 'objs/engine/client/fetcher.o' error 256
bam: error: a build step failed
It is caused by a missing method declaration in the fetcher.h file. Adding this:

Code: Select all

long HTTPResponse(const char *pUrl);
after the declaration of QueueAdd method solves the problem.

I'm not sure where to post about it, so I'll just leave this here.
Last edited by Fifi on Sun Feb 08, 2015 9:31 pm, edited 4 times in total.
Image
User avatar
deen
TECHNICAL Team
Posts: 3579
Joined: Mon May 05, 2014 2:30 pm
Player profile: https://ddnet.org/players/deen/
Discord: deen#5910

Re: Bug in the header file of the latest Git snapshot

Post by deen »

Thanks, fixed.
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests