linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] linphone-0.12.1 compile problem


From: K.S.Chen
Subject: Re: [Linphone-developers] linphone-0.12.1 compile problem
Date: Wed, 07 Jan 2004 09:44:22 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020605

Simon,

Yes, I use gcc-2.95.3 in Slackware 8.1, and install libosip-0.9.7. You can find the config.h in the attached.
I checked the CVS source this morning, the errors I found were fixed.

Thanks your great work :)

K.S.Chen.

Simon MORLAT wrote:
Hello,

Perhaps I have already solved this problem. I fixed a compile error in
this file with gcc-2.95, but it worked with gcc-3.2.
I would prefer that you send me your uglib.c file, so that I will
compare it with the current CVS version.
Please also precise your compiler and envirronment.
Thanks a lot.
Simon


K.S.Chen wrote:

  
Hi,

I downloaded the linphone-0.12.1.tar.gz and run 'configure
--disable-gnome_ui' and 'make'
The process stoped at support/uglib.c. I digged into that file, and
found a few bugs.

I would like to send the patch, what format is preferred ?


K.S.Chen.





_______________________________________________
Linphone-developers mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/linphone-developers


 

    

  

Attachment: diff.tar
Description: Binary data

/* config.h.  Generated by configure.  */
/* config.h.in.  Generated from configure.in by autoheader.  */
#define ENABLE_NLS 1
/* #undef HAVE_CATGETS */
#define HAVE_GETTEXT 1
#define GETTEXT_PACKAGE "linphone"
#define HAVE_LC_MESSAGES 1
/* #undef HAVE_STPCPY */
/* #undef HAVE_LIBSM */

/* always defined to indicate that i18n is enabled */
#define ENABLE_NLS 1

/* The name of the gettext package name */
#define GETTEXT_PACKAGE "linphone"

/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
/* #undef HAVE_ALSA_ASOUNDLIB_H */

/* Defines if we can use libavcodec library */
/* #undef HAVE_AVCODEC */

/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#define HAVE_BIND_TEXTDOMAIN_CODESET 1

/* Define to 1 if you have the `dcgettext' function. */
#define HAVE_DCGETTEXT 1

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

/* Define to 1 if you have the `getifaddrs' function. */
/* #undef HAVE_GETIFADDRS */

/* Define if the GNU gettext() function is already present or preinstalled. */
#define HAVE_GETTEXT 1

/* Defined when glib-2.0 was found */
/* #undef HAVE_GLIB */

/* Defined if we can use the gnome api */
/* #undef HAVE_GNOME */

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define if your <locale.h> file defines LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1

/* Define to 1 if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1

/* Define to 1 if you have the <machine/soundcard.h> header file. */
/* #undef HAVE_MACHINE_SOUNDCARD_H */

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if you have the <soundcard.h> header file. */
/* #undef HAVE_SOUNDCARD_H */

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the <sys/audio.h> header file. */
/* #undef HAVE_SYS_AUDIO_H */

/* Define to 1 if you have the <sys/soundcard.h> header file. */
#define HAVE_SYS_SOUNDCARD_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Linphone's version number */
#define LINPHONE_VERSION "0.12.1"

/* Name of package */
#define PACKAGE "linphone"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""

/* Defines the place where data are found */
#define PACKAGE_DATA_DIR "/usr/local/share"

/* Defines the place where locales can be found */
#define PACKAGE_LOCALE_DIR "/usr/local/share/locale"

/* Define to the full name of this package. */
#define PACKAGE_NAME ""

/* Defines the place where linphone sounds are found */
#define PACKAGE_SOUND_DIR "/usr/local/share/sounds/linphone"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""

/* Define to the version of this package. */
#define PACKAGE_VERSION ""

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "0.12.1"

/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */

/* Defined when alsa support is enabled */
/* #undef __ALSA_ENABLED__ */

/* Defined if we are compiling for arm processor */
/* #undef __ARM__ */

/* Defined if we are compiling for FreeBSD */
/* #undef __FreeBSD__ */

/* Defined if we are compiling for linux */
#define __LINUX__ 1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]