| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
with new zlib releases
SVN-Revision: 33181
|
|
|
|
| |
SVN-Revision: 33148
|
|
|
|
|
|
| |
Signed-off-by: Jonh Wendell <jonh.wendell@gmail.com>
SVN-Revision: 33146
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I recently experienced this:
configure.ac:1101: the top level
interfaces/Prolog/Ciao/Makefile.am:168: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/GNU/Makefile.am:167: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/SICStus/Makefile.am:71: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/SWI/Makefile.am:187: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/XSB/Makefile.am:186: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/YAP/Makefile.am:176: `pkglibdir' is not a legitimate directory for `DATA'
make[4]: *** [Makefile.in] Error 1
Found this on google:
http://bugs.mysql.com/bug.php?id=63898
And used this to fix it:
fgrep -rlZ pkglib_DATA --include Makefile.am . | xargs -0 sed -i 's/pkglib_DATA/pkgdata_DATA/g'
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33141
|
|
|
|
| |
SVN-Revision: 33140
|
|
|
|
| |
SVN-Revision: 33120
|
|
|
|
| |
SVN-Revision: 33119
|
|
|
|
|
|
| |
Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking.
SVN-Revision: 33118
|
|
|
|
| |
SVN-Revision: 33117
|
|
|
|
| |
SVN-Revision: 33116
|
|
|
|
| |
SVN-Revision: 33115
|
|
|
|
| |
SVN-Revision: 33114
|
|
|
|
| |
SVN-Revision: 33113
|
|
|
|
| |
SVN-Revision: 33112
|
|
|
|
| |
SVN-Revision: 33111
|
|
|
|
| |
SVN-Revision: 33110
|
|
|
|
| |
SVN-Revision: 33109
|
|
|
|
| |
SVN-Revision: 33108
|
|
|
|
| |
SVN-Revision: 33107
|
|
|
|
| |
SVN-Revision: 33106
|
|
|
|
| |
SVN-Revision: 33105
|
|
|
|
| |
SVN-Revision: 33104
|
|
|
|
| |
SVN-Revision: 33103
|
|
|
|
| |
SVN-Revision: 33102
|
|
|
|
| |
SVN-Revision: 33101
|
|
|
|
| |
SVN-Revision: 33100
|
|
|
|
| |
SVN-Revision: 33099
|
|
|
|
| |
SVN-Revision: 33098
|
|
|
|
| |
SVN-Revision: 33097
|
|
|
|
| |
SVN-Revision: 33096
|
|
|
|
| |
SVN-Revision: 33095
|
|
|
|
| |
SVN-Revision: 33094
|
|
|
|
| |
SVN-Revision: 33093
|
|
|
|
| |
SVN-Revision: 33092
|
|
|
|
| |
SVN-Revision: 33091
|
|
|
|
| |
SVN-Revision: 33090
|
|
|
|
| |
SVN-Revision: 33089
|
|
|
|
| |
SVN-Revision: 33087
|
|
|
|
|
|
| |
Signed-off-by: Ian Ridge <ianridge [at] gmail.com>
SVN-Revision: 32824
|
|
|
|
|
|
| |
Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>
SVN-Revision: 32822
|
|
|
|
|
|
| |
build on mac os x
SVN-Revision: 32783
|
|
|
|
| |
SVN-Revision: 32761
|
|
|
|
|
|
| |
os x. the clang build fails with some linker errors
SVN-Revision: 32706
|
|
|
|
|
|
|
|
| |
Bison fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.
SVN-Revision: 32649
|
|
|
|
|
|
|
|
| |
M4 fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.
SVN-Revision: 32648
|
|
|
|
| |
SVN-Revision: 32616
|
|
|
|
| |
SVN-Revision: 32521
|
|
|
|
| |
SVN-Revision: 32500
|
|
|
|
|
|
|
| |
Compilation fails on older systems due to missing syscalls, and the
e4defrag tool is not used by the build-system anyway.
SVN-Revision: 32451
|
|
|
|
|
|
| |
md5sum from kernel.org and sourceforge.net are not the same
SVN-Revision: 32418
|