Nachalo Vhod/Registratsiia Pomosht Originala na tazi stranica
Oblasti
 Novini
 Aktualna tema
 Linux portali
 Kakvo e Linuks?
 Vuprosi-otgovori
 Forumi
   •Trudova borsa
   •Konkurs
 Statii
 Distributsii
   •Poruchka na CD
 Made In BG
 Failove
 Vruzki
 Galeriia
 Konferentsii
Nastroiki
 Vunshen vid
 Predlozheniia
 Napravi si sam
I oshte ...
 Za nas
 Linuks za bulgari EOOD
 Link kum nas
 Predlozheniia

Podkrepiano ot:
TelePoint - Miasto za hora sus svobodni idei

SiteGround

initLab

Adsys Group

SAP Bulgaria

Vuprosi otgovori
Vupros: problem lan chat m/u LINUX i W$
[Tursi: ]

VNIMANIE: Izpolzvaite forumite na saita za da zadadete vashite vuprosi.

Kum nachaloto |Dobavi vupros |Otgovori
 
Vupros
Ot: ErU (iluvatar< at >data__dot__bg) Data: 12/21/2003
 Hi na vsichki,imam problemi sas vyqchat-0.1.0 (linux ver na
 vyper chat mai beshe).Ako niakoi mi kaje kak da gi otstrania
 ili druga podobna lan chat programa (raboteshta sas W$ i
LINUX),mnogo shte se radvam :). Predvaritelno 10x.

Eto go i problema:

1. readme.txt:


Requirements

To compile this program you need:
gcc C++ compiler
make
 Qt 3.x library (make sure you have developement package
installed, too)

And optionally:
aRts library (only if you want aRts sound support)

 VyQChat has been developed and tested under Slackware
Linux.

Installation

After unpacking the sources somewhere type:
./configure
make
make install

 And you should be done. If something goes wrong, make sure
you got all
the needed stuff (see requirements).

 If you want aRts sound support, use ./configure
--with-arts.

 This is my first try with automake/autoconf, so if something
fails and you
 think it is a bug in configure or Makefile, please report
it. It'd be even
better if you sent a solution ;)


Otgovor #1
Ot: ErU Data: 12/21/2003
2. rezultata pri men ot komandite:

[iluvatar@localhost vyqchat-0.1.0]$ ./configure
 checking for a BSD-compatible install... /usr/bin/install
-c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for stdlib.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether gcc needs -traditional... no
checking for vprintf... yes
checking for _doprnt... no
checking for gethostname... yes
checking for inet_ntoa... yes
checking for socket... yes
 checking for X... libraries /usr/X11R6/lib, headers
/usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for Qt... yes:
    QT_CXXFLAGS=-I/usr/lib/qt-3.1/include
    QT_DIR=/usr/lib/qt-3.1
     QT_LIBS=-L/usr/lib/qt-3.1/lib -lqt-mt  -lSM -lICE 
-L/usr/X11R6/lib -lX11 -l
Xext -lXmu -lXt -lXi
    QT_UIC=/usr/lib/qt-3.1/bin/uic
    QT_MOC=/usr/lib/qt-3.1/bin/moc
checking correct functioning of Qt installation... succes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

[iluvatar@localhost vyqchat-0.1.0]$ make
make  all-am
 make[1]: Entering directory
`/home/iluvatar/programs/lan/chat/vyqchat-0.1.0'
 if g++ -DHAVE_CONFIG_H -I. -I. -I. 
 -DDATADIR=\"/usr/local/share/vyqchat/\"    -g -O2 -MT
vyqchat-about.o -MD -MP -MF ".deps/vyqchat-about.Tpo" \
   -c -o vyqchat-about.o `test -f 'about.cpp' || echo
'./'`about.cpp; \
 then mv ".deps/vyqchat-about.Tpo" ".deps/vyqchat-about.Po";
\
else rm -f ".deps/vyqchat-about.Tpo"; exit 1; \
fi
In file included from about.cpp:1:
about.h:4:21: qdialog.h: No such file or directory
In file included from about.cpp:1:
about.h:7: parse error before `{' token
about.h:10: destructors must be member functions
about.h:11: parse error before `}' token
about.cpp:2:21: qlayout.h: No such file or directory
about.cpp:3:20: qlabel.h: No such file or directory
about.cpp:4:25: qpushbutton.h: No such file or directory
about.cpp:6: `QWidget' was not declared in this scope
about.cpp:6: `parent' was not declared in this scope
 about.cpp:6: invalid use of undefined type `class
AboutDialog'
about.h:6: forward declaration of `class AboutDialog'
about.cpp:6: invalid declarator
about.cpp:6: syntax error before `:' token
about.cpp:9: syntax error before `*' token
about.cpp:10: syntax error before `*' token
about.cpp:13: syntax error before `->' token
about.cpp:14: syntax error before `*' token
about.cpp:16: syntax error before `->' token
about.cpp:17: syntax error before `->' token
about.cpp:19: `b_ok' was not declared in this scope
about.cpp:19: `clicked' was not declared in this scope
about.cpp:19: `SIGNAL' was not declared in this scope
about.cpp:19: invalid use of `this' at top level
about.cpp:19: `close' was not declared in this scope
about.cpp:19: `SLOT' was not declared in this scope
 about.cpp:19: ISO C++ forbids declaration of `connect' with
no type
 about.cpp:19: initializer list being treated as compound
expression
about.cpp:20: parse error before `}' token
 about.cpp:23: invalid use of undefined type `class
AboutDialog'
about.h:6: forward declaration of `class AboutDialog'
make[1]: *** [vyqchat-about.o] Error 1
 make[1]: Leaving directory
