Bug#666098:

2012-04-20 Thread Michal Suchanek
Excerpts from Mathieu Malaterre's message of Fri Apr 20 09:39:46 +0200 2012: > Looks like OP did not read CMake wiki: > > http://www.cmake.org/Wiki/CMake_Cross_Compiling#The_toolchain_file > > I believe you forgot to setup the variable: 'CMAKE_FIND_ROOT_PATH' > > 2cts yes, this is problem with

Bug#666098:

2012-04-20 Thread Mathieu Malaterre
Looks like OP did not read CMake wiki: http://www.cmake.org/Wiki/CMake_Cross_Compiling#The_toolchain_file I believe you forgot to setup the variable: 'CMAKE_FIND_ROOT_PATH' 2cts -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Co

Bug#666098: /usr/bin/i686-w64-mingw32-g++: includes time.h from system

2012-04-17 Thread Stephen Kitt
reassign 666098 cmake thanks On Fri, 30 Mar 2012 15:52:58 +0200, Michal Suchanek wrote: > This is a cmake or cmake scripting problem. It includes > /usr/include in the include path leading to this error. OK, I'm reassigning since I don't know enough about cmake to determine which is which. Mode

Bug#666098: /usr/bin/i686-w64-mingw32-g++: includes time.h from system

2012-03-30 Thread Michal Suchanek
Excerpts from Stephen Kitt's message of Thu Mar 29 19:51:21 +0200 2012: > On Thu, Mar 29, 2012 at 03:39:37PM +0200, Michal Suchanek wrote: > > I used this command: > > > > svn co https://tigervnc.svn.sourceforge.net/svnroot/tigervnc tigervnc > > mkdir tigerbin > > cd tigerbin > > CC=i686-w64-mingw

Bug#666098: /usr/bin/i686-w64-mingw32-g++: includes time.h from system

2012-03-30 Thread Michal Suchanek
Excerpts from Stephen Kitt's message of Thu Mar 29 19:51:21 +0200 2012: > On Thu, Mar 29, 2012 at 03:39:37PM +0200, Michal Suchanek wrote: > > I used this command: > > > > svn co https://tigervnc.svn.sourceforge.net/svnroot/tigervnc tigervnc > > mkdir tigerbin > > cd tigerbin > > CC=i686-w64-mingw

Bug#666098: /usr/bin/i686-w64-mingw32-g++: includes time.h from system

2012-03-29 Thread Stephen Kitt
On Thu, Mar 29, 2012 at 03:39:37PM +0200, Michal Suchanek wrote: > I used this command: > > svn co https://tigervnc.svn.sourceforge.net/svnroot/tigervnc tigervnc > mkdir tigerbin > cd tigerbin > CC=i686-w64-mingw32-gcc \ >CXX=i686-w64-mingw32-g++ \ >RC=i686-w64-mingw32-windres \ >AR=i6

Bug#666098: /usr/bin/i686-w64-mingw32-g++: includes time.h from system

2012-03-29 Thread Michal Suchanek
Excerpts from Stephen Kitt's message of Thu Mar 29 00:20:41 +0200 2012: > Hi Michal, > > On Wed, 28 Mar 2012 19:02:41 +0200, Michal Suchanek > wrote: > > I tried to build tigervnc on Debian. > > > > I get the following error. It mentions a file from /usr/include which is > > totally bogus, syste

Bug#666098: /usr/bin/i686-w64-mingw32-g++: includes time.h from system

2012-03-28 Thread Stephen Kitt
Hi Michal, On Wed, 28 Mar 2012 19:02:41 +0200, Michal Suchanek wrote: > I tried to build tigervnc on Debian. > > I get the following error. It mentions a file from /usr/include which is > totally bogus, system files should not be included by crosscompiler: Could you show me the exact steps you

Bug#666098: /usr/bin/i686-w64-mingw32-g++: includes time.h from system

2012-03-28 Thread Michal Suchanek
Package: gcc-mingw-w64 Version: 4.6.2-14+3 Severity: normal File: /usr/bin/i686-w64-mingw32-g++ Hello, I tried to build tigervnc on Debian. I get the following error. It mentions a file from /usr/include which is totally bogus, system files should not be included by crosscompiler: cd /scratch/t