|
prokaos Nickli Üyeden Alıntı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. |
In file included from language.h:76,
from actions.c:11:
langstrs.h:2: error: syntax error before numeric constant
actions.c: In function `bad_password':
actions.c:62: error: syntax error before ')' token
actions.c:79: error: syntax error before ')' token
make: *** [actions.o] Error 1
Hatası Alıyorum?
---------- gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -fno-builtin-log -c actions.c -o actions.o
In file included from language.h:76,
from actions.c:11:
langstrs.h:2: error: syntax error before numeric constant
actions.c: In function `bad_password':
actions.c:62: error: syntax error before ')' token
actions.c:79: error: syntax error before ')' token
make: *** [actions.o] Error 1
Yine Buraya İşliyor?
---------- [radiovatan@server ircservices-5.0.62]$ make
gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -fno-builtin-log -c actions.c -o actions.o
In file included from language.h:76,
from actions.c:11:
langstrs.h:2: error: syntax error before numeric constant
actions.c: In function `bad_password':
actions.c:62: error: syntax error before ')' token
actions.c:79: error: syntax error before ')' token
make: *** [actions.o] Error 1
Tam Olarak Hata Nedir hiç bişi Anlamadim.. :S
---------- Yapilan Herşeyi tek tek Geri Aldım Arkadaşlar Sonra Make Çektim Fakat
[radiovatan@server ircservices-5.0.62]$ make
gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -fno-builtin-log -c actions.c -o actions.o
In file included from language.h:76,
from actions.c:11:
langstrs.h:2: error: syntax error before numeric constant
actions.c: In function `bad_password':
actions.c:62: error: syntax error before ')' token
actions.c:79: error: syntax error before ')' token
make: *** [actions.o] Error 1
Hatasi yine Çıkıyor Karşıma?
|
Satır kaymalarını önlemek için kodları şu şekilde deneyin;
Kod: Kodu kopyalamak için üzerine çift tıklayın!
{ "TEMIZLE", do_baho, NULL, CHAN_HELP_BAHO, -1,-1,
(void *)ACCLEV_AOP },
satırını
Kod: Kodu kopyalamak için üzerine çift tıklayın!
{ "TEMIZLE", do_baho, NULL, -1, -1,-1,
(void *)ACCLEV_AOP },
Not: tr.l dosyasında hiç bir şekilde edit yapmayın. Editlenmemiş bir tr.l dosyası kullanabilirsiniz. Ama başka editleriniz var ise, benim kodumda göstermiş oldugum tr.l satırlarını(temizle ile ilgili olanları) bulup bir kez space tuşunu basınız. Böylece tr.l hatalarını önüne geçmiş olacaksınız.