`/home/iluvatar/programs/lan/chat/vyqchat-0.1.0'
make: *** [all] Error 2

[iluvatar@localhost vyqchat-0.1.0]$ make install
 if g++ -DHAVE_CONFIG_H -I. -I. -I. 
 -DDATADIR=\"/usr/local/share/vyqchat/\"    -g -O2 -MT
vyqchat-about.o -MD -MP -MF ".deps/vyqchat-about.Tpo" \
   -c -o vyqchat-about.o `test -f 'about.cpp' || echo
'./'`about.cpp; \
 then mv ".deps/vyqchat-about.Tpo" ".deps/vyqchat-about.Po";
\
else rm -f ".deps/vyqchat-about.Tpo"; exit 1; \
fi
In file included from about.cpp:1:
about.h:4:21: qdialog.h: No such file or directory
In file included from about.cpp:1:
about.h:7: parse error before `{' token
about.h:10: destructors must be member functions
about.h:11: parse error before `}' token
about.cpp:2:21: qlayout.h: No such file or directory
about.cpp:3:20: qlabel.h: No such file or directory
about.cpp:4:25: qpushbutton.h: No such file or directory
about.cpp:6: `QWidget' was not declared in this scope
about.cpp:6: `parent' was not declared in this scope
 about.cpp:6: invalid use of undefined type `class
AboutDialog'
about.h:6: forward declaration of `class AboutDialog'
about.cpp:6: invalid declarator
about.cpp:6: syntax error before `:' token
about.cpp:9: syntax error before `*' token
about.cpp:10: syntax error before `*' token
about.cpp:13: syntax error before `->' token
about.cpp:14: syntax error before `*' token
about.cpp:16: syntax error before `->' token
about.cpp:17: syntax error before `->' token
about.cpp:19: `b_ok' was not declared in this scope
about.cpp:19: `clicked' was not declared in this scope
about.cpp:19: `SIGNAL' was not declared in this scope
about.cpp:19: invalid use of `this' at top level
about.cpp:19: `close' was not declared in this scope
about.cpp:19: `SLOT' was not declared in this scope
 about.cpp:19: ISO C++ forbids declaration of `connect' with
no type
 about.cpp:19: initializer list being treated as compound
expression
about.cpp:20: parse error before `}' token
 about.cpp:23: invalid use of undefined type `class
AboutDialog'
about.h:6: forward declaration of `class AboutDialog'
make: *** [vyqchat-about.o] Error 1


Otgovor #2
Ot: mutant Data: 12/21/2003
http://republika.pl/lanchat/downloads.htm



Otgovor #3
Ot: igi Data: 12/21/2003
Ej ti kompilirana za slackware current.
http://igi.dirbg.com/vyqchat-0.2.3-i384-1igi.tgz


Otgovor #4
Ot: ErU Data: 12/21/2003
 Da ama az sam sas Red Hat 9.0, otnosno LANChat-a, instalirah
 go ama mi izpisva vatre vav nego "DANGER: Strange packet was
 received on lanchat port.". Napravo neznam...,1 sedmica ne
moga da nameria LAN chat programa m/u LINUX i W$ :(


Otgovor #5
Ot: igi Data: 12/22/2003
Ima edno programche hchat-0.25.tar.bz2 Probvai s nego


Otgovor #6
Ot: linuxfan Data: 12/22/2003
 az sum nameril programa za lan chat - kazva se ksalup. Malko
 e bugava ama bachka...(dopulnenie - mnogo e neudobna, s tup
interfeis). Miaza na popur za Vindouz.



Otgovor #7
Ot: ErU Data: 12/22/2003
Blagodaria vi za pomoshta! :)
Napravo mi spestihte dosta glavobolia, oshte edin pat 10x.


<< mplayer (2 ) | Knoppix 3.3 (1 ) >>

 
© 2011-... Asotsiatsiia "Linuks za bulgari"
© 2007-2010 Linuks za bulgari EOOD
© 1999-2006 Slavej Karadjov
Ako iskate da prepechatate ili tsitirate informatsiia ot tozi sait prochetete purvo tova
Vunshniia vid e napraven ot MOMCHE
Code Version: 1.0.8 H (Revision: 23-09-2011)
 
Изпълнението отне: 0 wallclock secs ( 0.07 usr + 0.00 sys = 0.07 CPU)