Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread Tamer Higazi
I did the same thing, without the prefix stuff!

The same error!

   [CC] extconf.c - extconf.o
In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
/usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
or directory
In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
/usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
/usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was here
make[1]: *** [extconf.o] Error 1
make: *** [utils] Error 2
ta...@tux /tmp/asterisk-1.6.0.6 $


What is missing?! I am not getting smart


Matt Watson schrieb:
 I find it a little strange that for some reason your box is using
 includes located in /usr/local... while there could be reason for
 this, that seems like a sign that something might be a little broken
 on your box.
  
 Also, if you don;t mind me asking...
  
 why would you want to install * directly in /usr?  I could undersatnd
 if you are building a distribution package or something, but
 personaly, i would install to /usr/local or even some special place
 just for * just to help keep the box more organized.

 --
 Matt
  
 On Mon, Feb 23, 2009 at 7:17 PM, Tamer Higazi th9...@googlemail.com
 mailto:th9...@googlemail.com wrote:

 Hi!
 I have problems building asterisk 1.6.0.6.

 ./configure --prefix=/usr
 make

 gets me:

 enerating embedded module rules ...
   [CC] extconf.c - extconf.o
 In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
 /usr/local/include/integers.h:50:67: error: srtp_config.h: No such
 file
 or directory
 In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
 /usr/local/include/integers.h:103: error: conflicting types for
 'uint64_t'
 /usr/include/stdint.h:56: error: previous declaration of
 'uint64_t' was here
 make[1]: *** [extconf.o] Error 1
 make: *** [utils] Error 2


 Now, I think this is only a dependency problem. could anyone of
 you tell
 me, which and where I am able to get the missing sources to
 successfully
 compile asterisk?!


 Tamer

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com
 http://www.api-digital.com/ --

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


 

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread Tzafrir Cohen
On Tue, Feb 24, 2009 at 09:31:21AM +0100, Tamer Higazi wrote:
 I did the same thing, without the prefix stuff!
 
 The same error!
 
[CC] extconf.c - extconf.o
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
 or directory
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
 /usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was here
 make[1]: *** [extconf.o] Error 1
 make: *** [utils] Error 2
 ta...@tux /tmp/asterisk-1.6.0.6 $

What system is it, exactly?

If Linux: what distribution? What version?
If not: what OS? What version?

In what package (or whatever) is /usr/local/include/err.h included?

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread M Hulber
I'm having a different problem building this release:

[CC] app_dahdiras.c - app_dahdiras.o
In file included from app_dahdiras.c:50:
/usr/include/dahdi/user.h:736: error: expected specifier-qualifier-list 
before ‘__s32’
/usr/include/dahdi/user.h:939: error: expected specifier-qualifier-list 
before ‘__s32’
make[1]: *** [app_dahdiras.o] Error 1
make: *** [apps] Error 2


Linux asterisk.hulber.com 2.6.18-128.1.1.el5 #1 SMP Mon Jan 26 13:58:24 
EST 2009 x86_64 x86_64 x86_64 GNU/Linux


Tzafrir Cohen wrote:
 On Tue, Feb 24, 2009 at 09:31:21AM +0100, Tamer Higazi wrote:
   
 I did the same thing, without the prefix stuff!

 The same error!

[CC] extconf.c - extconf.o
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
 or directory
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
 /usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was here
 make[1]: *** [extconf.o] Error 1
 make: *** [utils] Error 2
 ta...@tux /tmp/asterisk-1.6.0.6 $
 

 What system is it, exactly?

 If Linux: what distribution? What version?
 If not: what OS? What version?

 In what package (or whatever) is /usr/local/include/err.h included?

   

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread Leif Madsen
Most likely you don't need app_dahdiras, so you can just disable it from 
menuselect under the Applications section.

In addition, Terry Wilson is working on getting this resolved, perhaps sometime 
today, so any fixes for it will be in the next release.

Thanks!
Leif Madsen.

M Hulber wrote:
 I'm having a different problem building this release:
 
 [CC] app_dahdiras.c - app_dahdiras.o
 In file included from app_dahdiras.c:50:
 /usr/include/dahdi/user.h:736: error: expected specifier-qualifier-list 
 before ‘__s32’
 /usr/include/dahdi/user.h:939: error: expected specifier-qualifier-list 
 before ‘__s32’
 make[1]: *** [app_dahdiras.o] Error 1
 make: *** [apps] Error 2


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread Leif Madsen
In addition, I just found the bug that contains the same error you mention. It 
has been assigned and will be resolved for the next Asterisk release.

