uint32_t does not name a type

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Don Fanning don at 00100100.net
Fri Feb 24 16:27:46 UTC 2012


Here you go... Thanks!

OpenBSC:/usr/src/lcr#  ./configure --prefix=/opt/lcr --with-asterisk
--with-gsm-bs
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether make sets $(MAKE)... (cached) yes
checking mISDN/mbuffer.h usability... yes
checking mISDN/mbuffer.h presence... yes
checking for mISDN/mbuffer.h... yes
checking asterisk/compiler.h usability... yes
checking asterisk/compiler.h presence... yes
checking for asterisk/compiler.h... yes
checking for struct tone_zone_sound in asterisk/indications.h... no
checking for struct ast_tone_zone_sound in asterisk/indications.h... yes
checking for struct ast_party_caller in asterisk/channel.h... no
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking for main in -lcrypto... yes
checking /usr/include/gsm/gsm.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for main in -lm... yes
checking for main in -lncurses... yes
checking for main in -lpthread... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for assert.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking whether lstat correctly handles trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat correctly handles trailing slash... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking return type of signal handlers... void
checking for working strnlen... yes
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: Compiled with mISDN support
configure: Compiled with GSM network side support
configure: Not compiled with GSM mobile side support
configure: Compiled with Asterisk channel driver support
configure: Not compiled with CCITT No.5 support
configure: Not compiled with SIP support
OpenBSC:/usr/src/lcr# make clean && make
test -z "lcradmin gentones genwave" || rm -f lcradmin gentones genwave
rm -f *.po
test -z "chan_lcr.so" || rm -f chan_lcr.so
test -z "lcr genrc genextension" || rm -f lcr genrc genextension
rm -f *.o
make  all-am
make[1]: Entering directory `/usr/src/lcr'
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT lcradmin.o
-MD -MP -MF .deps/lcradmin.Tpo -c -o lcradmin.o lcradmin.c
mv -f .deps/lcradmin.Tpo .deps/lcradmin.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT cause.o -MD
-MP -MF .deps/cause.Tpo -c -o cause.o cause.c
mv -f .deps/cause.Tpo .deps/cause.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT options.o
-MD -MP -MF .deps/options.Tpo -c -o options.o options.c
mv -f .deps/options.Tpo .deps/options.Po
g++  -g -O2   -o lcradmin lcradmin.o cause.o options.o  -lpthread -lncurses
-lm
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT gentones.o
-MD -MP -MF .deps/gentones.Tpo -c -o gentones.o gentones.c
mv -f .deps/gentones.Tpo .deps/gentones.Po
g++  -g -O2   -o gentones gentones.o  -lpthread -lncurses -lm
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT genwave.o
-MD -MP -MF .deps/genwave.Tpo -c -o genwave.o genwave.c
mv -f .deps/genwave.Tpo .deps/genwave.Po
g++  -g -O2   -o genwave genwave.o  -lpthread -lncurses -lm
gcc  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""
-Dtone_zone_sound=ast_tone_zone_sound   -g -O2 -D_GNU_SOURCE -fPIC -c
chan_lcr.c -o chan_lcr.po
chan_lcr.c:689:2: warning: #warning DISABLED DUE TO DOUBLE LOCKING PROBLEM
chan_lcr.c: In function âload_moduleâ:
chan_lcr.c:3299: warning: passing argument 2 of âast_register_application2â
from incompatible pointer type
/usr/include/asterisk/module.h:427: note: expected âint (*)(struct
ast_channel *, void *)â but argument is of type âint (*)(struct ast_channel
*, void *)â
gcc  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\"" -D_GNU_SOURCE  -g -O2
-fPIC -c bchannel.c -o bchannel.po
gcc  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\"" -D_GNU_SOURCE  -g -O2
-fPIC -c options.c -o options.po
gcc  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\"" -D_GNU_SOURCE  -g -O2
-fPIC -c callerid.c -o callerid.po
gcc  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\"" -D_GNU_SOURCE  -g -O2
-fPIC -c select.c -o select.po
gcc  -g -O2 -shared  -o chan_lcr.so  chan_lcr.po bchannel.po options.po
callerid.po select.po -lpthread -lncurses -lm
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT main.o -MD
-MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT select.o -MD
-MP -MF .deps/select.Tpo -c -o select.o select.c
mv -f .deps/select.Tpo .deps/select.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT trace.o -MD
-MP -MF .deps/trace.Tpo -c -o trace.o trace.c
mv -f .deps/trace.Tpo .deps/trace.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT tones.o -MD
-MP -MF .deps/tones.Tpo -c -o tones.o tones.c
mv -f .deps/tones.Tpo .deps/tones.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT alawulaw.o
-MD -MP -MF .deps/alawulaw.Tpo -c -o alawulaw.o alawulaw.c
mv -f .deps/alawulaw.Tpo .deps/alawulaw.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT interface.o
-MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
mv -f .deps/interface.Tpo .deps/interface.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT message.o
-MD -MP -MF .deps/message.Tpo -c -o message.o message.c
mv -f .deps/message.Tpo .deps/message.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT callerid.o
-MD -MP -MF .deps/callerid.Tpo -c -o callerid.o callerid.c
mv -f .deps/callerid.Tpo .deps/callerid.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT
socket_server.o -MD -MP -MF .deps/socket_server.Tpo -c -o socket_server.o
socket_server.c
mv -f .deps/socket_server.Tpo .deps/socket_server.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT port.o -MD
-MP -MF .deps/port.Tpo -c -o port.o port.cpp
mv -f .deps/port.Tpo .deps/port.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT vbox.o -MD
-MP -MF .deps/vbox.Tpo -c -o vbox.o vbox.cpp
mv -f .deps/vbox.Tpo .deps/vbox.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT mISDN.o -MD
-MP -MF .deps/mISDN.Tpo -c -o mISDN.o mISDN.cpp
mv -f .deps/mISDN.Tpo .deps/mISDN.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT dss1.o -MD
-MP -MF .deps/dss1.Tpo -c -o dss1.o dss1.cpp
mv -f .deps/dss1.Tpo .deps/dss1.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT loop.o -MD
-MP -MF .deps/loop.Tpo -c -o loop.o loop.c
mv -f .deps/loop.Tpo .deps/loop.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT crypt.o -MD
-MP -MF .deps/crypt.Tpo -c -o crypt.o crypt.cpp
mv -f .deps/crypt.Tpo .deps/crypt.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT remote.o -MD
-MP -MF .deps/remote.Tpo -c -o remote.o remote.cpp
mv -f .deps/remote.Tpo .deps/remote.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT joinremote.o
-MD -MP -MF .deps/joinremote.Tpo -c -o joinremote.o joinremote.cpp
mv -f .deps/joinremote.Tpo .deps/joinremote.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT gsm_audio.o
-MD -MP -MF .deps/gsm_audio.Tpo -c -o gsm_audio.o gsm_audio.c
mv -f .deps/gsm_audio.Tpo .deps/gsm_audio.Po
g++ -DHAVE_CONFIG_H -I.  -DWITH_MISDN -DWITH_CRYPT  -DWITH_GSM_BS    -Wall
-DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\""
-DLOG_DIR="\"/usr/local/lcr\""
-DEXTENSION_DATA="\"/usr/local/lcr/extensions\""    -g -O2 -MT gsm.o -MD
-MP -MF .deps/gsm.Tpo -c -o gsm.o gsm.cpp
In file included from gsm.cpp:14:
mncc.h:193: error: âuint32_tâ does not name a type
mncc.h:194: error: âuint32_tâ does not name a type
mncc.h:195: error: âuint32_tâ does not name a type
mncc.h:196: error: âuint16_tâ does not name a type
gsm.cpp: In member function âvoid Pgsm::setup_cnf(unsigned int, unsigned
int, gsm_mncc*)â:
gsm.cpp:475: error: âstruct gsm_mncc_rtpâ has no member named âmsg_typeâ
gsm.cpp: In member function âvoid Pgsm::rtp_create_ind(unsigned int,
unsigned int, gsm_mncc*)â:
gsm.cpp:624: error: âstruct gsm_mncc_rtpâ has no member named âipâ
gsm.cpp:624: error: âstruct gsm_mncc_rtpâ has no member named âportâ
gsm.cpp:625: error: âstruct gsm_mncc_rtpâ has no member named âipâ
gsm.cpp:626: error: âstruct gsm_mncc_rtpâ has no member named âportâ
gsm.cpp:633: error: âstruct gsm_mncc_rtpâ has no member named âipâ
gsm.cpp:633: error: âstruct gsm_mncc_rtpâ has no member named âportâ
gsm.cpp:635: error: âstruct gsm_mncc_rtpâ has no member named âipâ
gsm.cpp:636: error: âstruct gsm_mncc_rtpâ has no member named âportâ
gsm.cpp:637: error: âstruct gsm_mncc_rtpâ has no member named âmsg_typeâ
gsm.cpp: In member function âvoid Pgsm::rtp_connect_ind(unsigned int,
unsigned int, gsm_mncc*)â:
gsm.cpp:649: error: âstruct gsm_mncc_rtpâ has no member named âipâ
gsm.cpp:649: error: âstruct gsm_mncc_rtpâ has no member named âportâ
gsm.cpp:650: error: âstruct gsm_mncc_rtpâ has no member named âipâ
gsm.cpp:651: error: âstruct gsm_mncc_rtpâ has no member named âportâ
gsm.cpp: In member function âvoid Pgsm::message_progress(unsigned int, int,
parameter*)â:
gsm.cpp:670: error: âstruct gsm_mncc_rtpâ has no member named âipâ
gsm.cpp:671: error: âstruct gsm_mncc_rtpâ has no member named âportâ
gsm.cpp:672: error: âstruct gsm_mncc_rtpâ has no member named âmsg_typeâ
gsm.cpp: In member function âvoid Pgsm::message_connect(unsigned int, int,
parameter*)â:
gsm.cpp:780: error: âstruct gsm_mncc_rtpâ has no member named âipâ
gsm.cpp:781: error: âstruct gsm_mncc_rtpâ has no member named âportâ
gsm.cpp:782: error: âstruct gsm_mncc_rtpâ has no member named âmsg_typeâ
make[1]: *** [gsm.o] Error 1
make[1]: Leaving directory `/usr/src/lcr'
make: *** [all] Error 2
OpenBSC:/usr/src/lcr#


On Fri, Feb 24, 2012 at 1:08 AM, Andreas Eversberg <andreas at eversberg.eu>wrote:

> Don Fanning wrote:
> > mncc.h:195: error: ‘uint32_t’ does not name a type
> hi don,
>
> can you shnow me your output of ./configure ... ?
>
> thanx,
>
> andreas
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/openbsc/attachments/20120224/6c586f48/attachment.htm>


More information about the OpenBSC mailing list