Начало Вход/Регистрация Помощ Tazi stranica s latinski bukwi
Области
 Новини
 Актуална тема
 Linux портали
 Какво е Линукс?
 Въпроси-отговори
 Форуми
   •Трудова борса
   •Конкурс
 Статии
 Дистрибуции
   •Поръчка на CD
 Made In BG
 Файлове
 Връзки
 Галерия
 Конференции
Настройки
 Външен вид
 Предложения
 Направи си сам
И още ...
 За нас
 Линукс за българи ЕООД
 Линк към нас
 Предложения

Подкрепяно от:
TelePoint - Място за хора със свободни идеи

SiteGround

initLab

Adsys Group

SAP Bulgaria

Въпроси отговори
Въпрос: problem lan chat m/u LINUX i W$
[Търси: ]

ВНИМАНИЕ: Използвайте форумите на сайта за дa зададете вашите въпроси.

Към началото |Добави въпрос |Отговори
 
Въпрос
От: ErU (iluvatar (a) data[ точка ]bg) Дата: 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 ;)


Отговор #1
От: ErU Дата: 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


Отговор #2
От: mutant Дата: 12/21/2003
http://republika.pl/lanchat/downloads.htm



Отговор #3
От: igi Дата: 12/21/2003
Ej ti kompilirana za slackware current.
http://igi.dirbg.com/vyqchat-0.2.3-i384-1igi.tgz


Отговор #4
От: ErU Дата: 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$ :(


Отговор #5
От: igi Дата: 12/22/2003
Има едно програмче hchat-0.25.tar.bz2 Пробвай с него


Отговор #6
От: linuxfan Дата: 12/22/2003
 аз съм намерил програма за лан чат - казва се ксалуп. Малко
 е бъгава ама бачка...(допълнение - много е неудобна, с тъп
интерфейс). Мяза на попър за Виндоуз.



Отговор #7
От: ErU Дата: 12/22/2003
Blagodaria vi za pomoshta! :)
Napravo mi spestihte dosta glavobolia, oshte edin pat 10x.


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

 
© 2011-... Асоциация "Линукс за българи"
© 2007-2010 Линукс за българи ЕООД
© 1999-2006 Slavej Karadjov
Ако искате да препечатате или цитирате информация от този сайт прочетете първо това
Външния вид е направен от MOMCHE
Code Version: 1.0.8 H (Revision: 23-09-2011)
 
Изпълнението отне: 1 wallclock secs ( 0.06 usr + 0.02 sys = 0.08 CPU)