Hello there,
i find the forum categories quite confusing, my topic would fit nowhere - problems with compilation.
I would suggest more general Categories and forums, like
General Discussion
Development
Offtopic
You can still spilt it if you get more posts
Now, about my problem:
I tried to compile the latest svn rev 198.
I got some strange errors, but i could fix them with google.
I did
tagsistant itself compiled and installed after that, but tagman was not compiled.
I tried to compile it myself:
| Code: |
marenz:/var/abs/local/yaourtbuild/tagsistant/src/tagsistant-build $ svn up
Revision 198.
marenz:/var/abs/local/yaourtbuild/tagsistant/src/tagsistant-build $ cd tagman
marenz:/var/abs/local/yaourtbuild/tagsistant/src/tagsistant-build/tagman $ ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
marenz:/var/abs/local/yaourtbuild/tagsistant/src/tagsistant-build/tagman $ make
cd . && make am--refresh
make[1]: Entering directory `/var/abs/local/yaourtbuild/tagsistant/src/tagsistant-build/tagman'
cd . && make am--refresh
make[2]: Entering directory `/var/abs/local/yaourtbuild/tagsistant/src/tagsistant-build/tagman'
cd . && make am--refresh
make[3]: Entering directory `/var/abs/local/yaourtbuild/tagsistant/src/tagsistant-build/tagman'
cd . && make am--refresh
.. continues like that ..
make[28]: Entering directory `/var/abs/local/yaourtbuild/tagsistant/src/tagsistant-build/tagman'
cd . && make am--refresh
make[29]: Entering directory `/var/abs/local/yaourtbuild/tagsistant/src/tagsistant-build/tagman'
cd . && make am--refresh
make[30]: Entering directory `/var/abs/local/yaourtbuild/tagsistant/src/tagsistant-build/tagman'
cd . && make am--refresh
^C
-- here i pressed ctrl+c , it would go on and on until my RAM was full (and that is 6GB, it forked 11k make processes for that) --
make[30]: *** [aclocal.m4] Unterbrechung
make[29]: *** [aclocal.m4] Unterbrechung
make[28]: *** [aclocal.m4] Unterbrechung
make[27]: *** [aclocal.m4] Unterbrechung
-- continues to zero --
make[4]: *** [aclocal.m4] Unterbrechung
make[3]: *** [aclocal.m4] Unterbrechung
make[2]: *** [aclocal.m4] Unterbrechung
make[1]: *** [aclocal.m4] Unterbrechung
make: *** [aclocal.m4] Unterbrechung
|
Additionally, there seems to be the path /usr/local hardcoded into the Makefile.am, not very nice if you want to install it somwhere else.
Oh yes, I use arch linux 64bit.
--Marenz