| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| | |
gcc5 plugin: update gcc from 5.3 to 5.4
|
|/
|
|
|
|
|
|
|
|
| |
Gcc 5.3 fails to build with gcc 6.
The error message is:
cfns.gperf:101:1: error: ‘const char* libc_name_p(const char*, unsigned int)’ redeclared inline with ‘gnu_inline’ attribute
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69959
See https://github.com/mxe/mxe/pull/1527#issuecomment-256273786
|
|\
| |
| | |
qt, qtbase: -no-pch (pre-compiled header support)
|
| |
| |
| |
| |
| | |
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
|
|\
| |
| | |
skeleton.py: use shutil.move instead of os.rename
|
|/
|
|
|
| |
Function os.rename fails if files are in different filesystems,
e.g. if /tmp is mounted as tmpfs.
|
|\
| |
| | |
luarocks wrapper: remove lock if failed
|
|/
|
|
|
|
| |
Luarocks wrapper used to keep lock dir not removed if luarocks process
failed. To run it again, the lock directory should have been removed
manually.
|
|\
| |
| | |
openssl: remove libgcrypt dependency
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
update itk to 4.10.1
|
| | |
|
| | |
|
|\ \
| |/
|/| |
libgda: fix build failure on perl v5.22.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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
build-pkg: system requirements are recommendations not dependencies
|
|/
|
|
|
|
| |
... not dependencies.
fix #1537
|
| |
|
|\
| |
| | |
add package glpk
|
| | |
|
|\ \
| |/
|/| |
pcl: update from 1.7.2 to 1.8.0
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\ \
| |/
|/| |
wt: the repo was moved to github.com/emweb/wt
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
s/environmental variable/environment variable/
|
|/
|
|
| |
"Environment variable" is more commonly used.
|
| |
|
| |
|
| |
|
| |
|
| |
|