-
 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    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans  .- Knowledge Base  . 

Anca

   0.9.1  

KDE Web Application

Score 74%
Anca
zoom


Anca
zoom


Anca
zoom


Link:  Link
Depends on  Qt 3.x
Downloads:  819
Submitted:  Jan 21 2005
Updated:  Jan 25 2005

Description:

Anca is a grand new H.323 client for Qt 3.x. It means that it allows communicating (voice/video) with other similar clients over internet, eg. Gnomemeeting. Its design is minimalist and clean; has a support for embedded devices. It is very modular because of plugin system. This release is a result of one year school work. See its homepage for more information.

Update: New Anca 0.9.1 was released. It should be compilable with the latest OpenH323 and PWLib!




LicenseGPL
Send to a friend
Subscribe
Other  Apps  from potrto
Report inappropriate content



goto page:  1  2 

-
.

 Configure errors

 
 by m3g4crux on: Jan 22 2005
 
Score 50%

When configuring the sources I get this:
checking for Qt... configure: error: Qt (>= Qt 3.0.2) (headers and libraries) not found. Please check your installation!

Which only happens to me in old kde apps sources. (first Kde 3 releases)

If there is something to set differently in the configure script please let us know.


Reply to this

-

 Re: Configure errors

 
 by gnumdk on: Jan 22 2005
 
Score 50%

./configure --prefix=/usr --with-qt-dir=/usr/share/qt3/

This works on debian


Reply to this

-
.

 Problem with h323

 
 by gnumdk on: Jan 22 2005
 
Score 50%

On my system(debian), openh323 include are in /usr/include/openh323


Reply to this

-

 Error

 
 by gnumdk on: Jan 22 2005
 
Score 50%

