PJSIP Make Error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please try to 'make realclean' first to clean up the dependency files.
Just in case the dependency files are accidentally modified.

Normally the dependency files indentation format is acceptable for 'make',
so perhaps you used a very old version of 'make'?

Regards,
nanang


On 15/04/2008, Adeyeye Michael <micadeyeye at crg.ee.uct.ac.za> wrote:
> Hi,
>  I pulled the trunk and tried installing yesterday but it was futile. I
>  tried "make dep" as well as "make" but resulted in an error:
>
>  checking sys/time.h usability... yes
>  checking sys/time.h presence... yes
>  checking for sys/time.h... yes
>  checking sys/timeb.h usability... yes
>  checking sys/timeb.h presence... yes
>  checking for sys/timeb.h... yes
>  checking for sys/types.h... (cached) yes
>  checking time.h usability... yes
>  checking time.h presence... yes
>  checking for time.h... yes
>  checking for unistd.h... (cached) yes
>  checking winsock.h usability... no
>  checking winsock.h presence... no
>  checking for winsock.h... no
>  checking winsock2.h usability... no
>  checking winsock2.h presence... no
>  checking for winsock2.h... no
>  checking for mswsock.h... no
>  checking uuid/uuid.h usability... no
>  checking uuid/uuid.h presence... no
>  checking for uuid/uuid.h... no
>  checking for net/if.h... yes
>  Setting PJ_OS_NAME to i686-pc-linux-gnu
>  Setting PJ_HAS_ERRNO_VAR to 1
>  Setting PJ_HAS_HIGH_RES_TIMER to 1
>  Setting PJ_HAS_MALLOC to 1
>  Setting PJ_NATIVE_STRING_IS_UNICODE to 0
>  Setting PJ_ATOMIC_VALUE_TYPE to long
>  checking if inet_aton() is available... yes
>  checking if inet_pton() is available... yes
>  checking if inet_ntop() is available... yes
>  checking if getaddrinfo() is available... yes
>  checking if sockaddr_in has sin_len member... no
>  checking if socklen_t is available... yes
>  checking if SO_ERROR is available... yes
>  checking if pthread_rwlock_t is available... yes
>  checking if pthread_mutexattr_settype() is available... no
>  checking if pthread_mutexattr_t has recursive member... no
>  checking sys/soundcard.h usability... yes
>  checking sys/soundcard.h presence... yes
>  checking for sys/soundcard.h... yes
>  checking linux/soundcard.h usability... yes
>  checking linux/soundcard.h presence... yes
>  checking for linux/soundcard.h... yes
>  checking machine/soundcard.h usability... no
>  checking machine/soundcard.h presence... no
>  checking for machine/soundcard.h... no
>  checking alsa/version.h usability... yes
>  checking alsa/version.h presence... yes
>  checking for alsa/version.h... yes
>  Checking sound device backend... unix
>  Checking if small filter is disabled... no
>  Checking if large filter is disabled... no
>  Checking if Speex AEC is disabled...no
>  Checking if G.711 codec is disabled...no
>  Checking if L16 codec is disabled...no
>  Checking if GSM codec is disabled...no
>  Checking if G.722 codec is disabled...no
>  Checking if Speex codec is disabled...no
>  Checking if iLBC codec is disabled...no
>  Skipping libsamplerate detection
>  checking for OpenSSL installations..
>  checking openssl/ssl.h usability... yes
>  checking openssl/ssl.h presence... yes
>  checking for openssl/ssl.h... yes
>  checking for SSL_library_init in -lssl... yes
>  checking for ERR_load_BIO_strings in -lcrypto... yes
>  OpenSSL library found, SSL support enabled
>  checking if select() needs correct nfds... no (default)
>  ** Decided that select() doesn't need correct nfds (please check)
>  checking if pj_thread_create() should enforce stack size... no (default)
>  checking if pj_thread_create() should allocate stack... no (default)
>  ** Setting non-blocking recv() retval to EAGAIN (please check)
>  ** Setting non-blocking connect() retval to EINPROGRESS (please check)
>  aconfigure: creating ./config.status
>  config.status: creating build.mak
>  config.status: creating build/os-auto.mak
>  config.status: creating pjlib/build/os-auto.mak
>  config.status: creating pjlib-util/build/os-auto.mak
>  config.status: creating pjmedia/build/os-auto.mak
>  config.status: creating pjsip/build/os-auto.mak
>  config.status: creating third_party/build/portaudio/os
>  -auto.mak
>  config.status: creating third_party/build/os-auto.mak
>  config.status: creating pjlib/include/pj/compat/os_auto.h
>  config.status: pjlib/include/pj/compat/os_auto.h is unchanged
>  config.status: creating pjlib/include/pj/compat/m_auto.h
>  config.status: pjlib/include/pj/compat/m_auto.h is unchanged
>  config.status: creating pjmedia/include/pjmedia/config_auto.h
>  config.status: pjmedia/include/pjmedia/config_auto.h is unchanged
>  config.status: creating pjmedia/include/pjmedia-codec/config_auto.h
>  config.status: pjmedia/include/pjmedia-codec/config_auto.h is unchanged
>  config.status: creating pjsip/include/pjsip/sip_autoconf.h
>  config.status: pjsip/include/pjsip/sip_autoconf.h is unchanged
>
>
>  Configurations for current target have been written to 'build.mak', and
>  'os-auto.mak' in various build directories, and
>  pjlib/include/pj/compat/os_auto.h.
>
>  Further customizations can be put in:
>   - 'user.mak'
>   - 'pjlib/include/pj/config_site.h'
>
>  The next step now is to run 'make dep' and 'make'.
>
>  micadeyeye at micadeyeye-desktop:/opt/pjproject-0.5.10.4$ make dep
>
>  for dir in pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps;
>  do \
>                 if make  -C $dir/build dep; then \
>                     true; \
>                 else \
>                     exit 1; \
>                 fi; \
>         done
>  make[1]: Entering directory `/opt/pjproject-0.5.10.4/pjlib/build'
>  make -f /opt/pjproject-0.5.10.4/build/rules.mak APP=PJLIB app=pjlib depend
>  make[2]: Entering directory `/opt/pjproject-0.5.10.4/pjlib/build'
>  .pjlib-i686-pc-linux-gnu.depend:1: *** missing separator.  Stop.
>  make[2]: Leaving directory `/opt/pjproject-0.5.10.4/pjlib/build'
>  make[1]: *** [depend] Error 2
>  make[1]: Leaving directory `/opt/pjproject-0.5.10.4/pjlib/build'
>  make: *** [dep] Error 1
>  micadeyeye at micadeyeye-desktop:/opt/pjproject-0.5.10.4$
>
>
>
>
>  Looking forward to your reply.
>  Mike
>
>
>  _______________________________________________
>  Visit our blog: http://blog.pjsip.org
>
>  pjsip mailing list
>  pjsip at lists.pjsip.org
>  http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>



[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux