Re: Cross building subsurface on linux for windows

2014-03-18 Thread Dirk Hohndel
On Tue, 2014-03-18 at 19:30 +0600, Farzana Raisa wrote: > It is now compiling but showing error in linking. linking > release/subsurface.exe > /usr/lib64/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bin/ld: > cannot find -lusb-1.0 > /usr/lib64/gcc/i686-w64-mingw32/4.8.2/../../../../i6

Cross building subsurface on linux for windows

2014-03-18 Thread Farzana Raisa
It is now compiling but showing error in linking. linking release/subsurface.exe /usr/lib64/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bin/ld: cannot find -lusb-1.0 /usr/lib64/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bin/ld: cannot find -lgit2 /usr/lib64/gcc/i686-w64-min

Re: Cross-building Subsurface on Linux for Windows

2014-03-18 Thread Farzana Raisa
Sorry for using top posting On Tue, Mar 18, 2014 at 6:50 PM, Lubomir I. Ivanov wrote: > please, don't use top-posting: > http://en.wikipedia.org/wiki/Posting_style#Top-posting > > On 18 March 2014 14:21, Farzana Raisa wrote: > > It's already been added to mingw-make.sh > > > > it's important to

Re: Cross-building Subsurface on Linux for Windows

2014-03-18 Thread Lubomir I. Ivanov
please, don't use top-posting: http://en.wikipedia.org/wiki/Posting_style#Top-posting On 18 March 2014 14:21, Farzana Raisa wrote: > It's already been added to mingw-make.sh > it's important to find what libgit2-dev version you have. CONFIG += libgit21-api would define USE_LIBGIT21_API in save-

Re: Cross-building Subsurface on Linux for Windows

2014-03-18 Thread Farzana Raisa
It's already been added to mingw-make.sh On Tue, Mar 18, 2014 at 5:51 PM, Lubomir I. Ivanov wrote: > On 18 March 2014 13:36, Farzana Raisa wrote: > > Now I am facing problem eith fedora 20. It says git2.h is not found. I > > installed both libgit2 and libgit2-devel. Then created a simlink in >

Re: Cross-building Subsurface on Linux for Windows

2014-03-18 Thread Lubomir I. Ivanov
On 18 March 2014 13:36, Farzana Raisa wrote: > Now I am facing problem eith fedora 20. It says git2.h is not found. I > installed both libgit2 and libgit2-devel. Then created a simlink in > subsurface directory to git2.h and git2 dir. But compiling aborted with this > error: save-git.c:852:2: too

Re: Cross-building Subsurface on Linux for Windows

2014-03-18 Thread Farzana Raisa
> wrote: >> >> > > in order to solving bug i need to compile subsurface in windows and >> >> > > i'm >> >> > > trying cross building on ubuntu for windows. I've installed both >> >> > > mingw32 and >> >>

Re: Cross-building Subsurface on Linux for Windows

2014-03-17 Thread Farzana Raisa
>> > > mingw32 and > >> > > gcc-mingw32. But it is not recognizing mingw32-configure, > mingw32-make > >> > > etc. > >> > > What to do now? > >> > > > >> > > >> > there is a guide in the file named

Re: Cross-building Subsurface on Linux for Windows

2014-03-17 Thread Tomaz Canabrava
r windows. I've installed both > >> > > mingw32 and > >> > > gcc-mingw32. But it is not recognizing mingw32-configure, > mingw32-make > >> > > etc. > >> > > What to do now? > >> > > > >> > > >> > there is a

Re: Cross-building Subsurface on Linux for Windows

2014-03-17 Thread Alberto Corona
ying cross building on ubuntu for windows. I've installed both >> > > mingw32 and >> > > gcc-mingw32. But it is not recognizing mingw32-configure, mingw32-make >> > > etc. >> > > What to do now? >> > > >> > >

Re: Cross-building Subsurface on Linux for Windows

2014-03-17 Thread Farzana Raisa
t; etc. > > > What to do now? > > > > > > > there is a guide in the file named INSTALL. > > pretty much the same can be found online under "Cross-building > > Subsurface on Linux for Windows": > > > > http://subsurface.hohndel.org/do

Re: Cross-building Subsurface on Linux for Windows

2014-03-17 Thread Dirk Hohndel
> gcc-mingw32. But it is not recognizing mingw32-configure, mingw32-make etc. > > What to do now? > > > > there is a guide in the file named INSTALL. > pretty much the same can be found online under "Cross-building > Subsurface on Linux for Windows": > > ht

Re: Cross-building Subsurface on Linux for Windows

2014-03-17 Thread Lubomir I. Ivanov
c. > What to do now? > there is a guide in the file named INSTALL. pretty much the same can be found online under "Cross-building Subsurface on Linux for Windows": http://subsurface.hohndel.org/documentation/building/ lubomir -- ___

Cross-building Subsurface on Linux for Windows

2014-03-17 Thread Farzana Raisa
in order to solving bug i need to compile subsurface in windows and i'm trying cross building on ubuntu for windows. I've installed both mingw32 and gcc-mingw32. But it is not recognizing mingw32-configure, mingw32-make etc. What to do now? ___ subsurface