In file included from videograbber.cpp:5:
fakedevice.h:8: error: parse error before `{' token
fakedevice.h:9: error: virtual outside class declaration
fakedevice.h:9: error: non-member function `const char* GetClass(unsigned int)'
cannot have `const' method qualifier
fakedevice.h: In function `const char* GetClass(unsigned int)':
fakedevice.h:9: error: `PFakeVideoInputDevice' undeclared (first use this
function)
fakedevice.h:9: error: (Each undeclared identifier is reported only once for
each function it appears in.)
fakedevice.h:9: error: parse error before `::' token
fakedevice.h:9: error: incomplete type 'FakeVideoInputDevice' cannot be used to
name a scope
fakedevice.h: At global scope:
fakedevice.h:9: error: virtual outside class declaration
fakedevice.h:9: error: non-member function `BOOL IsClass(const char*)' cannot
have `const' method qualifier
fakedevice.h: In function `BOOL IsClass(const char*)':
fakedevice.h:9: error: incomplete type 'FakeVideoInputDevice' cannot be used to
name a scope
fakedevice.h: At global scope:
fakedevice.h:9: error: virtual outside class declaration
fakedevice.h:9: error: non-member function `BOOL IsDescendant(const char*)'
cannot have `const' method qualifier
fakedevice.h: In function `BOOL IsDescendant(const char*)':
fakedevice.h:9: error: incomplete type 'FakeVideoInputDevice' cannot be used to
name a scope
fakedevice.h:9: error: parse error before `::' token
fakedevice.h: At global scope:
fakedevice.h:9: error: syntax error before `(' token
fakedevice.h:14: error: destructors must be member functions
fakedevice.h:16: error: virtual outside class declaration
fakedevice.h:18: error: parse error before `protected'
videograbber.cpp: In member function `bool VideoGrabber::openReader()':
videograbber.cpp:133: error: cannot allocate an object of type `
PVideoInputDevice'
videograbber.cpp:133: error: because the following virtual functions are
abstract:
/usr/share/pwlib/include/ptlib/videoio.h:858: error: virtual BOOL
PVideoInputDevice::Open(const PString&, int)
/usr/share/pwlib/include/ptlib/videoio.h:300: error: virtual BOOL
PVideoDevice::IsOpen()
/usr/share/pwlib/include/ptlib/videoio.h:308: error: virtual BOOL
PVideoDevice::Start()
/usr/share/pwlib/include/ptlib/videoio.h:312: error: virtual BOOL
PVideoDevice::Stop()
/usr/share/pwlib/include/ptlib/videoio.h:322: error: virtual PStringList
PVideoDevice::GetDeviceNames() const
/usr/share/pwlib/include/ptlib/videoio.h:872: error: virtual PINDEX
PVideoInputDevice::GetMaxFrameBytes()
/usr/share/pwlib/include/ptlib/videoio.h:865: error: virtual BOOL
PVideoInputDevice::IsCapturing()
/usr/share/pwlib/include/ptlib/videoio.h:878: error: virtual BOOL
PVideoInputDevice::GetFrame(PBYTEArray&)
/usr/share/pwlib/include/ptlib/videoio.h:885: error: virtual BOOL
PVideoInputDevice::GetFrameData(BYTE*, PINDEX*)
/usr/share/pwlib/include/ptlib/videoio.h:892: error: virtual BOOL
PVideoInputDevice::GetFrameDataNoDelay(BYTE*, PINDEX*)
/usr/share/pwlib/include/ptlib/videoio.h:896: error: virtual BOOL
PVideoInputDevice::TestAllFormats()
videograbber.cpp:181: error: parse error before `(' token
make[1]: *** [videograbber.lo] Erreur 1
make[1]: Leaving directory `/mnt/Download/Tar.gz/anca/src/plugins/videoin'
make: *** [all-recursive] Erreur 1


Reply to this

-

 Old tools?

 
 by gnumdk on: Jan 22 2005
 
Score 50%

Are you using an old linux distribution?

Because source code don't compil with recent libs versions and recent gcc.

ii gcc 3.3.5-1 The GNU C compiler
ii g++ 3.3.5-1 The GNU C++ compiler
ii libopenh323-1. 1.13.5.4-4 H.323 aka VoIP library
ii libpt-dev 1.6.6.4-5.1 Portable Windows Library development files


Reply to this

-

 Re: Old tools?

 
 by potrto on: Jan 22 2005
 
Score 50%

No, I use debian sid. But I support just OpenH323 version 1.12.2 and PWLib version 1.5.2. These can be downloaded from www.openh323.org as stable. You can try binary packages that were just released. I'll do my best to support the latest CVS versions of PWLib and OpenH323...


Reply to this

-
.

 compiling issue

 
 by m3g4crux on: Jan 22 2005
 
Score 50%

Thx for the --with-qt-dir parameter. That made the configure work.
But now I have something else. I had to reinstall openh323 and pwlib in /usr prefix otherwise it would give me errors when trying to access h323.h.
After that it tells me this:
MyAudioPlugin::updateCapabilities(const QValueList&)':
audioplugin.cpp:231: error: parse error before `(' token
audioplugin.cpp:232: error: `H323_GSM0610Capability' undeclared (first use this
function)
audioplugin.cpp:232: error: (Each undeclared identifier is reported only once
for each function it appears in.)
audioplugin.cpp:232: error: parse error before `)' token
audioplugin.cpp:236: error: parse error before `(' token
audioplugin.cpp:237: error: `SpeexNarrow3AudioCapability' undeclared (first use
this function)
audioplugin.cpp:237: error: parse error before `)' token
audioplugin.cpp:249: error: parse error before `(' token
make[4]: *** [audioplugin.lo] Error 1
make[4]: Leaving directory `/home/starman/Temporal/anca/src/plugins/audio'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/starman/Temporal/anca/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/starman/Temporal/anca/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/starman/Temporal/anca'

Please help me, thx in advance.


Reply to this

-
.

 Configure Prb.

 
 by linux3114a on: Jan 23 2005
 
Score 50%

./configure -prefix=/opt/kde3 --with-pwlib-dir=/usr/lib/pwlib
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
.
.
.
.
.
checking for moc... /usr/lib/qt3/bin/moc
checking for uic... /usr/lib/qt3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for PWLib... configure: error: Cannot find PWLib.
Please install or set PWLIBDIR and try again.

I run under a Suse 9.2 with PWLIB-1.8.0
I find a subdirectory /usr/lib/pwlib on my system
Very strange
It's for your information
Raoul
martin_raoul@hotmail.com


Raoul
Reply to this

-

 Re: Configure Prb.

 
 by potrto on: Jan 23 2005
 
Score 50%

If you have openh323 version 1.12.2 and pwlib version 1.5.2 somewhere on your disk, then set system variables OPENH323DIR and PWLIBDIR to correct value, eg. export OPENH323DIR=/home/user/src/openh323 (and the same for PWLIBDIR)


Reply to this

-
.

 Re: Re: Configure Pr

 
 by linux3114a on: Jan 24 2005
 
Score 50%

Ok , If you cannot accept the last PWLIB version , I consider your application is obsolated .
Suggest to adapt your program for last PWLIB.
I have no intention to return to old version for these libraries.
Sorry
Best regards.
Raoul


Reply to this

goto page:  1  2 

Add commentBack




-
-
Do you like or dislike Ubuntu Unity?
 Yes, unity is alien technology!
 It is less confusing than Gnome 3 default, shell.
 Granny thinks it is much more usable than Gnome 2
 Canonical is embarrasing itself with this split project
 Gnome 3 default shell is much better
 I dislike Unity, Gnome 3 default shell is alien technology!
 None of the above, I like the 2Gb for free and Apple alike behavior. Will post a comment instead

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

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2013 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.