Summary: | gigedit v1.2.0 does not compile with CLANG | ||
---|---|---|---|
Product: | gigedit | Reporter: | Del Vento <delvento> |
Component: | gigedit | Assignee: | Andreas Persson <andreas56> |
Status: | NEW --- | ||
Severity: | enhancement | CC: | cuse |
Priority: | P5 | ||
Version: | 1.0.0 | ||
Hardware: | PC | ||
OS: | Linux |
Description
Del Vento
2021-11-23 19:56:40 CET
That's apparently a libtool error, not a compiler error. Please try the workaround described here, they are explicitly assigning --tag CC to libtool which has solved the issue for them: https://github.com/crosstool-ng/crosstool-ng/issues/940 https://github.com/stilor/crosstool-ng/commit/c50c3a923e4eea0ff26afa4c3cb50513122940cc After you changed any automake file, run make -f Makefile.svn Then run the usual ./configure make |