никак ни разберусь что не правильно |
Здравствуйте, гость ( Вход | Регистрация )
никак ни разберусь что не правильно |
TiiL |
22.8.2011, 10:44
Сообщение
#1
|
Участник Группа: Участник Сообщений: 124 Регистрация: 8.6.2011 Пользователь №: 2727 Спасибо сказали: 0 раз(а) Репутация: 0 |
выдаёт вот такие ошибки : In file included from TPP_PR.c:19: ..\samum\trunk\include/dos_samumg.h:79: warning: 'struct calc_GGC' declared inside parameter list ..\samum\trunk\include/dos_samumg.h:79: warning: its scope is only this definition or declaration, which is probably not what you want ..\samum\trunk\include/dos_samumg.h:79: warning: 'struct item_GGC' declared inside parameter list TPP_PR.c:39:1: warning: "char" redefined TPP_PR.c:38:1: warning: this is the location of the previous definition TPP_PR.c:40:1: warning: "char" redefined TPP_PR.c:39:1: warning: this is the location of the previous definition TPP_PR.c:55: warning: data definition has no type or storage class TPP_PR.c:55: warning: type defaults to 'int' in declaration of 'tmp_f' TPP_PR.c:55: error: 'argv' undeclared here (not in a function) TPP_PR.c:55: error: 'fail_name' undeclared here (not in a function) TPP_PR.c:56: warning: type defaults to 'int' in declaration of 'rain_name' TPP_PR.c:56: error: array of inappropriate type initialized from string constant TPP_PR.c:57: warning: type defaults to 'int' in declaration of 'tpp_name' TPP_PR.c:57: error: array of inappropriate type initialized from string constant TPP_PR.c:59: error: expected declaration specifiers or '...' before '*' token подскажите, будь те так любезны
Причина редактирования: используй кнопку КОД
|
|
|
kuzulis |
22.8.2011, 10:54
Сообщение
#2
|
Активный участник Группа: Участник Сообщений: 393 Регистрация: 29.6.2009 Пользователь №: 862 Спасибо сказали: 36 раз(а) Репутация: 7 |
Цитата никак ни разберусь что не правильно Всё! Цитата подскажите, будь те так любезны Не не не, копай сам. ЗЫ: Ай, молодца! |
|
|
Алексей1153 |
22.8.2011, 11:41
Сообщение
#3
|
фрилансер Группа: Участник Сообщений: 2941 Регистрация: 19.6.2010 Из: Обливион Пользователь №: 1822 Спасибо сказали: 215 раз(а) Репутация: 34 |
пытаешься код C скомпилить как C++
Так читай предупреждения и ошибки, да исправляй. Но жесть начинается здесь: # define char *fname = argv[1] /* Archive file name */ # define char *sname = argv[2] /* Specimen's name */ # define char *tmp_f = argv[3] /* Temporary file name */ ты три раза переопределяешь символ char . Зачем ? |
|
|
Текстовая версия | Сейчас: 27.12.2024, 4:13 |