Re: [Mingw-w64-public] Made some more progress building LinPhone

2013-12-06 Thread JonY
On 12/6/2013 23:57, wynfield wrote: > > $ ./configure --target=i686-w64-mingw32 --enable-targets=i686-w64-mingw32 > --host=i686-w64-mingw32 --prefix=$a/linphone > CC="/usr/bin/i686-w64-mingw32-gcc" CXX="/usr/bin/i686-w64-mingw32-c++.exe" > CPPFLAGS="-I/cygdrive/c/win-dev/include" LDFLAGS="-

Re: [Mingw-w64-public] Made some more progress building LinPhone

2013-12-06 Thread Ruben Van Boxem
2013/12/6 > > I found that adding >LIBGTK_CFLAGS="-L/cygdrive/c/win-dev/lib" >LIBGTK_LIBS="-L/cygdrive/c/win-dev/lib" > > to the configure command line allowed configure to find the MS Win GTK > library. > > > Now configure progresses until it can't find any "readling" library, which > I

[Mingw-w64-public] Made some more progress building LinPhone

2013-12-06 Thread wynfield
I found that adding LIBGTK_CFLAGS="-L/cygdrive/c/win-dev/lib" LIBGTK_LIBS="-L/cygdrive/c/win-dev/lib" to the configure command line allowed configure to find the MS Win GTK library. Now configure progresses until it can't find any "readling" library, which I believe is a commong Gnu fu