Bug in the header file of the latest Git snapshot
- 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
I've got this problem when trying to compile DDNet Client on Arch Linux:
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.
It is caused by a missing method declaration in the fetcher.h file. Adding this: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
Code: Select all
long HTTPResponse(const char *pUrl);
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.
- deen
- 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
Thanks, fixed.
Who is online
Users browsing this forum: No registered users and 2 guests