mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] mxe for windows 7 (64 bit)


From: Alois Schlögl
Subject: Re: [Mingw-cross-env-list] mxe for windows 7 (64 bit)
Date: Fri, 21 Jun 2013 09:59:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

In general, the standard procedure for get going is this:

1) Remove the empty build instructions for x86_64 in src/vtk.mk (see
patch below) and

2) run
  make vtk

3) If compilation fails,
   3a)  look in log/vtk to identify the problem,
   3b)  fix the problem and goto 2).

Alois



diff --git a/src/vtk.mk b/src/vtk.mk
index 2530944..539324c 100644
--- a/src/vtk.mk
+++ b/src/vtk.mk
@@ -53,5 +53,5 @@ define $(PKG)_BUILD
     $(MAKE) -C '$(1)/cross_build' -j '$(JOBS)' install VERBOSE=1
 endef

-$(PKG)_BUILD_x86_64-w64-mingw32 =
-$(PKG)_BUILD_i686-w64-mingw32 =
+#$(PKG)_BUILD_x86_64-w64-mingw32 =
+#$(PKG)_BUILD_i686-w64-mingw32 =




On 06/21/2013 09:37 AM, Zeev Pekar wrote:
> Thank you Tony,
> 
> I don't care that vtk is old, i.e. 5.8, - it's Ok for me. However I do
> need it to have 64bit support. I'm relatevly new to MXE, so could you,
> please, guide me on how to enable it?
> 
> Thank you very much,
> ST
> 
> On Fri, 2013-06-21 at 15:17 +1000, Tony Theodore wrote:
>> On 21/06/2013, at 2:27 AM, ST <address@hidden> wrote:
>>
>>> Hi,
>>>
>>> how can I crosscompile my programs for windows 7 (64 bit)? I need to
>>> install vtk, boost and matio?
>>
>> Ideally, you'd do:
>>
>> $ make vtk boost matio MXE_TARGETS=x86_64-w64-mingw32
>>
>> However, vtk doesn't yet have 64-bit support in mxe, and hasn't been updated 
>> for some time. It's still at 5.8 and there's a newer 5.10 series with 6.0 
>> almost released. I suspect enabling 64-bit support in these newer versions 
>> would be easier than the current, but it is non-trivial to update.
>>
>> Cheers,
>>
>> Tony
>>
> 
> 
> 



reply via email to

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