Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2017 19:04:42 -0700
From:      bob prohaska <fbsd@www.zefox.net>
To:        freebsd-arm@freebsd.org
Subject:   www/webkit2-gtk3, BARM_ARCH_VERSION not defined....
Message-ID:  <20170524020442.GA31794@www.zefox.net>

next in thread | raw e-mail | index | archive | help
While trying to compile  www/webkit2-gtk3 an RPI2 reports 

Source/bmalloc/bmalloc/BPlatform.h:180:9: warning: 'BARM_ARCH_VERSION' is not defined, evaluates to 0 [-Wundef]
#  elif BARM_ARCH_AT_LEAST(4)
        ^
Source/bmalloc/bmalloc/BPlatform.h:84:45: note: expanded from macro 'BARM_ARCH_AT_LEAST'
#define BARM_ARCH_AT_LEAST(N) (BCPU(ARM) && BARM_ARCH_VERSION >= N)
                                            ^
Source/bmalloc/bmalloc/BPlatform.h:184:6: error: "Not supported ARM architecture"
#    error "Not supported ARM architecture"
     ^
1 warning and 1 error generated.
ninja: build stopped: subcommand failed.

Is there a simple workaround? Ports are at 441551, src is at 318674.

Thanks for reading,

bob prohaska





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170524020442.GA31794>