[Asterisk-Users] [ISSUE] Asterisk 1.2.8 not compiling.

2006-05-30 Thread Peter J Dean
Ummm, not sure if I am missing anything, but I have never experienced  
this before, where the asterisk release didn't compile.


Downloaded all the newest releases from Digium, I compile everything  
first before installing to minimise downtime of the phone system.


( cd zaptel  ; make clean ; make )  This compiled ok.

( cd libpri  ; make clean ; make )  This compiled ok.

( cd asterisk; make clean ; make )	This didn't compile ok,  
and outputs the following error.


...
gcc -c  -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes - 
Wmissing-declarations -g3  -Iinclude -I../include -D_REENTRANT - 
D_GNU_SOURCE  -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit- 
frame-pointer  -Wno-missing-prototypes -Wno-missing-declarations - 
DZAPATA_PRI -DIAX_TRUNKING -DCRYPTO -fPIC  -o chan_zap.o chan_zap.c

chan_zap.c: In function ‘pri_dchannel’:
chan_zap.c:9038: error: ‘pri_event_setup_ack’ has no member named ‘call’
make[1]: *** [chan_zap.o] Error 1
make[1]: Leaving directory `/raid5/source/asterisk-pbx/source/v1.2.8/ 
asterisk-1.2.8/channels'

make: *** [subdirs] Error 1
...

We are using,

Dell 2850
FC4
Linux 2.6.15-1.1830_FC4smp

Any suggestions, as 1.2.7.1 compiled without issue.

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] [ISSUE] Asterisk 1.2.8 not compiling.

2006-05-30 Thread Joshua Colp

Peter J Dean wrote:
Ummm, not sure if I am missing anything, but I have never experienced 
this before, where the asterisk release didn't compile.


Downloaded all the newest releases from Digium, I compile everything 
first before installing to minimise downtime of the phone system.


( cd zaptel  ; make clean ; make )This compiled ok.

( cd libpri  ; make clean ; make )This compiled ok.

( cd asterisk; make clean ; make )This didn't compile ok, 
and outputs the following error.


...
gcc -c  -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g3  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS 
-fomit-frame-pointer  -Wno-missing-prototypes -Wno-missing-declarations 
-DZAPATA_PRI -DIAX_TRUNKING -DCRYPTO -fPIC  -o chan_zap.o chan_zap.c

chan_zap.c: In function ‘pri_dchannel’:
chan_zap.c:9038: error: ‘pri_event_setup_ack’ has no member named ‘call’
make[1]: *** [chan_zap.o] Error 1
make[1]: Leaving directory 
`/raid5/source/asterisk-pbx/source/v1.2.8/asterisk-1.2.8/channels'

make: *** [subdirs] Error 1
...

We are using,

Dell 2850
FC4
Linux 2.6.15-1.1830_FC4smp

Any suggestions, as 1.2.7.1 compiled without issue.

___
--Bandwidth and Colocation provided by Easynews.com --

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

Did you do a make install on zaptel and libpri?

--
Joshua Colp
Software Developer
Digium
P - 256-428-6066
C - 506-878-0147
[EMAIL PROTECTED]
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] [ISSUE] Asterisk 1.2.8 not compiling.

2006-05-30 Thread BJ Weschke

On 5/30/06, Peter J Dean [EMAIL PROTECTED] wrote:

Ummm, not sure if I am missing anything, but I have never experienced
this before, where the asterisk release didn't compile.

Downloaded all the newest releases from Digium, I compile everything
first before installing to minimise downtime of the phone system.

( cd zaptel  ; make clean ; make )  This compiled ok.

( cd libpri  ; make clean ; make )  This compiled ok.

( cd asterisk; make clean ; make )  This didn't compile ok,
and outputs the following error.

...
gcc -c  -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -
Wmissing-declarations -g3  -Iinclude -I../include -D_REENTRANT -
D_GNU_SOURCE  -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-
frame-pointer  -Wno-missing-prototypes -Wno-missing-declarations -
DZAPATA_PRI -DIAX_TRUNKING -DCRYPTO -fPIC  -o chan_zap.o chan_zap.c
chan_zap.c: In function 'pri_dchannel':
chan_zap.c:9038: error: 'pri_event_setup_ack' has no member named 'call'
make[1]: *** [chan_zap.o] Error 1
make[1]: Leaving directory `/raid5/source/asterisk-pbx/source/v1.2.8/
asterisk-1.2.8/channels'
make: *** [subdirs] Error 1
...



Try make install'ing the new zaptel and libpri before you make asterisk.

--
Bird's The Word Technologies, Inc.
http://www.btwtech.com/
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] [ISSUE] Asterisk 1.2.8 not compiling.

2006-05-30 Thread Joshua Colp

Joshua Colp wrote:

Peter J Dean wrote:
Ummm, not sure if I am missing anything, but I have never experienced 
this before, where the asterisk release didn't compile.


Downloaded all the newest releases from Digium, I compile everything 
first before installing to minimise downtime of the phone system.


( cd zaptel  ; make clean ; make )This compiled ok.

( cd libpri  ; make clean ; make )This compiled ok.

( cd asterisk; make clean ; make )This didn't compile ok, 
and outputs the following error.


...
gcc -c  -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g3  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS 
-fomit-frame-pointer  -Wno-missing-prototypes 
-Wno-missing-declarations -DZAPATA_PRI -DIAX_TRUNKING -DCRYPTO -fPIC  
-o chan_zap.o chan_zap.c

chan_zap.c: In function ‘pri_dchannel’:
chan_zap.c:9038: error: ‘pri_event_setup_ack’ has no member named ‘call’
make[1]: *** [chan_zap.o] Error 1
make[1]: Leaving directory 
`/raid5/source/asterisk-pbx/source/v1.2.8/asterisk-1.2.8/channels'

make: *** [subdirs] Error 1
...

We are using,

Dell 2850
FC4
Linux 2.6.15-1.1830_FC4smp

Any suggestions, as 1.2.7.1 compiled without issue.

___
--Bandwidth and Colocation provided by Easynews.com --

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

Did you do a make install on zaptel and libpri?



I should probably explain a bit more. You need to install libpri before 
compiling Asterisk as Asterisk uses header files and things which are 
installed by libpri.


--
Joshua Colp
Software Developer
Digium
P - 256-428-6066
C - 506-878-0147
[EMAIL PROTECTED]
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] [ISSUE] Asterisk 1.2.8 not compiling.

2006-05-30 Thread trixter aka Bret McDanel
On Wed, 2006-05-31 at 12:09 +1000, Peter J Dean wrote:
 
 ( cd asterisk; make clean ; make )This didn't compile ok,  
 and outputs the following error.

just a guess but did the headers change for libpri and not get installed
to the same location as before, as a result you are using older headers?


-- 
Trixter http://www.0xdecafbad.com Bret McDanel
Belfast IE +44 28 9099 6461DE +49 801 777 555 3402
Utrecht NL +31 306 553058  US WA +1 360 207 0479
US NY +1 516 687 5200  FreeWorldDialup: 635378
http://www.sacaug.org/ Sacramento Asterisk Users Group



signature.asc
Description: This is a digitally signed message part
___
--Bandwidth and Colocation provided by Easynews.com --

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