Warning: session_start(): open(/tmp/sess_gbfn5vlgncqaevts6vv4r0lh16, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Konference openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Konference

   0.1alpha2  

KDE Video Application

Score 73%
Konference
zoom


Link:  Link
Downloads:  25175
Submitted:  Jan 27 2004
Updated:  Apr 22 2005

Description:

Konference is a Video-Conferencing app for kde3.

some features included: SIP for signalling, H263 for video, G711 and GSM for audio, full KDE-integration, OSS and Arts support...




Changelog:

* (2005/4/21) Added support for transmitting an image instead of video, added support for Arts, fixed various segfaults and reworked configure-dialogs a bit




LicenseGPL
Send to a friend
Subscribe
Other  Content  from maldn
Report inappropriate content



goto page: prev  ... 4  5  6  7  8  9  10  11  12 

-

 make error

 
 by m3mny on: Mar 12 2008
 
Score 50%

these are the last few lines of the make...

anyone check this anymore?

atleast i am a bit futher this time eh..

Kev



if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/dialogs -I../../src/dialogs/config -I../../src/dialogs/wizard -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT sipfsm.lo -MD -MP -MF ".deps/sipfsm.Tpo" \
-c -o sipfsm.lo `test -f 'sipfsm.cpp' || echo './'`sipfsm.cpp; \
then mv -f ".deps/sipfsm.Tpo" ".deps/sipfsm.Plo"; \
else rm -f ".deps/sipfsm.Tpo"; exit 1; \
fi
/usr/lib/qt3/include/qsqldatabase.h:63: warning: ‘class QSqlDriverCreatorBase’ has virtual functions but non-virtual destructor
sipfsm.h:569: error: extra qualification ‘SipFsm::’ on member ‘KickWatcher’
sipfsm.cpp: In member function ‘void SipThread::CheckUIEvents(SipFsm*)’:
sipfsm.cpp:380: warning: deprecated conversion from string constant to ‘char*’'
sipfsm.cpp:385: warning: deprecated conversion from string constant to ‘char*’'
make[3]: *** [sipfsm.lo] Error 1
make[3]: Leaving directory `/home/kevin/Downloads/konference-0.1/src/sip'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kevin/Downloads/konference-0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kevin/Downloads/konference-0.1'
make: *** [all] Error 2
[kevin@localhost konference-0.1]$


Reply to this

-

 Re: make error

 
 by kocky on: Jun 8 2008
 
Score 50%

I'm in the same situation, using kubuntu:
Linux palemmo 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux

and kde 3.5.8


Reply to this

-

 Re: Re: make error

 
 by skaar on: Jan 11 2009
 
Score 50%

ditto, so, this is just a bump.


Reply to this

-

 Re: make error

 
 by powo on: Jun 20 2009
 
Score 50%

Hello,
To correct the error try this:

In the file /src/sip/sipfsm.h correct the line 569 with:

void KickWatcher(SipUrl *Url);
(you delete the Sipfsm:: term before)

then it will compile...
If you get another error like this:
error....h263.cpp h263EncContext..frame_rate....

Correct the file /src/codecs/h263.cpp
and delete (comment) the lines 63 and 64 :

/* h263EncContext->frame_rate = fps;
h263EncContext->frame_rate_base= 1; */

and it must compile till the end.
The camera is working well by me but I didn't test the communication yet

have a good day !
CIAO


Reply to this

-

 Re: Re: make error

 
 by dob12460 on: Jun 24 2009
 
Score 50%

I made the corrections mentioned above, but still get the following:

In file included from h263.cpp:25:
h263.h:24:28: error: ffmpeg/avcodec.h: No such file or directory
h263.h:58: error: 'AVFrame' does not name a type
h263.h:59: error: ISO C++ forbids declaration of 'AVCodec' with no type
h263.h:59: error: expected ';' before '*' token
h263.h:60: error: ISO C++ forbids declaration of 'AVCodecContext' with no type
h263.h:60: error: expected ';' before '*' token
/usr/include/linux/videodev2.h:461: error: '__u64' does not name a type
/usr/include/linux/videodev2.h:544: error: 'v4l2_std_id' does not name a type
/usr/include/linux/videodev2.h:561: error: 'v4l2_std_id' does not name a type
/usr/include/linux/videodev2.h:599: error: 'v4l2_std_id' does not name a type
/usr/include/linux/videodev2.h:622: error: '__s64' does not name a type
h263.cpp: In constructor 'H263Container::H263Container()':
h263.cpp:32: error: 'h263Encoder' was not declared in this scope
h263.cpp:33: error: 'h263EncContext' was not declared in this scope
h263.cpp:35: error: 'h263Decoder' was not declared in this scope
h263.cpp:36: error: 'h263DecContext' was not declared in this scope
h263.cpp:37: error: 'pictureIn' was not declared in this scope
h263.cpp:39: error: 'avcodec_init' was not declared in this scope
h263.cpp:40: error: 'avcodec_register_all' was not declared in this scope
h263.cpp: In member function 'bool H263Container::H263StartEncoder(int, int, int)':
h263.cpp:48: error: 'h263Encoder' was not declared in this scope
h263.cpp:48: error: 'CODEC_ID_H263' was not declared in this scope
h263.cpp:48: error: 'avcodec_find_encoder' was not declared in this scope
h263.cpp:55: error: 'h263EncContext' was not declared in this scope
h263.cpp:55: error: 'avcodec_alloc_context' was not declared in this scope
h263.cpp:69: error: 'avcodec_open' was not declared in this scope
h263.cpp:79: error: 'pictureOut' was not declared in this scope

This error continues for a couple more functions, but it seems to be the same thing over and over.

I'm trying to install this on RHEL 5.3 with KDE 3.5.4-18. Thanks for your efforts - much appreciated.


/davido
Reply to this

-

 Re: Re: Re: make error

 
 by powo on: Jun 25 2009
 
Score 50%

Check if you've got in the directory:
/usr/include/ffmpeg the file called avcodec.h

if not look if you've installed ffmpeg, you need this librairies to compile the program

CIAO


Reply to this

-
.

 make error

 
 by Jinko on: Aug 28 2008
 
Score 50%

I'm in the same (similar) situation of make error:

sipfsm.h:569: error: extra qualification 'SipFsm::' on member 'KickWatcher'
sipfsm.cpp: In member function 'void SipThread::CheckUIEvents(SipFsm*)':
sipfsm.cpp:380: warning: deprecated conversion from string constant to 'char*'
sipfsm.cpp:385: warning: deprecated conversion from string constant to 'char*'
sipfsm.cpp: In member function 'QString SipFsm::OpenSocket(int)':
sipfsm.cpp:600: warning: conversion to 'Q_UINT16' from 'int' may alter its value
sipfsm.cpp: In member function 'QString SipFsm::DetermineNatAddress()':
sipfsm.cpp:658: warning: conversion to 'Q_UINT16' from 'int' may alter its value
sipfsm.cpp: In member function 'void SipFsm::Transmit(QString, QString, int)':
sipfsm.cpp:710: warning: conversion to 'Q_UINT16' from 'int' may alter its value
make[3]: *** [sipfsm.lo] Error 1
make[3]: Leaving directory `/home/jinko/konference-0.1/src/sip'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jinko/konference-0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jinko/konference-0.1'
make: *** [all] Error 2


Reply to this

goto page: prev  ... 4  5  6  7  8  9  10  11  12 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team