Форум TeamX
   Home   Members  
Pages: 1 [2] |   Go Down
 
Author Topic: DAT2 (2.32)  (Read 3209 times)
Wasteland Ghost
Администратор
Posts: 869

Маленькое Злое Привидение


Re: DAT2 (2.32)
« Reply #15 on: 04 October 2008, 17:28:49 »

man g++
Jordan
Пользователь
Posts: 416

476228895
Re: DAT2 (2.32)
« Reply #16 on: 10 October 2008, 15:53:39 »


Поправил compile.c

Сначала набрал

g++ /home/jordan/sslc_src/compile.c

Получил

jordan@jordan-desktop:~$ g++ /home/jordan/sslc_src/compile.c
/home/jordan/sslc_src/compile.c:19:16: предупреждение: missing terminating " character
/home/jordan/sslc_src/compile.c:20:13: предупреждение: missing terminating " character
In file included from /home/jordan/sslc_src/compile.c:5:
/home/jordan/sslc_src/parse.h:67: ошибка: expected unqualified-id before ‘namespace’
/home/jordan/sslc_src/parse.h:67: ошибка: expected ‘;’ before ‘namespace’
In file included from /home/jordan/sslc_src/compile.c:5:
/home/jordan/sslc_src/parse.h:101: ошибка: expected unqualified-id before ‘namespace’
/home/jordan/sslc_src/parse.h:101: ошибка: expected ‘;’ before ‘namespace’
jordan@jordan-desktop:~$


Потом набрал
gcc /home/jordan/sslc_src/compile.c

Получил

jordan@jordan-desktop:~$ gcc /home/jordan/sslc_src/compile.c
/home/jordan/sslc_src/compile.c:19:16: предупреждение: missing terminating " character
/home/jordan/sslc_src/compile.c:20:13: предупреждение: missing terminating " character
/tmp/ccahL21p.o: In function `main':
compile.c:(.text+0xeb): undefined reference to `compilerErrorTotal'
compile.c:(.text+0x299): undefined reference to `parse'
compile.c:(.text+0x29e): undefined reference to `freeCurrentProgram'
compile.c:(.text+0x2ae): undefined reference to `compilerErrorTotal'
compile.c:(.text+0x2b7): undefined reference to `compilerErrorTotal'
collect2: выполнение ld завершилось с кодом возврата 1
jordan@jordan-desktop:~$


Незнаю что делать.

Воспрянет Россия, из праха отцов
Расправятся крылья, миллионов сердец
Поднимут все головы и грудью вздохнут
И громка скажут, что пришли
Мы пришли, со столетней войны
Wasteland Ghost
Администратор
Posts: 869

Маленькое Злое Привидение


Re: DAT2 (2.32)
« Reply #17 on: 11 October 2008, 14:16:05 »

Исправлять ошибки. Где-то отсутствует закрывающая кавычка, судя по тексту.

А вообще, если уж взялся программить, учись читать сообщения компилятора.
Pages: 1 [2] |   Go Up