well... just edit the getopt.h file by hand!
Just find the line and remove the error!
removing the && and everything behind in this line worked
fine for me!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1180763
well... just edit the getopt.h file by hand!
Just find the line and remove the error!
removing the && and everything behind in this line worked
fine for me!
Logged In: NO
put /* */ comment brackets around the lines 103-105 in
src/main.cpp
eg.
/*
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
*/
(or put a #define HAVE_GETOPT_H 0 somewhere else ;-))