[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] Build Denemo for windows
From: |
Richard Shann |
Subject: |
Re: [Denemo-devel] Build Denemo for windows |
Date: |
Thu, 27 Dec 2018 12:20:21 +0000 |
On Thu, 2018-12-27 at 19:55 +0800, 花心胡萝卜 wrote:
> I want build Denemo for windows by myself.
> but I can't find some development guide.
> My English is poor, I'm come from China, and I saw http://www.denemo.
> org/hacking-sources.
> I try to use jhbuild, but the documents for https://live.gnome.org/Wi
> ndows/MingwNativeBuild is gone.
> I want some help, like a step by step to build for windows, just what
> you do, cross compile.
I have been trying to build myself on Debian stable I did a git clone
of mxe and then copied in additional files (e.g. src/evince*) from http
://www.denemo.org/~jjbenham/mxe/ and got as far as this:
address@hidden:~/mxe/mxe$ make denemo
[build] evince i686-w64-mingw32.static
Failed to build package evince for target i686-w64-mingw32.static!
------------------------------------------------------------
Makefile:719: recipe for target 'install-recursive' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory '/home/rshann/mxe/mxe/tmp-evince-i686-w64-
mingw32.static/evince-3.24.0'
Makefile:796: recipe for target 'build-only-evince_i686-w64-
mingw32.static' failed
make[1]: *** [build-only-evince_i686-w64-mingw32.static] Error 2
make[1]: Leaving directory '/home/rshann/mxe/mxe'
real 0m39.073s
user 0m51.052s
sys 0m5.336s
------------------------------------------------------------
[log] /home/rshann/mxe/mxe/log/evince_i686-w64-mingw32.static
Makefile:796: recipe for target '/home/rshann/mxe/mxe/usr/i686-w64-
mingw32.static/installed/evince' failed
make: *** [/home/rshann/mxe/mxe/usr/i686-w64-
mingw32.static/installed/evince] Error 1
but haven't had the time to explore further :(
Richard