linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] MinGW compile


From: Frederic-Philippe Metz
Subject: Re: [Linphone-developers] MinGW compile
Date: Mon, 5 Mar 2012 16:55:12 +0100

Hi Steve,

unfortunately, am at this point:

running ./autogen.sh
// 
---------------------------------------------------------------------------------------------------
$ ./autogen.sh
Generating build scripts in linphone...
+ libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
+ /usr/bin/intltoolize -c --force --automake
+ aclocal -I m4 -I /share/aclocal
+ autoheader
+ automake --force-missing --add-missing --copy
coreapi/help/Makefile.am:11: docdir was already defined in condition TRUE, which
 includes condition HAVE_DOXYGEN ...
configure.ac:3: ... `docdir' previously defined here
coreapi/help/Makefile.am:18: <D: non-POSIX variable name
m4/Makefile.am:1: shell cd $(srcdir: non-POSIX variable name
m4/Makefile.am:1: (probably a GNU make extension)
Makefile.am:21: shell cd $(top_builddir: non-POSIX variable name
Makefile.am:21: (probably a GNU make extension)
Makefile.am:23: shell cd $(top_builddir: non-POSIX variable name
Makefile.am:23: (probably a GNU make extension)
Makefile.am:27: shell cd $(top_builddir: non-POSIX variable name
Makefile.am:27: (probably a GNU make extension)
Makefile.am:41: shell cd $(top_srcdir: non-POSIX variable name
Makefile.am:41: (probably a GNU make extension)
Makefile.am:43: shell cat $(top_srcdir: non-POSIX variable name
Makefile.am:43: (probably a GNU make extension)
Makefile.am:45: shell cd $(top_srcdir: non-POSIX variable name
Makefile.am:45: (probably a GNU make extension)
Makefile.am:185: shell $(MD5SUM: non-POSIX variable name
Makefile.am:185: (probably a GNU make extension)
Makefile.am:187: shell $(MD5SUM: non-POSIX variable name
Makefile.am:187: (probably a GNU make extension)
+ autoconf
configure.ac:126: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
+ '[' -x oRTP/autogen.sh ']'
+ '[' -x mediastreamer2/autogen.sh ']'
// 
---------------------------------------------------------------------------------------------------

On Linux, it compiles perfect, but I assume that there's something
missing in the mingw environment I have to install ?

Best Regards
Frédéric


On Thu, Mar 1, 2012 at 11:11 AM, Frederic-Philippe Metz
<address@hidden> wrote:
> Hi Steve,
>
> thank you so much for the information. I will try it again next days ...
>
> Cheers,
>  Frédéric
>
>
> On Tue, Feb 28, 2012 at 5:18 PM, Steve Strobel
> <address@hidden> wrote:
>> I built mediastreamer and its dependencies using MinGW not long ago.
>> I am attaching my notes in case they are of any help.  You might try
>> searching for the error messages you are seeing.
>>
>> Also see the attached file check-out-projects-for-mingw.  It won't
>> quite run as a script, but you should be able to copy commands from it
>> to the mingw command line and get it to run.
>>
>> I used an older version of mediastreamer, so there might be some differences.
>>
>> Steve
>>
>>
>> On Mon, Feb 27, 2012 at 6:57 AM, Frederic-Philippe Metz
>> <address@hidden> wrote:
>>> Hi,
>>>
>>> I followed the instructions in README.mingw but I stuck with some parts:
>>>
>>> 1.
>>>>> #Compile and install tunnel
>>>>> cd tunnel && ./autogen.sh && ./configure --prefix=/opt/linphone && make 
>>>>> && make install
>>> doen't work since the directoty tunnel does not exist and I have no
>>> clue what it should be.
>>>
>>> 2. autogen.sh end with.
>>>
>>> // -----------------------------------------------------
>>> + automake --force-missing --add-missing --copy
>>> help/Makefile.am:12: docdir was already defined in condition TRUE, which 
>>> include
>>> s condition HAVE_DOXYGEN ...
>>> configure.ac:2: ... `docdir' previously defined here
>>> help/Makefile.am:19: <D: non-POSIX variable name
>>> Makefile.am: installing `./INSTALL'
>>> + autoconf
>>> configure.ac:1: error: possibly undefined macro: dnl
>>>      If this token and others are legitimate, please use m4_pattern_allow.
>>>      See the Autoconf documentation.
>>> configure.ac:26: error: possibly undefined macro: AC_SUBST
>>> configure.ac:67: error: possibly undefined macro: AC_MSG_ERROR
>>> configure.ac:197: error: possibly undefined macro: AC_DEFINE
>>> configure.ac:255: error: possibly undefined macro: AC_CHECK_LIB
>>> configure.ac:284: error: possibly undefined macro: AC_CHECK_HEADERS
>>> // -----------------------------------------------------
>>>
>>>
>>> 3. When (ignoring the errors above) executing ./configure, it ends up with
>>>
>>> // -----------------------------------------------------
>>> ./configure: line 17586: PKG_PROG_PKG_CONFIG: command not found
>>> checking for get_current_dir_name... no
>>> checking for strndup... no
>>> checking for stpcpy... no
>>> ./configure: line 19364: syntax error near unexpected token `LIBGTK,'
>>> ./configure: line 19364: `      PKG_CHECK_MODULES(LIBGTK, gtk+-2.0 >= 
>>> 2.18.0 gth
>>> read-2.0)'
>>> // -----------------------------------------------------
>>>
>>>
>>> Could someone please give me some help to compile.
>>>
>>> linphone git version 3.5.2, Windows 7.
>>>
>>> Cheers,
>>>   Frédéric
>>>
>>> _______________________________________________
>>> Linphone-developers mailing list
>>> address@hidden
>>> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>>
>>
>>
>> --
>> Steve Strobel
>> Link Communications, Inc.
>> 1035 Cerise Rd
>> Billings, MT 59101-7378
>> (406) 245-5002 ext 102
>> (406) 245-4889 (fax)
>> WWW: http://www.link-comm.com
>> MailTo:address@hidden



reply via email to

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