Re: [Asterisk-Users] cant compile app_meetme2

2005-03-05 Thread Jens Kübler
The error messages are Postgres related.
You need to have a special postgres include file (postgres-dev files) to make 
it compile or disable postpres support somehow.

I'm using debian and the the concering include file resided in a subdirectory 
of what asterisk was told.

Jens
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] cant compile app_meetme2

2005-03-05 Thread Jer
At 04:34 AM 3/5/2005, you wrote:
The error messages are Postgres related.
You need to have a special postgres include file (postgres-dev files) to make
it compile or disable postpres support somehow.
I'm using debian and the the concering include file resided in a subdirectory
of what asterisk was told.

if this is the case why dont i see a include file missing error someplace?
or am I missing something..

Jens
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] cant compile app_meetme2

2005-03-05 Thread Dan Austin
The code is configured to allow use of either mysql or postgres, so you
will
need to install the postgres-dev package, or comment out all postgres
related
code.  

Once you have the postgres libraries installed you have two more changes
to make.
line 645 needs to become:
AST_MUTEX_DEFINE_STATIC(conflock);
And line 1547 should be this:
res = ast_say_number(chan, cnt, , chan-language, (char *)
NULL);

Dan
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jer
Sent: Saturday, March 05, 2005 2:06 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] cant compile app_meetme2

At 04:34 AM 3/5/2005, you wrote:
The error messages are Postgres related.
You need to have a special postgres include file (postgres-dev files)
to make
it compile or disable postpres support somehow.

I'm using debian and the the concering include file resided in a
subdirectory
of what asterisk was told.


if this is the case why dont i see a include file missing error
someplace?
or am I missing something..


Jens
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users