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] Add CLN library


From: Richard Crozier
Subject: Re: [Mingw-cross-env-list] Add CLN library
Date: Tue, 22 Oct 2019 15:09:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0



On 22/10/2019 13:36, Tony Theodore wrote:

On 22 Oct 2019, at 21:15, Richard Crozier <address@hidden> wrote:

with the attached libcln.mk, I get the attached log output. It has the 
following error:

Why is $(PKG)_CHECKSUM commented out? That will always fail.


I had tried make update-checksum-cln but it hadn't worked, now that I corrected PKG := libcln I was able to run make update-checksum-libcln and get the correct checksum, and have uncommented the line. At least, I think this is what happened.

my intention with this libcln.mk is to build commit 0023432 on the w64 branch

The branch doesn???t matter per-se for downloads, take a look at src/pkgconf.mk 
if you really want to pin a commit.


I think I've done this with the attached libcln.mk?


I now have a problem with configure, the package does a test for the endianess of the system, when I do a configure on the package outside MXE with

./configure --host=x86_64-w64-mingw32.static CXXFLAGS="$CXXFLAGS -std=c++11" --build='x86_64-pc-linux-gnu' --prefix='/opt/mxe/usr/x86_64-w64-mingw32.static' --enable-static --disable-shared

I get

checking whether byte ordering is bigendian... no

and it proceeds to completion, but doing

make libcln

in MXE results in the error:

checking whether byte ordering is bigendian... unknown
configure: error: unknown endianness
 presetting ac_cv_c_bigendian=no (or yes) will help
Makefile:817: recipe for target 'build-only-libcln_x86_64-w64-mingw32.static' failed
make[1]: *** [build-only-libcln_x86_64-w64-mingw32.static] Error 1
make[1]: Leaving directory '/opt/mxe'

I've attached the full build log and new libcln.mk

regards,

Richard

Attachment: libcln_x86_64-w64-mingw32.static
Description: Text document

Attachment: libcln.mk
Description: Text Data


reply via email to

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