Потдскажите какие строчки поменять\добавить? вот на эту #include <unistd.h> вот так ругается async.hh(25) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory crypt_handler.cpp тут кое-что поменял #ifdef WIN32 #include <winsock.h> //#include <winsock2.h> //#include <WS2tcpip.h> #else #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #endif #include <stdio.h> #include <errno.h> #include <netdb.h> но вот так ругается на последние 3 строчки... flow_handler.hh(47) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory stdafx.cpp тут несоответствие параметров #define ts_debug(level, fmt, args...) __ts_debug_i(level, __FILE__, __LINE__, fmt, ##args) #define ts_error(fmt, args...) ts_debug(-1, fmt, ##args) #define ts_debug_1(fmt, args...) ts_debug(1, fmt, ##args) #define ts_debug_2(fmt, args...) ts_debug(2, fmt, ##args) #define ts_debug_3(fmt, args...) ts_debug(3, fmt, ##args) #define ts_debug_4(fmt, args...) ts_debug(4, fmt, ##args) #define ts_fatal(fmt, args...) (ts_error(fmt, ##args), exit(-1)) собсно, вот... error C2010: '.' : unexpected in macro formal parameter list _________ Заранее благодарен!

Ответ на:
комментарий
от cobold
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от mv
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от anonymous

Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум [gentoo] всё поломал при переезде ~x86 -> ~amd64 (2010)
- Форум Ошибки Squid при конфигурировании (2008)
- Форум В чем ошибка чтения? (2020)
- Форум пмогите плиз!!!!! (2004)
- Форум Запуск cedega под 64битным дистрибутивом (2007)
- Форум debian (2006)
- Форум Как получить свой IP адрес? (2005)
- Форум libgmlib.so.1: cannot open shared object file (2016)
- Форум Problema s kompilyaciey yadra (2000)
- Форум BROADCAST sendto вызывает Permission denied (2004)