[Home]

Summary:ASTERISK-02907: CVS Head doesnt compile!
Reporter:linuss (linuss)Labels:
Date Opened:2004-11-30 12:05:54.000-0600Date Closed:2011-06-07 14:10:22
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:CVS Head doesnt appear to compile! I've checked and don't appear to be doing anything blinding stupid.

Fresh checkout into empty directories results in:

libpri:

iax1:/usr/src/libpri # make install
Makefile:92: .depend: No such file or directory
./mkdep -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g   `ls *.c`
cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g     -c -o pri.o
pri.c
cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g     -c -o
q921.o q921.c
cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g     -c -o
prisched.o prisched.c
cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g     -c -o
q931.o q931.c
q931.c: In function `receive_generic_digits':
q931.c:1567: warning: comparison between signed and unsigned
make: *** [q931.o] Error 1
Comments:By: linuss (linuss) 2004-11-30 12:39:12.000-0600

Ok, cleared the second one by adding the extra package zlib-devel-1.1 - this should be added to the 'download' page on the website!

By: Tilghman Lesher (tilghman) 2004-11-30 13:00:11.000-0600

Architecture?  Distribution?

By: Brian West (bkw918) 2004-11-30 13:08:23.000-0600

Libpri is fine.. the zlib requirement has been posted and talked about MANY times.  Its very clear you need it.

bkw

By: linuss (linuss) 2004-11-30 13:46:48.000-0600

I disagree. It is hardly acceptable that something that is 'Its very clear you need it.' is not included in either the downloaded documentation, or the website detailing the packages required.

It should not be something that requires Google.

By: Brian West (bkw918) 2004-11-30 13:49:55.000-0600

Its listed on the page now.

bkw