http://bugs.digium.com/view.php?id=14516

Thanks!
Leif Madsen.

M Hulber wrote:
 I'm having a different problem building this release:
 
 [CC] app_dahdiras.c - app_dahdiras.o
 In file included from app_dahdiras.c:50:
 /usr/include/dahdi/user.h:736: error: expected specifier-qualifier-list 
 before ‘__s32’
 /usr/include/dahdi/user.h:939: error: expected specifier-qualifier-list 
 before ‘__s32’
 make[1]: *** [app_dahdiras.o] Error 1
 make: *** [apps] Error 2


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread M Hulber
Thanks Leif.  That worked.

Leif Madsen wrote:
 Most likely you don't need app_dahdiras, so you can just disable it from 
 menuselect under the Applications section.

 In addition, Terry Wilson is working on getting this resolved, perhaps 
 sometime 
 today, so any fixes for it will be in the next release.

 Thanks!
 Leif Madsen.

 M Hulber wrote:
   
 I'm having a different problem building this release:

 [CC] app_dahdiras.c - app_dahdiras.o
 In file included from app_dahdiras.c:50:
 /usr/include/dahdi/user.h:736: error: expected specifier-qualifier-list 
 before ‘__s32’
 /usr/include/dahdi/user.h:939: error: expected specifier-qualifier-list 
 before ‘__s32’
 make[1]: *** [app_dahdiras.o] Error 1
 make: *** [apps] Error 2
 


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread Tamer Higazi
System: Gentoo Linux 2008.0, 64 Bit


About package content (libsrtp 1.4.4):
/*
 * err.h
 *
 * error status codes
 *
 * David A. McGrew
 * Cisco Systems, Inc.
 */
/*


and I opested at digium bugs something:
http://bugs.digium.com/view.php?id=14535

the supporter wants me to rename /usr/local = /usr/local2 what
sounds for me more then strange (to take a whole partition out.

Tamer

Tzafrir Cohen schrieb:
 On Tue, Feb 24, 2009 at 09:31:21AM +0100, Tamer Higazi wrote:
   
 I did the same thing, without the prefix stuff!

 The same error!

[CC] extconf.c - extconf.o
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
 or directory
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
 /usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was here
 make[1]: *** [extconf.o] Error 1
 make: *** [utils] Error 2
 ta...@tux /tmp/asterisk-1.6.0.6 $
 

 What system is it, exactly?

 If Linux: what distribution? What version?
 If not: what OS? What version?

 In what package (or whatever) is /usr/local/include/err.h included?

   


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-23 Thread Tamer Higazi
Hi!
I have problems building asterisk 1.6.0.6.

./configure --prefix=/usr
make

gets me:

enerating embedded module rules ...
   [CC] extconf.c - extconf.o
In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
/usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
or directory
In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
/usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
/usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was here
make[1]: *** [extconf.o] Error 1
make: *** [utils] Error 2


Now, I think this is only a dependency problem. could anyone of you tell
me, which and where I am able to get the missing sources to successfully
compile asterisk?!


Tamer

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-23 Thread Matt Watson
I find it a little strange that for some reason your box is using includes
located in /usr/local... while there could be reason for this, that seems
like a sign that something might be a little broken on your box.

Also, if you don;t mind me asking...

why would you want to install * directly in /usr?  I could undersatnd if you
are building a distribution package or something, but personaly, i would
install to /usr/local or even some special place just for * just to help
keep the box more organized.

--
Matt

On Mon, Feb 23, 2009 at 7:17 PM, Tamer Higazi th9...@googlemail.com wrote:

 Hi!
 I have problems building asterisk 1.6.0.6.

 ./configure --prefix=/usr
 make

 gets me:

 enerating embedded module rules ...
   [CC] extconf.c - extconf.o
 In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
 /usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
 or directory
 In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
 /usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
 /usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was
 here
 make[1]: *** [extconf.o] Error 1
 make: *** [utils] Error 2


 Now, I think this is only a dependency problem. could anyone of you tell
 me, which and where I am able to get the missing sources to successfully
 compile asterisk?!


 Tamer

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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