IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Unreal IRCd (https://www.ircforumlari.net/unreal-ircd/)
-   -   Unreal 3.2 de auth.o (https://www.ircforumlari.net/unreal-ircd/32332-unreal-32-de-autho.html)

janus 30 Mayıs 2007 12:29

Unreal 3.2 de auth.o
 
Unreal3.2 kullaniorum src dizinin icinde auth.o sodyasi silinmis sanirim. bu dosyayi nasil geri getirebilirim yada elinde olan varsa buradan benimle paylasabilirmi. Unreal de make cektigimde bu dosyada hata verior :(

Holyzone 30 Mayıs 2007 15:50

Cevap: Unreal 3.2 de auth.o
 
baştan config cekerek deneyebilirsin.

Sky-Dancer 31 Mayıs 2007 04:26

Cevap: Unreal 3.2 de auth.o
 
Alıntı:

janus Nickli Üyeden Alıntı
Unreal3.2 kullaniorum src dizinin icinde auth.o sodyasi silinmis sanirim. bu dosyayi nasil geri getirebilirim yada elinde olan varsa buradan benimle paylasabilirmi. Unreal de make cektigimde bu dosyada hata verior :(

make çektiğiniz zaman zaten .o dosyası oluşur..
eğer auth.c de hata yapmışsanız auth.o oluşmayacaktır..
tam olarak auth.o nun silindiğini nerden anladığınızı söylerseniz, ona göre bir cevap verilebilir..
Yani make çektiğiniz zamanki hatanın tamamını buraya yapıştırırsanız daha net bir cevap verilebilir..

iyi Çalışmalar..

janus 31 Mayıs 2007 11:16

Yanıt: Unreal 3.2 de auth.o
 
Kod:

Building src
make[1]: Entering directory `/home/***/Unreal3.2/src'
gcc -I../include -I/home/***/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -export-dynamic  -c auth.c
In file included from ../include/channel.h:39,
                from ../include/struct.h:73,
                from auth.c:21:
../include/msg.h:2: error: syntax error before numeric constant
In file included from auth.c:25:
../include/msg.h:2: error: syntax error before numeric constant
In file included from /usr/include/sys/stat.h:105,
                from auth.c:32:
/usr/include/bits/stat.h:90: error: syntax error before '}' token
In file included from auth.c:32:
/usr/include/sys/stat.h:365: error: conflicting types for 'stat'
/usr/include/sys/stat.h:208: error: previous declaration of 'stat' was here
/usr/include/sys/stat.h:365: error: conflicting types for 'stat'
/usr/include/sys/stat.h:208: error: previous declaration of 'stat' was here
/usr/include/sys/stat.h:372: error: conflicting types for 'lstat'
/usr/include/sys/stat.h:236: error: previous declaration of 'lstat' was here
/usr/include/sys/stat.h:372: error: conflicting types for 'lstat'
/usr/include/sys/stat.h:236: error: previous declaration of 'lstat' was here
/usr/include/sys/stat.h:379: error: conflicting types for 'fstat'
/usr/include/sys/stat.h:212: error: previous declaration of 'fstat' was here
/usr/include/sys/stat.h:379: error: conflicting types for 'fstat'
/usr/include/sys/stat.h:212: error: previous declaration of 'fstat' was here
make[1]: *** [auth.o] Error 1
make[1]: Leaving directory `/home/**/Unreal3.2/src'
make: *** [build] Error 2


Sorun burada. scr dizinin icindeki dosyalri listeledigimde auth.o dosyasi yer almamakta. :(

AlwaysGooD 01 Haziran 2007 03:17

Cevap: Unreal 3.2 de auth.o
 
auth.c üzerinde yaptığın değişiklikler yüzünden auth.o oluşturulamıyor.

RooTMasteR 01 Haziran 2007 11:31

Cevap: Unreal 3.2 de auth.o
 
cd
cd Un*
cd include
rm -rf setup.h
cd ..
make

Komutlari İşini görür zannedersem

janus 02 Haziran 2007 05:54

Yanıt: Unreal 3.2 de auth.o
 
ayni sorun hala devam etmekde :(
Kod:

make[1]: Entering directory `/home/**/Unreal3.2/src'
gcc -I../include -I/home/***/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -export-dynamic  -c auth.c
In file included from ../include/channel.h:39,
                from ../include/struct.h:73,
                from auth.c:21:
../include/msg.h:2: error: syntax error before numeric constant
In file included from auth.c:25:
../include/msg.h:2: error: syntax error before numeric constant
In file included from /usr/include/sys/stat.h:105,
                from auth.c:32:
/usr/include/bits/stat.h:90: error: syntax error before '}' token
In file included from auth.c:32:
/usr/include/sys/stat.h:365: error: conflicting types for 'stat'
/usr/include/sys/stat.h:208: error: previous declaration of 'stat' was here
/usr/include/sys/stat.h:365: error: conflicting types for 'stat'
/usr/include/sys/stat.h:208: error: previous declaration of 'stat' was here
/usr/include/sys/stat.h:372: error: conflicting types for 'lstat'
/usr/include/sys/stat.h:236: error: previous declaration of 'lstat' was here
/usr/include/sys/stat.h:372: error: conflicting types for 'lstat'
/usr/include/sys/stat.h:236: error: previous declaration of 'lstat' was here
/usr/include/sys/stat.h:379: error: conflicting types for 'fstat'
/usr/include/sys/stat.h:212: error: previous declaration of 'fstat' was here
/usr/include/sys/stat.h:379: error: conflicting types for 'fstat'
/usr/include/sys/stat.h:212: error: previous declaration of 'fstat' was here
make[1]: *** [auth.o] Error 1
make[1]: Leaving directory `/home/***/Unreal3.2/src'
make: *** [build] Error 2


ben ne yapacam bu konudaa lutfen yardim :( serveri tekrar kurmadan duzeltmenin bit yolu yokmu. o kadar ayar hepside bosa gitsin istemiorum :(

AlwaysGooD 02 Haziran 2007 18:21

Cevap: Unreal 3.2 de auth.o
 
dediğimi yaptın mı ?

janus 07 Haziran 2007 16:27

Yanıt: Cevap: Unreal 3.2 de auth.o
 
Alıntı:

AlwaysGooD Nickli Üyeden Alıntı
dediğimi yaptın mı ?


ben bi degisiklik yapmadimki :( bu sorunu nasil haalredecegin. cofig yaptim ama hal devam edior sorun :(

ironic 07 Haziran 2007 16:41

Yanıt: Unreal 3.2 de auth.o
 
hata include/msg.h dosyanda.Yenisini at yada yaptığın değişikliği geri al


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 13:50.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net