close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Nov 9, 2012, 3:27:48 PM (13 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
44 | 44 | jazz@precise:~/ocsync-0.60.1/build$ make |
45 | 45 | }}} |
| 46 | |
| 47 | * [結論] 實際上,要用 mingw64 編譯 windows 程式,需要把所有相依的 library 都裝到 mingw64 底下才行。 |
| 48 | * 解法一:OpenSUSE 有一系列的編譯,當然因為 OBS (Open Build Service) 的關係,也可以移植到 Ubuntu 上 |
| 49 | * [參考] http://greg.thehellings.com/2012/02/a-better-ubuntu-mingw-experience/ |
| 50 | * http://download.opensuse.org/repositories/home:/greg_hellings:/win64/ - 不同 Ubuntu 上的套件 |
| 51 | * 解法二:另外有個人整理了一系列的 Toolchain for Linux - http://mxe.cc/ |
| 52 | * [參考] http://wiki.njh.eu/Cross_Compiling_for_Win32 |