雑記

mixiに書いている日記の代わりだったりします。

2007/07/08

OpenSolaris奮戦記3

てなわけで、メッセンジャーであるPidginについて。

Solarisのパッケージがおいていなかったので、サイトからダウンロードして、/tmpの下に解凍。

で、お約束のおまじないらしき./configureを実行。

途中、こんなエラーがはき出されていた。

"conftest.c", line 17: syntax error before or at: me
"conftest.c", line 2: syntax error before or at: me


CC: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
/usr/ccs/bin/ld: illegal option -- version

configure:5137: CC -c -g conftest.cc >&5
"conftest.cc", line 23: Error: The class member exit(int) cannot be declared out
side the class.
"conftest.cc", line 23: Error: exit is not a member of std.


で、当然makeすると

make: Fatal error in reader: Makefile, line 838: Badly formed macro assignment
Current working directory /tmp/pidgin-2.0.2/libpurple/plugins/perl
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list=' perl ssl '; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/pidgin-2.0.2/libpurple/plugins
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='gconf plugins protocols tests . example'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/pidgin-2.0.2/libpurple
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /tmp/pidgin-2.0.2/libpurple
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='libpurple doc pidgin m4macros po'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/pidgin-2.0.2
*** Error code 1
make: Fatal error: Command failed for target `all'


と怒られれるわけだ。どうしたものか。

0 Comments:

コメントを投稿

Links to this post:

リンクを作成

<< Home