| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
It is needed by protobuf 3.1.0
|
|
|
|
|
|
|
|
|
| |
This reverts commit 284f0a7ec3b43c0a918e3d5c85dc19f3ca561962.
New protobuf release (3.1.0) does not provide official
tarballs with prepared configure and googletest files.
Tag (and URL) changed since original version. Now tag start with 'v'.
|
|
|
|
|
|
|
| |
This reverts commit ad11e753ddede848ee734ec4999f218f455fdfe2.
New protobuf release (3.1.0) does not provide official
tarballs with prepared configure and googletest files.
|
| |
|
| |
|
|
|
|
| |
Fix https://github.com/mxe/mxe/issues/1572
|
| |
|
|
|
|
|
|
|
|
| |
This version of hyperscan adds a fix for boost bug
introduced in boost 1.62.0.
See https://github.com/mxe/mxe/pull/1549#issuecomment-255600102
See https://github.com/01org/hyperscan/issues/39#issuecomment-260495946
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
commit 130624690fd5a48b0abb5a903546b60a8739eae0 did it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
allowing for shared build.
|
|
|
|
| |
They are useful for applying flags only to cross or only to native targets.
|
|
|
|
|
| |
See https://github.com/mxe/mxe/pull/1527#issuecomment-256717489
See https://github.com/mxe/mxe/issues/1554#issuecomment-256764411
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Qt and qtbase fail to build if host compiler is GCC 6
with the following error message:
cc1: error: one or more PCH files were found, but they were invalid
cc1: error: use -Winvalid-pch for more information
cc1: fatal error: .obj/release-shared/qt_pch.h: No such file or directory
See https://github.com/mxe/mxe/issues/1554
See https://github.com/mxe/mxe/issues/1103
See https://github.com/mxe/mxe/pull/1527#issuecomment-254001204
|
| |
|
|\
| |
| | |
update itk to 4.10.1
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Error:
make[4]: Entering directory
'mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/demos'
(here=`pwd` ; cd . && perl $here/geninclude.pl basic_form.c data_model_dir.c
form.c form_rw.c form_pict.c form_data_layout.c grid.c grid_rw.c grid_pict.c
grid_data_layout.c linked_grid_form.c linked_model_param.c ddl_queries.c
login.c provider_sel.c tree.c cloud.c combo.c) > demos.h
Can't use 'defined(@array)' (Maybe you should just omit the defined()?)
at mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/demos/geninclude.pl line 43.
Makefile:819: recipe for target 'demos.h' failed
Similar to https://github.com/mxe/mxe/issues/1112
|
|
|
|
|
| |
For find_package(cppnetlib) to work, the directory for the cmake files
must be called the same as the files installed into the directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Minimal implementation to strip the [largest files][lf-gist] by
default, mostly made up of gcc/binutils and test programs.
gdal and geos both produce large libraries, but the libs themselves
aren't worth stripping, it's the 20 odd programs produced by gdal
with those libs statically linked that consume the most space.
I'm leaving these undocumented as the defaults seems reasonable and
the interface may well change when we enable debug/release variants.
closes #985
closes #1249
[lf-gist]:https://github.com/mxe/mxe/issues/1249#issuecomment-193392038
|
|
|
|
| |
closes #1509
|
| |
|
| |
|
| |
|
|\
| |
| | |
add package glpk
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch pcl-1-cmake-policy-cmp0017.patch is not needed.
See https://github.com/PointCloudLibrary/pcl/commit/51a230f07eb9738ed
New option -DHAVE_SSSE3_EXTENSIONS_EXITCODE=0 is needed to fix this:
CMake Error: TRY_RUN() invoked in cross-compiling mode,
please set the following cache variables appropriately:
HAVE_SSSE3_EXTENSIONS_EXITCODE (advanced)
Update of vtk to 7 depends on updating pcl to 1.8.0,
because pcl 1.7.2 fails with vtk 7.
See https://github.com/mxe/mxe/pull/1527#issuecomment-251645448
|
|\
| |
| | |
vigra: fix subdir
|
| |
| |
| |
| | |
Fix for 420549b23ee6fcdaf2b02a9b9badd8eac78d7b07
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Version 3.1.2 is not available in upstream.
see https://github.com/mxe/mxe/issues/1519
|
|
|
|
|
|
|
| |
The project Vigra was moved to GitHub.
Download URL and checksum changed.
see https://github.com/mxe/mxe/issues/1519
|
|
|
|
|
|
| |
Version 1.9.2 is not available in upstream.
see https://github.com/mxe/mxe/issues/1519
|
|
|
|
| |
see https://github.com/mxe/mxe/issues/1519
|
|\
| |
| | |
opencsg: update to 1.4.1
|