You can subscribe to this list here.
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(9) |
Jul
(31) |
Aug
|
Sep
(15) |
Oct
(11) |
Nov
(15) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2012 |
Jan
(11) |
Feb
(15) |
Mar
(36) |
Apr
(8) |
May
(11) |
Jun
(14) |
Jul
(16) |
Aug
(1) |
Sep
(8) |
Oct
(37) |
Nov
(4) |
Dec
(3) |
2013 |
Jan
(1) |
Feb
(7) |
Mar
(17) |
Apr
(29) |
May
(23) |
Jun
(45) |
Jul
(8) |
Aug
(13) |
Sep
(7) |
Oct
(11) |
Nov
(25) |
Dec
(40) |
2014 |
Jan
(23) |
Feb
(34) |
Mar
(1) |
Apr
(8) |
May
(50) |
Jun
|
Jul
(2) |
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(6) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2012-10-09 06:01:21
|
Bugs item #3575213, was opened at 2012-10-07 00:07 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Macでのコンパイル失敗(ljpeg6bがない) Initial Comment: 自分のMacを用いてソフトウェア第三の授業の作業をしたいので、 http://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page を参考に依存環境をインストールしようとしました。 ですが、ここに書いてある方法では、jpeg6bをインストールできませんでした。 なので、 http://slashdot.jp/~Cube/journal/363553 をなどを参考にjpeg6bをインストールしようとしたのですが、 このURLの中の4.で書き換えるところで、/usr/bin/の中にglibtoolは入っておらずlibtoolが入っているので、 s%@LIBTOOL@%/usr/bin/libtool%g と書き換えて、 6.でmakeしたのですが、以下のようなエラーが出ました: /usr/bin/libtool --mode=compile gcc -O2 -I. -c ./jcapimin.c /usr/bin/libtool: unknown option character `-' in: --mode=compile Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load] make: *** [jcapimin.lo] Error 1 この方針では、自力ではインストールできないような気がしてきたので、Macにjpeg6bをインストールする方法を教えていただけないでしょうか? ちなみにOSは最新の10.8.2です。 また、MacPortからjpeg @8d_0 はインストールできたので、それを用いてjskeusをコンパイルする方法を教えていただいても事足りるかもしれません。 ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-10-08 23:01 Message: 以下の変更が必要そうです = murase-no-MacBook-Pro:lisp kattyo$ svn diff Index: image/jpeg/makefile =================================================================== --- image/jpeg/makefile (revision 579) +++ image/jpeg/makefile (working copy) @@ -30,8 +30,8 @@ endif endif ifeq ($(ARCHDIR), Darwin) -CC += -I/opt/local/lib/jpeg6b/include -LD += -L/opt/local/lib/jpeg6b/lib +CC += -I/opt/local/lib/jpeg6b/include -I/opt/local/include +LD += -L/opt/local/lib/jpeg6b/lib -L/opt/local/lib endif ARCH=$(ARCHDIR) LIBDIR=$(EUSDIR)/$(ARCH)/lib ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-10-08 22:33 Message: その後、makeしたところ (cd /prog/jskeus/eus/lisp/image/jpeg/;make) cc -fPIC -I/opt/local/lib/jpeg6b/include -c -o /prog/jskeus/eus/Darwin/obj/jpegmemcd.o jpegmemcd.c jpegmemcd.c:12:10: fatal error: 'jpeglib.h' file not found #include "jpeglib.h" ^ 1 error generated. と出る場合ですが、 /opt/local/include/jpeglib.h というファイルがあるか確認して下さい。 ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-10-08 21:01 Message: jpegを入れて実行しましたが以下のようなエラーがでました。 svn up Fetching external item into 'eus/lisp' External at revision 579. Fetching external item into 'eus/lib' External at revision 579. Fetching external item into 'eus/lib/llib' External at revision 579. At revision 861. makeすると # remove unsupported directories cd eus/lisp && ln -sf Makefile.Darwin Makefile && make eus0 eus1 eus2 eusg eusx eusgl eus make[1]: Nothing to be done for `eus0'. make[1]: Nothing to be done for `eus1'. make[1]: Nothing to be done for `eus2'. make[1]: Nothing to be done for `eusg'. make[1]: Nothing to be done for `eusx'. make[1]: Nothing to be done for `eusgl'. make[1]: Nothing to be done for `eus'. cd irteus; make (cd /Users/kodai/jskeus/eus/lisp/image/jpeg/;make) gcc -dynamiclib -L/opt/local/lib/jpeg6b/lib -o jpegmemcd.so /Users/kodai/jskeus/eus/Darwin/obj/jpegmemcd.o /Users/kodai/jskeus/eus/Darwin/obj/jmemsrc.o /Users/kodai/jskeus/eus/Darwin/obj/jmemdst.o -ljpeg ld: warning: directory not found for option '-L/opt/local/lib/jpeg6b/lib' ld: library not found for -ljpeg collect2: ld returned 1 exit status make[2]: *** [/Users/kodai/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 1 make[1]: *** [/Users/kodai/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 2 make: *** [irteus-installed] Error 2 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-08 19:11 Message: wikiに sudo port install jpeg を書くのを忘れていました.jpeg はインストールしてありますか? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-08 19:10 Message: まず、/prog/jskeusでsvn upを実行したところ、 svn: warning: W200000: Error handling externals definition for 'eus/lib/llib': svn: warning: W155007: '/prog/jskeus/eus/lib/llib' is not a working copy root リビジョン 861 です。 svn: E205011: Failure occurred processing one or more externals definitions という表示がでました。 その後、makeしたところ (cd /prog/jskeus/eus/lisp/image/jpeg/;make) cc -fPIC -I/opt/local/lib/jpeg6b/include -c -o /prog/jskeus/eus/Darwin/obj/jpegmemcd.o jpegmemcd.c jpegmemcd.c:12:10: fatal error: 'jpeglib.h' file not found #include "jpeglib.h" ^ 1 error generated. make[2]: *** [/prog/jskeus/eus/Darwin/obj/jpegmemcd.o] Error 1 make[1]: *** [/prog/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 2 make: *** [irteus-installed] Error 2 と表示され、コンパイル失敗しました。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-07 00:55 Message: jpeg @8d_0 でも動くことを確認しました. また,pngのバージョンも上がっているので,euspng.c を更新しました. cd prog/jskeus/; svn upとして,jskeusがr861以上であることを確認してmakeしてください. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-09 05:33:38
|
Bugs item #3575213, was opened at 2012-10-07 00:07 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Macでのコンパイル失敗(ljpeg6bがない) Initial Comment: 自分のMacを用いてソフトウェア第三の授業の作業をしたいので、 http://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page を参考に依存環境をインストールしようとしました。 ですが、ここに書いてある方法では、jpeg6bをインストールできませんでした。 なので、 http://slashdot.jp/~Cube/journal/363553 をなどを参考にjpeg6bをインストールしようとしたのですが、 このURLの中の4.で書き換えるところで、/usr/bin/の中にglibtoolは入っておらずlibtoolが入っているので、 s%@LIBTOOL@%/usr/bin/libtool%g と書き換えて、 6.でmakeしたのですが、以下のようなエラーが出ました: /usr/bin/libtool --mode=compile gcc -O2 -I. -c ./jcapimin.c /usr/bin/libtool: unknown option character `-' in: --mode=compile Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load] make: *** [jcapimin.lo] Error 1 この方針では、自力ではインストールできないような気がしてきたので、Macにjpeg6bをインストールする方法を教えていただけないでしょうか? ちなみにOSは最新の10.8.2です。 また、MacPortからjpeg @8d_0 はインストールできたので、それを用いてjskeusをコンパイルする方法を教えていただいても事足りるかもしれません。 ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-10-08 22:33 Message: その後、makeしたところ (cd /prog/jskeus/eus/lisp/image/jpeg/;make) cc -fPIC -I/opt/local/lib/jpeg6b/include -c -o /prog/jskeus/eus/Darwin/obj/jpegmemcd.o jpegmemcd.c jpegmemcd.c:12:10: fatal error: 'jpeglib.h' file not found #include "jpeglib.h" ^ 1 error generated. と出る場合ですが、 /opt/local/include/jpeglib.h というファイルがあるか確認して下さい。 ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-10-08 21:01 Message: jpegを入れて実行しましたが以下のようなエラーがでました。 svn up Fetching external item into 'eus/lisp' External at revision 579. Fetching external item into 'eus/lib' External at revision 579. Fetching external item into 'eus/lib/llib' External at revision 579. At revision 861. makeすると # remove unsupported directories cd eus/lisp && ln -sf Makefile.Darwin Makefile && make eus0 eus1 eus2 eusg eusx eusgl eus make[1]: Nothing to be done for `eus0'. make[1]: Nothing to be done for `eus1'. make[1]: Nothing to be done for `eus2'. make[1]: Nothing to be done for `eusg'. make[1]: Nothing to be done for `eusx'. make[1]: Nothing to be done for `eusgl'. make[1]: Nothing to be done for `eus'. cd irteus; make (cd /Users/kodai/jskeus/eus/lisp/image/jpeg/;make) gcc -dynamiclib -L/opt/local/lib/jpeg6b/lib -o jpegmemcd.so /Users/kodai/jskeus/eus/Darwin/obj/jpegmemcd.o /Users/kodai/jskeus/eus/Darwin/obj/jmemsrc.o /Users/kodai/jskeus/eus/Darwin/obj/jmemdst.o -ljpeg ld: warning: directory not found for option '-L/opt/local/lib/jpeg6b/lib' ld: library not found for -ljpeg collect2: ld returned 1 exit status make[2]: *** [/Users/kodai/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 1 make[1]: *** [/Users/kodai/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 2 make: *** [irteus-installed] Error 2 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-08 19:11 Message: wikiに sudo port install jpeg を書くのを忘れていました.jpeg はインストールしてありますか? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-08 19:10 Message: まず、/prog/jskeusでsvn upを実行したところ、 svn: warning: W200000: Error handling externals definition for 'eus/lib/llib': svn: warning: W155007: '/prog/jskeus/eus/lib/llib' is not a working copy root リビジョン 861 です。 svn: E205011: Failure occurred processing one or more externals definitions という表示がでました。 その後、makeしたところ (cd /prog/jskeus/eus/lisp/image/jpeg/;make) cc -fPIC -I/opt/local/lib/jpeg6b/include -c -o /prog/jskeus/eus/Darwin/obj/jpegmemcd.o jpegmemcd.c jpegmemcd.c:12:10: fatal error: 'jpeglib.h' file not found #include "jpeglib.h" ^ 1 error generated. make[2]: *** [/prog/jskeus/eus/Darwin/obj/jpegmemcd.o] Error 1 make[1]: *** [/prog/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 2 make: *** [irteus-installed] Error 2 と表示され、コンパイル失敗しました。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-07 00:55 Message: jpeg @8d_0 でも動くことを確認しました. また,pngのバージョンも上がっているので,euspng.c を更新しました. cd prog/jskeus/; svn upとして,jskeusがr861以上であることを確認してmakeしてください. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-09 04:01:29
|
Bugs item #3575213, was opened at 2012-10-07 00:07 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Macでのコンパイル失敗(ljpeg6bがない) Initial Comment: 自分のMacを用いてソフトウェア第三の授業の作業をしたいので、 http://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page を参考に依存環境をインストールしようとしました。 ですが、ここに書いてある方法では、jpeg6bをインストールできませんでした。 なので、 http://slashdot.jp/~Cube/journal/363553 をなどを参考にjpeg6bをインストールしようとしたのですが、 このURLの中の4.で書き換えるところで、/usr/bin/の中にglibtoolは入っておらずlibtoolが入っているので、 s%@LIBTOOL@%/usr/bin/libtool%g と書き換えて、 6.でmakeしたのですが、以下のようなエラーが出ました: /usr/bin/libtool --mode=compile gcc -O2 -I. -c ./jcapimin.c /usr/bin/libtool: unknown option character `-' in: --mode=compile Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load] make: *** [jcapimin.lo] Error 1 この方針では、自力ではインストールできないような気がしてきたので、Macにjpeg6bをインストールする方法を教えていただけないでしょうか? ちなみにOSは最新の10.8.2です。 また、MacPortからjpeg @8d_0 はインストールできたので、それを用いてjskeusをコンパイルする方法を教えていただいても事足りるかもしれません。 ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-10-08 21:01 Message: jpegを入れて実行しましたが以下のようなエラーがでました。 svn up Fetching external item into 'eus/lisp' External at revision 579. Fetching external item into 'eus/lib' External at revision 579. Fetching external item into 'eus/lib/llib' External at revision 579. At revision 861. makeすると # remove unsupported directories cd eus/lisp && ln -sf Makefile.Darwin Makefile && make eus0 eus1 eus2 eusg eusx eusgl eus make[1]: Nothing to be done for `eus0'. make[1]: Nothing to be done for `eus1'. make[1]: Nothing to be done for `eus2'. make[1]: Nothing to be done for `eusg'. make[1]: Nothing to be done for `eusx'. make[1]: Nothing to be done for `eusgl'. make[1]: Nothing to be done for `eus'. cd irteus; make (cd /Users/kodai/jskeus/eus/lisp/image/jpeg/;make) gcc -dynamiclib -L/opt/local/lib/jpeg6b/lib -o jpegmemcd.so /Users/kodai/jskeus/eus/Darwin/obj/jpegmemcd.o /Users/kodai/jskeus/eus/Darwin/obj/jmemsrc.o /Users/kodai/jskeus/eus/Darwin/obj/jmemdst.o -ljpeg ld: warning: directory not found for option '-L/opt/local/lib/jpeg6b/lib' ld: library not found for -ljpeg collect2: ld returned 1 exit status make[2]: *** [/Users/kodai/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 1 make[1]: *** [/Users/kodai/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 2 make: *** [irteus-installed] Error 2 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-08 19:11 Message: wikiに sudo port install jpeg を書くのを忘れていました.jpeg はインストールしてありますか? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-08 19:10 Message: まず、/prog/jskeusでsvn upを実行したところ、 svn: warning: W200000: Error handling externals definition for 'eus/lib/llib': svn: warning: W155007: '/prog/jskeus/eus/lib/llib' is not a working copy root リビジョン 861 です。 svn: E205011: Failure occurred processing one or more externals definitions という表示がでました。 その後、makeしたところ (cd /prog/jskeus/eus/lisp/image/jpeg/;make) cc -fPIC -I/opt/local/lib/jpeg6b/include -c -o /prog/jskeus/eus/Darwin/obj/jpegmemcd.o jpegmemcd.c jpegmemcd.c:12:10: fatal error: 'jpeglib.h' file not found #include "jpeglib.h" ^ 1 error generated. make[2]: *** [/prog/jskeus/eus/Darwin/obj/jpegmemcd.o] Error 1 make[1]: *** [/prog/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 2 make: *** [irteus-installed] Error 2 と表示され、コンパイル失敗しました。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-07 00:55 Message: jpeg @8d_0 でも動くことを確認しました. また,pngのバージョンも上がっているので,euspng.c を更新しました. cd prog/jskeus/; svn upとして,jskeusがr861以上であることを確認してmakeしてください. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-09 02:11:16
|
Bugs item #3575213, was opened at 2012-10-07 00:07 Message generated for change (Comment added) made by k-okada You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Macでのコンパイル失敗(ljpeg6bがない) Initial Comment: 自分のMacを用いてソフトウェア第三の授業の作業をしたいので、 http://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page を参考に依存環境をインストールしようとしました。 ですが、ここに書いてある方法では、jpeg6bをインストールできませんでした。 なので、 http://slashdot.jp/~Cube/journal/363553 をなどを参考にjpeg6bをインストールしようとしたのですが、 このURLの中の4.で書き換えるところで、/usr/bin/の中にglibtoolは入っておらずlibtoolが入っているので、 s%@LIBTOOL@%/usr/bin/libtool%g と書き換えて、 6.でmakeしたのですが、以下のようなエラーが出ました: /usr/bin/libtool --mode=compile gcc -O2 -I. -c ./jcapimin.c /usr/bin/libtool: unknown option character `-' in: --mode=compile Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load] make: *** [jcapimin.lo] Error 1 この方針では、自力ではインストールできないような気がしてきたので、Macにjpeg6bをインストールする方法を教えていただけないでしょうか? ちなみにOSは最新の10.8.2です。 また、MacPortからjpeg @8d_0 はインストールできたので、それを用いてjskeusをコンパイルする方法を教えていただいても事足りるかもしれません。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-08 19:11 Message: wikiに sudo port install jpeg を書くのを忘れていました.jpeg はインストールしてありますか? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-08 19:10 Message: まず、/prog/jskeusでsvn upを実行したところ、 svn: warning: W200000: Error handling externals definition for 'eus/lib/llib': svn: warning: W155007: '/prog/jskeus/eus/lib/llib' is not a working copy root リビジョン 861 です。 svn: E205011: Failure occurred processing one or more externals definitions という表示がでました。 その後、makeしたところ (cd /prog/jskeus/eus/lisp/image/jpeg/;make) cc -fPIC -I/opt/local/lib/jpeg6b/include -c -o /prog/jskeus/eus/Darwin/obj/jpegmemcd.o jpegmemcd.c jpegmemcd.c:12:10: fatal error: 'jpeglib.h' file not found #include "jpeglib.h" ^ 1 error generated. make[2]: *** [/prog/jskeus/eus/Darwin/obj/jpegmemcd.o] Error 1 make[1]: *** [/prog/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 2 make: *** [irteus-installed] Error 2 と表示され、コンパイル失敗しました。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-07 00:55 Message: jpeg @8d_0 でも動くことを確認しました. また,pngのバージョンも上がっているので,euspng.c を更新しました. cd prog/jskeus/; svn upとして,jskeusがr861以上であることを確認してmakeしてください. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-09 02:10:11
|
Bugs item #3575213, was opened at 2012-10-07 00:07 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Macでのコンパイル失敗(ljpeg6bがない) Initial Comment: 自分のMacを用いてソフトウェア第三の授業の作業をしたいので、 http://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page を参考に依存環境をインストールしようとしました。 ですが、ここに書いてある方法では、jpeg6bをインストールできませんでした。 なので、 http://slashdot.jp/~Cube/journal/363553 をなどを参考にjpeg6bをインストールしようとしたのですが、 このURLの中の4.で書き換えるところで、/usr/bin/の中にglibtoolは入っておらずlibtoolが入っているので、 s%@LIBTOOL@%/usr/bin/libtool%g と書き換えて、 6.でmakeしたのですが、以下のようなエラーが出ました: /usr/bin/libtool --mode=compile gcc -O2 -I. -c ./jcapimin.c /usr/bin/libtool: unknown option character `-' in: --mode=compile Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load] make: *** [jcapimin.lo] Error 1 この方針では、自力ではインストールできないような気がしてきたので、Macにjpeg6bをインストールする方法を教えていただけないでしょうか? ちなみにOSは最新の10.8.2です。 また、MacPortからjpeg @8d_0 はインストールできたので、それを用いてjskeusをコンパイルする方法を教えていただいても事足りるかもしれません。 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-08 19:10 Message: まず、/prog/jskeusでsvn upを実行したところ、 svn: warning: W200000: Error handling externals definition for 'eus/lib/llib': svn: warning: W155007: '/prog/jskeus/eus/lib/llib' is not a working copy root リビジョン 861 です。 svn: E205011: Failure occurred processing one or more externals definitions という表示がでました。 その後、makeしたところ (cd /prog/jskeus/eus/lisp/image/jpeg/;make) cc -fPIC -I/opt/local/lib/jpeg6b/include -c -o /prog/jskeus/eus/Darwin/obj/jpegmemcd.o jpegmemcd.c jpegmemcd.c:12:10: fatal error: 'jpeglib.h' file not found #include "jpeglib.h" ^ 1 error generated. make[2]: *** [/prog/jskeus/eus/Darwin/obj/jpegmemcd.o] Error 1 make[1]: *** [/prog/jskeus/eus/Darwin/lib/jpegmemcd.so] Error 2 make: *** [irteus-installed] Error 2 と表示され、コンパイル失敗しました。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-07 00:55 Message: jpeg @8d_0 でも動くことを確認しました. また,pngのバージョンも上がっているので,euspng.c を更新しました. cd prog/jskeus/; svn upとして,jskeusがr861以上であることを確認してmakeしてください. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-07 08:04:31
|
Bugs item #3574015, was opened at 2012-10-02 20:05 Message generated for change (Settings changed) made by k-okada You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574015&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Open Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Kei Okada (k-okada) Summary: to execute demo program Initial Comment: if u execute a demo program, go to the directory:"~/prog/jskeus/irteus/" ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:17 Message: 内容は,https://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page のwikiのページをみてデモを実行しようとすると {{{ 1.irteusgl$ load "demo/demo.l" irteusgl 0 error: file #P"demo/demo.l" not found in (load "demo/demo.l") }}} と,エラーになるという物かと思いますが, {{{ 3.irteusgl$ load "irteus/demo/demo.l" }}} が正しいです.wikiのページを直して置きました. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574015&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-07 07:55:25
|
Bugs item #3575213, was opened at 2012-10-07 00:07 Message generated for change (Comment added) made by k-okada You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Macでのコンパイル失敗(ljpeg6bがない) Initial Comment: 自分のMacを用いてソフトウェア第三の授業の作業をしたいので、 http://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page を参考に依存環境をインストールしようとしました。 ですが、ここに書いてある方法では、jpeg6bをインストールできませんでした。 なので、 http://slashdot.jp/~Cube/journal/363553 をなどを参考にjpeg6bをインストールしようとしたのですが、 このURLの中の4.で書き換えるところで、/usr/bin/の中にglibtoolは入っておらずlibtoolが入っているので、 s%@LIBTOOL@%/usr/bin/libtool%g と書き換えて、 6.でmakeしたのですが、以下のようなエラーが出ました: /usr/bin/libtool --mode=compile gcc -O2 -I. -c ./jcapimin.c /usr/bin/libtool: unknown option character `-' in: --mode=compile Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load] make: *** [jcapimin.lo] Error 1 この方針では、自力ではインストールできないような気がしてきたので、Macにjpeg6bをインストールする方法を教えていただけないでしょうか? ちなみにOSは最新の10.8.2です。 また、MacPortからjpeg @8d_0 はインストールできたので、それを用いてjskeusをコンパイルする方法を教えていただいても事足りるかもしれません。 ---------------------------------------------------------------------- >Comment By: Kei Okada (k-okada) Date: 2012-10-07 00:55 Message: jpeg @8d_0 でも動くことを確認しました. また,pngのバージョンも上がっているので,euspng.c を更新しました. cd prog/jskeus/; svn upとして,jskeusがr861以上であることを確認してmakeしてください. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 |
From: <k-...@us...> - 2012-10-07 07:55:16
|
Revision: 861 http://jskeus.svn.sourceforge.net/jskeus/?rev=861&view=rev Author: k-okada Date: 2012-10-07 07:55:10 +0000 (Sun, 07 Oct 2012) Log Message: ----------- fix previous commit Modified Paths: -------------- trunk/irteus/euspng.c Modified: trunk/irteus/euspng.c =================================================================== --- trunk/irteus/euspng.c 2012-10-07 07:29:12 UTC (rev 860) +++ trunk/irteus/euspng.c 2012-10-07 07:55:10 UTC (rev 861) @@ -61,9 +61,9 @@ png_read_info(png_ptr, info_ptr); int width = png_get_image_width(png_ptr, info_ptr); int height = png_get_image_height(png_ptr, info_ptr); - int bit_depth = png_get_image_bit_depth(png_ptr, info_ptr); - int channels = png_get_image_channels(png_ptr, info_ptr); - int color_type = png_get_image_color_type(png_ptr, info_ptr); + int bit_depth = png_get_bit_depth(png_ptr, info_ptr); + int channels = png_get_channels(png_ptr, info_ptr); + int color_type = png_get_color_type(png_ptr, info_ptr); //fprintf(stderr, "bit_depth = %d, channels %d, color_type =%d (pal:%d,gray:%d,rgb:%d,rgba:%d)\n", bit_depth, channels, color_type, PNG_COLOR_TYPE_PALETTE,PNG_COLOR_TYPE_GRAY,PNG_COLOR_TYPE_RGB,PNG_COLOR_TYPE_RGB_ALPHA); switch (color_type) { case PNG_COLOR_TYPE_PALETTE: @@ -94,8 +94,8 @@ } png_read_update_info(png_ptr, info_ptr); width = png_get_image_width(png_ptr, info_ptr); height = png_get_image_height(png_ptr, info_ptr);; - bit_depth = png_get_image_bit_depth(png_ptr, info_ptr); channels = png_get_image_bit_channels(png_ptr, info_ptr); - color_type = png_get_image_color_type(png_ptr, info_ptr); + bit_depth = png_get_bit_depth(png_ptr, info_ptr); channels = png_get_channels(png_ptr, info_ptr); + color_type = png_get_color_type(png_ptr, info_ptr); png_bytep * row_pointers = (png_bytep *)malloc(height*sizeof(png_bytep)); int y, byte_per_scanline = png_get_rowbytes(png_ptr, info_ptr); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <k-...@us...> - 2012-10-07 07:29:18
|
Revision: 860 http://jskeus.svn.sourceforge.net/jskeus/?rev=860&view=rev Author: k-okada Date: 2012-10-07 07:29:12 +0000 (Sun, 07 Oct 2012) Log Message: ----------- use png_get_ interface functions for png > 1.5 Modified Paths: -------------- trunk/irteus/euspng.c Modified: trunk/irteus/euspng.c =================================================================== --- trunk/irteus/euspng.c 2012-10-04 07:21:12 UTC (rev 859) +++ trunk/irteus/euspng.c 2012-10-07 07:29:12 UTC (rev 860) @@ -59,11 +59,11 @@ png_init_io(png_ptr, fp); png_read_info(png_ptr, info_ptr); - int width = info_ptr->width; - int height = info_ptr->height; - int bit_depth = info_ptr->bit_depth; - int channels = info_ptr->channels; - int color_type = info_ptr->color_type; + int width = png_get_image_width(png_ptr, info_ptr); + int height = png_get_image_height(png_ptr, info_ptr); + int bit_depth = png_get_image_bit_depth(png_ptr, info_ptr); + int channels = png_get_image_channels(png_ptr, info_ptr); + int color_type = png_get_image_color_type(png_ptr, info_ptr); //fprintf(stderr, "bit_depth = %d, channels %d, color_type =%d (pal:%d,gray:%d,rgb:%d,rgba:%d)\n", bit_depth, channels, color_type, PNG_COLOR_TYPE_PALETTE,PNG_COLOR_TYPE_GRAY,PNG_COLOR_TYPE_RGB,PNG_COLOR_TYPE_RGB_ALPHA); switch (color_type) { case PNG_COLOR_TYPE_PALETTE: @@ -93,9 +93,9 @@ break; } png_read_update_info(png_ptr, info_ptr); - width = info_ptr->width; height = info_ptr->height; - bit_depth = info_ptr->bit_depth; channels = info_ptr->channels; - color_type = info_ptr->color_type; + width = png_get_image_width(png_ptr, info_ptr); height = png_get_image_height(png_ptr, info_ptr);; + bit_depth = png_get_image_bit_depth(png_ptr, info_ptr); channels = png_get_image_bit_channels(png_ptr, info_ptr); + color_type = png_get_image_color_type(png_ptr, info_ptr); png_bytep * row_pointers = (png_bytep *)malloc(height*sizeof(png_bytep)); int y, byte_per_scanline = png_get_rowbytes(png_ptr, info_ptr); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2012-10-07 07:07:16
|
Bugs item #3575213, was opened at 2012-10-07 00:07 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Macでのコンパイル失敗(ljpeg6bがない) Initial Comment: 自分のMacを用いてソフトウェア第三の授業の作業をしたいので、 http://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page を参考に依存環境をインストールしようとしました。 ですが、ここに書いてある方法では、jpeg6bをインストールできませんでした。 なので、 http://slashdot.jp/~Cube/journal/363553 をなどを参考にjpeg6bをインストールしようとしたのですが、 このURLの中の4.で書き換えるところで、/usr/bin/の中にglibtoolは入っておらずlibtoolが入っているので、 s%@LIBTOOL@%/usr/bin/libtool%g と書き換えて、 6.でmakeしたのですが、以下のようなエラーが出ました: /usr/bin/libtool --mode=compile gcc -O2 -I. -c ./jcapimin.c /usr/bin/libtool: unknown option character `-' in: --mode=compile Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load] make: *** [jcapimin.lo] Error 1 この方針では、自力ではインストールできないような気がしてきたので、Macにjpeg6bをインストールする方法を教えていただけないでしょうか? ちなみにOSは最新の10.8.2です。 また、MacPortからjpeg @8d_0 はインストールできたので、それを用いてjskeusをコンパイルする方法を教えていただいても事足りるかもしれません。 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3575213&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-05 01:11:35
|
Bugs item #3574024, was opened at 2012-10-02 20:16 Message generated for change (Comment added) made by k-okada You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Yohei Kakiuchi (kyouhei) Summary: コンパイル失敗対処法 Initial Comment: sudo apt-get install subversion gcc g++ libjpeg62-dev libxext-dev libx11-dev libgl1-mesa-dev libglu1-mesa-dev libpq-dev libpng12-dev xfonts-100dpi xfonts-75dpi msttcorefonts lsb_release -a sudo apt-get install libjpeg62-dev sudo apt-get remove libjpeg-turbo8-dev libjpeg-dev sudo apt-get remove libjpeg-turbo8-ddev sudo apt-get remove libjpeg8-dev sudo apt-get install ubuntu-restricted-extras ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-04 18:11 Message: 了解. https://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page を修正しておきました. ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 06:14 Message: libjpeg-dev のインストールで、libjpeg62-devがインストールされます。10.04で確認しました。 いまのところ、libjpeg8-devで動いています。エラー報告は来ていません。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-04 05:10 Message: https://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page の記述でlibjpeg64-devをlibjpeg-dev にしても大丈夫かな?10.04とか. また,libjpeg8-devでも動いているのかな? ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 05:05 Message: 32bit環境でも問題ないと思います。 問題は、xのフォントをインストールした後に、xをリブートしないとフォントが使えるようにならないことではないかと思います。 ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 04:25 Message: 手元の12.04 64bit環境では、始めのapt-get の libjpeg62-dev -> libjpeg-dev にするだけでコンパイルできています。(libjpeg8-devを使っている) また、ubuntu-restricted-extrasもインストールされていません。 問題は32bit環境ですかね? eusと直接関係はないんですが、libjpeg62-dev をインストールしようとするとros-fuerteの多くのパッケージをリムーブしようとします。12.04でlibjpeg62-devつかっていくのは現実的ではないと思います。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:36 Message: 12.04での話のようです. jpegまわりはaptの失敗に見えるけど, 最後の, sudo apt-get install ubuntu-restricted-extras は必要かな?フォントまわりらしい. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-04 13:14:46
|
Bugs item #3574024, was opened at 2012-10-02 20:16 Message generated for change (Comment added) made by kyouhei You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Yohei Kakiuchi (kyouhei) Summary: コンパイル失敗対処法 Initial Comment: sudo apt-get install subversion gcc g++ libjpeg62-dev libxext-dev libx11-dev libgl1-mesa-dev libglu1-mesa-dev libpq-dev libpng12-dev xfonts-100dpi xfonts-75dpi msttcorefonts lsb_release -a sudo apt-get install libjpeg62-dev sudo apt-get remove libjpeg-turbo8-dev libjpeg-dev sudo apt-get remove libjpeg-turbo8-ddev sudo apt-get remove libjpeg8-dev sudo apt-get install ubuntu-restricted-extras ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 06:14 Message: libjpeg-dev のインストールで、libjpeg62-devがインストールされます。10.04で確認しました。 いまのところ、libjpeg8-devで動いています。エラー報告は来ていません。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-04 05:10 Message: https://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page の記述でlibjpeg64-devをlibjpeg-dev にしても大丈夫かな?10.04とか. また,libjpeg8-devでも動いているのかな? ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 05:05 Message: 32bit環境でも問題ないと思います。 問題は、xのフォントをインストールした後に、xをリブートしないとフォントが使えるようにならないことではないかと思います。 ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 04:25 Message: 手元の12.04 64bit環境では、始めのapt-get の libjpeg62-dev -> libjpeg-dev にするだけでコンパイルできています。(libjpeg8-devを使っている) また、ubuntu-restricted-extrasもインストールされていません。 問題は32bit環境ですかね? eusと直接関係はないんですが、libjpeg62-dev をインストールしようとするとros-fuerteの多くのパッケージをリムーブしようとします。12.04でlibjpeg62-devつかっていくのは現実的ではないと思います。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:36 Message: 12.04での話のようです. jpegまわりはaptの失敗に見えるけど, 最後の, sudo apt-get install ubuntu-restricted-extras は必要かな?フォントまわりらしい. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-04 12:10:05
|
Bugs item #3574024, was opened at 2012-10-02 20:16 Message generated for change (Comment added) made by k-okada You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Yohei Kakiuchi (kyouhei) Summary: コンパイル失敗対処法 Initial Comment: sudo apt-get install subversion gcc g++ libjpeg62-dev libxext-dev libx11-dev libgl1-mesa-dev libglu1-mesa-dev libpq-dev libpng12-dev xfonts-100dpi xfonts-75dpi msttcorefonts lsb_release -a sudo apt-get install libjpeg62-dev sudo apt-get remove libjpeg-turbo8-dev libjpeg-dev sudo apt-get remove libjpeg-turbo8-ddev sudo apt-get remove libjpeg8-dev sudo apt-get install ubuntu-restricted-extras ---------------------------------------------------------------------- >Comment By: Kei Okada (k-okada) Date: 2012-10-04 05:10 Message: https://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page の記述でlibjpeg64-devをlibjpeg-dev にしても大丈夫かな?10.04とか. また,libjpeg8-devでも動いているのかな? ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 05:05 Message: 32bit環境でも問題ないと思います。 問題は、xのフォントをインストールした後に、xをリブートしないとフォントが使えるようにならないことではないかと思います。 ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 04:25 Message: 手元の12.04 64bit環境では、始めのapt-get の libjpeg62-dev -> libjpeg-dev にするだけでコンパイルできています。(libjpeg8-devを使っている) また、ubuntu-restricted-extrasもインストールされていません。 問題は32bit環境ですかね? eusと直接関係はないんですが、libjpeg62-dev をインストールしようとするとros-fuerteの多くのパッケージをリムーブしようとします。12.04でlibjpeg62-devつかっていくのは現実的ではないと思います。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:36 Message: 12.04での話のようです. jpegまわりはaptの失敗に見えるけど, 最後の, sudo apt-get install ubuntu-restricted-extras は必要かな?フォントまわりらしい. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-04 12:05:02
|
Bugs item #3574024, was opened at 2012-10-02 20:16 Message generated for change (Comment added) made by kyouhei You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Yohei Kakiuchi (kyouhei) Summary: コンパイル失敗対処法 Initial Comment: sudo apt-get install subversion gcc g++ libjpeg62-dev libxext-dev libx11-dev libgl1-mesa-dev libglu1-mesa-dev libpq-dev libpng12-dev xfonts-100dpi xfonts-75dpi msttcorefonts lsb_release -a sudo apt-get install libjpeg62-dev sudo apt-get remove libjpeg-turbo8-dev libjpeg-dev sudo apt-get remove libjpeg-turbo8-ddev sudo apt-get remove libjpeg8-dev sudo apt-get install ubuntu-restricted-extras ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 05:05 Message: 32bit環境でも問題ないと思います。 問題は、xのフォントをインストールした後に、xをリブートしないとフォントが使えるようにならないことではないかと思います。 ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 04:25 Message: 手元の12.04 64bit環境では、始めのapt-get の libjpeg62-dev -> libjpeg-dev にするだけでコンパイルできています。(libjpeg8-devを使っている) また、ubuntu-restricted-extrasもインストールされていません。 問題は32bit環境ですかね? eusと直接関係はないんですが、libjpeg62-dev をインストールしようとするとros-fuerteの多くのパッケージをリムーブしようとします。12.04でlibjpeg62-devつかっていくのは現実的ではないと思います。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:36 Message: 12.04での話のようです. jpegまわりはaptの失敗に見えるけど, 最後の, sudo apt-get install ubuntu-restricted-extras は必要かな?フォントまわりらしい. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-04 11:25:46
|
Bugs item #3574024, was opened at 2012-10-02 20:16 Message generated for change (Comment added) made by kyouhei You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Yohei Kakiuchi (kyouhei) Summary: コンパイル失敗対処法 Initial Comment: sudo apt-get install subversion gcc g++ libjpeg62-dev libxext-dev libx11-dev libgl1-mesa-dev libglu1-mesa-dev libpq-dev libpng12-dev xfonts-100dpi xfonts-75dpi msttcorefonts lsb_release -a sudo apt-get install libjpeg62-dev sudo apt-get remove libjpeg-turbo8-dev libjpeg-dev sudo apt-get remove libjpeg-turbo8-ddev sudo apt-get remove libjpeg8-dev sudo apt-get install ubuntu-restricted-extras ---------------------------------------------------------------------- Comment By: Yohei Kakiuchi (kyouhei) Date: 2012-10-04 04:25 Message: 手元の12.04 64bit環境では、始めのapt-get の libjpeg62-dev -> libjpeg-dev にするだけでコンパイルできています。(libjpeg8-devを使っている) また、ubuntu-restricted-extrasもインストールされていません。 問題は32bit環境ですかね? eusと直接関係はないんですが、libjpeg62-dev をインストールしようとするとros-fuerteの多くのパッケージをリムーブしようとします。12.04でlibjpeg62-devつかっていくのは現実的ではないと思います。 ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:36 Message: 12.04での話のようです. jpegまわりはaptの失敗に見えるけど, 最後の, sudo apt-get install ubuntu-restricted-extras は必要かな?フォントまわりらしい. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 |
From: <k-...@us...> - 2012-10-04 07:21:18
|
Revision: 859 http://jskeus.svn.sourceforge.net/jskeus/?rev=859&view=rev Author: k-okada Date: 2012-10-04 07:21:12 +0000 (Thu, 04 Oct 2012) Log Message: ----------- fix bashrc.eus message for Cygwin Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2012-10-04 07:18:37 UTC (rev 858) +++ trunk/Makefile 2012-10-04 07:21:12 UTC (rev 859) @@ -39,7 +39,7 @@ # bashrc.eus : environment variable for euslisp \n#\n\ export EUSDIR=$(EUSDIR) \n\ export ARCHDIR=$(ARCHDIR) \n\ -export PATH=\$$EUSDIR/\$$ARCHDIR/bin:\$$PATH \n\ +export PATH=\$$EUSDIR/\$$ARCHDIR/bin:\$$EUSDIR/\$$ARCHDIR/lib:\$$PATH \n\ export LD_LIBRARY_PATH=\$$EUSDIR/\$$ARCHDIR/bin:\$$LD_LIBRARY_PATH \n\ "' > bashrc.eus @bash -c 'echo -e "\e[1;32m;; generating bashrc.eus ...\n;;\e[m"' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <k-...@us...> - 2012-10-04 07:18:43
|
Revision: 858 http://jskeus.svn.sourceforge.net/jskeus/?rev=858&view=rev Author: k-okada Date: 2012-10-04 07:18:37 +0000 (Thu, 04 Oct 2012) Log Message: ----------- uname -s never returns Linux32 Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2012-10-04 07:16:41 UTC (rev 857) +++ trunk/Makefile 2012-10-04 07:18:37 UTC (rev 858) @@ -16,10 +16,6 @@ export MAKEFILE=Makefile.Linux.thread endif endif -ifeq ($(OS),Linux32) - export ARCHDIR=Linux - export MAKEFILE=Makefile.Linux.thread -endif ifeq ($(OS),CYGWIN) export ARCHDIR=Cygwin export MAKEFILE=Makefile.Cygwin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <k-...@us...> - 2012-10-04 07:16:48
|
Revision: 857 http://jskeus.svn.sourceforge.net/jskeus/?rev=857&view=rev Author: k-okada Date: 2012-10-04 07:16:41 +0000 (Thu, 04 Oct 2012) Log Message: ----------- use sed to strip _NT-6.1... Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2012-10-04 06:52:50 UTC (rev 856) +++ trunk/Makefile 2012-10-04 07:16:41 UTC (rev 857) @@ -6,7 +6,7 @@ EUSC_PATCH=eus.c_CUSTUM_EUSDIR.patch MACHINE=$(shell uname -m) -OS=$(shell uname -s) +OS=$(shell uname -s | sed 's/[^A-Za-z1-9].*//') ifeq ($(OS),Linux) ifeq ($(MACHINE),x86_64) export ARCHDIR=Linux64 @@ -20,14 +20,10 @@ export ARCHDIR=Linux export MAKEFILE=Makefile.Linux.thread endif -ifeq ($(OS),CYGWIN_NT-6.1) +ifeq ($(OS),CYGWIN) export ARCHDIR=Cygwin export MAKEFILE=Makefile.Cygwin endif -ifeq ($(OS),CYGWIN_NT-6.1-WOW64) - export ARCHDIR=Cygwin - export MAKEFILE=Makefile.Cygwin -endif ifeq ($(OS),Darwin) export ARCHDIR=Darwin export MAKEFILE=Makefile.Darwin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <k-...@us...> - 2012-10-04 06:52:56
|
Revision: 856 http://jskeus.svn.sourceforge.net/jskeus/?rev=856&view=rev Author: k-okada Date: 2012-10-04 06:52:50 +0000 (Thu, 04 Oct 2012) Log Message: ----------- add header message Modified Paths: -------------- trunk/irteus/irtpointcloud.l Modified: trunk/irteus/irtpointcloud.l =================================================================== --- trunk/irteus/irtpointcloud.l 2012-10-04 06:28:25 UTC (rev 855) +++ trunk/irteus/irtpointcloud.l 2012-10-04 06:52:50 UTC (rev 856) @@ -1,7 +1,31 @@ -;; -;; pointcloud class -;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; $Id: irtgl.l 816 2012-06-10 07:56:40Z kyouhei $ +;;; +;;; Copyright (c) 1987- JSK, The University of Tokyo. All Rights Reserved. +;;; +;;; This software is a collection of EusLisp code for robot applications, +;;; which has been developed by the JSK Laboratory for the IRT project. +;;; For more information on EusLisp and its application to the robotics, +;;; please refer to the following papers. +;;; +;;; Toshihiro Matsui +;;; Multithread object-oriented language euslisp for parallel and +;;; asynchronous programming in robotics +;;; Workshop on Concurrent Object-based Systems, +;;; IEEE 6th Symposium on Parallel and Distributed Processing, 1994 +;;; +;;; Permission to use this software for educational, research +;;; and non-profit purposes, without fee, and without a written +;;; agreement is hereby granted to all researchers working on +;;; the IRT project at the University of Tokyo, provided that the +;;; above copyright notice remains intact. +;;; + +;;; pointcloud class + + (in-package "USER") (defclass pointcloud This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2012-10-04 06:36:40
|
Bugs item #3574024, was opened at 2012-10-02 20:16 Message generated for change (Comment added) made by k-okada You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Yohei Kakiuchi (kyouhei) Summary: コンパイル失敗対処法 Initial Comment: sudo apt-get install subversion gcc g++ libjpeg62-dev libxext-dev libx11-dev libgl1-mesa-dev libglu1-mesa-dev libpq-dev libpng12-dev xfonts-100dpi xfonts-75dpi msttcorefonts lsb_release -a sudo apt-get install libjpeg62-dev sudo apt-get remove libjpeg-turbo8-dev libjpeg-dev sudo apt-get remove libjpeg-turbo8-ddev sudo apt-get remove libjpeg8-dev sudo apt-get install ubuntu-restricted-extras ---------------------------------------------------------------------- >Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:36 Message: 12.04での話のようです. jpegまわりはaptの失敗に見えるけど, 最後の, sudo apt-get install ubuntu-restricted-extras は必要かな?フォントまわりらしい. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574024&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-04 06:35:05
|
Bugs item #3146335, was opened at 2010-12-27 07:10 Message generated for change (Settings changed) made by k-okada You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3146335&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: mkojima (mkojima) Assigned to: Kei Okada (k-okada) Summary: Rm command must be called with -f option. Initial Comment: If there are some errors in previous compiling, "make clean" fails. So I think rm command must be called with -f option. URL: http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/Makefile Index: Makefile =================================================================== --- Makefile (revision 608) +++ Makefile (working copy) @@ -74,7 +74,7 @@ cd irteus; make clean: - -rm bashrc.eus manual.pdf jmanual.pdf + -rm -f bashrc.eus manual.pdf jmanual.pdf if [ -e irteus ]; then cd irteus; make clean ; fi if [ -e eus/lisp ]; then cd eus/lisp; make clean ; fi URL: http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/irteus/Makefile Index: irteus/Makefile =================================================================== --- irteus/Makefile (revision 608) +++ irteus/Makefile (working copy) @@ -160,7 +160,7 @@ chmod a-x Makefile* *.l *.c (cd PQP;make clean) (cd $(EUSDIR)/lisp/image/jpeg/; make clean) - -rm $(EUSDIR)/lib/llib/pgsql.c $(EUSDIR)/lib/llib/pgsql.h + -rm -f $(EUSDIR)/lib/llib/pgsql.c $(EUSDIR)/lib/llib/pgsql.h $(OBJDIR)/irtmath.$(OSFX): irtmath.l $(OBJDIR)/irtutil.$(OSFX): irtutil.l ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:28 Message: r855 で直しました. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3146335&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-04 06:28:46
|
Bugs item #3146335, was opened at 2010-12-27 07:10 Message generated for change (Comment added) made by k-okada You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3146335&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Deleted >Resolution: Fixed Priority: 5 Private: No Submitted By: mkojima (mkojima) Assigned to: Kei Okada (k-okada) Summary: Rm command must be called with -f option. Initial Comment: If there are some errors in previous compiling, "make clean" fails. So I think rm command must be called with -f option. URL: http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/Makefile Index: Makefile =================================================================== --- Makefile (revision 608) +++ Makefile (working copy) @@ -74,7 +74,7 @@ cd irteus; make clean: - -rm bashrc.eus manual.pdf jmanual.pdf + -rm -f bashrc.eus manual.pdf jmanual.pdf if [ -e irteus ]; then cd irteus; make clean ; fi if [ -e eus/lisp ]; then cd eus/lisp; make clean ; fi URL: http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/irteus/Makefile Index: irteus/Makefile =================================================================== --- irteus/Makefile (revision 608) +++ irteus/Makefile (working copy) @@ -160,7 +160,7 @@ chmod a-x Makefile* *.l *.c (cd PQP;make clean) (cd $(EUSDIR)/lisp/image/jpeg/; make clean) - -rm $(EUSDIR)/lib/llib/pgsql.c $(EUSDIR)/lib/llib/pgsql.h + -rm -f $(EUSDIR)/lib/llib/pgsql.c $(EUSDIR)/lib/llib/pgsql.h $(OBJDIR)/irtmath.$(OSFX): irtmath.l $(OBJDIR)/irtutil.$(OSFX): irtutil.l ---------------------------------------------------------------------- >Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:28 Message: r855 で直しました. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3146335&group_id=337851 |
From: <k-...@us...> - 2012-10-04 06:28:31
|
Revision: 855 http://jskeus.svn.sourceforge.net/jskeus/?rev=855&view=rev Author: k-okada Date: 2012-10-04 06:28:25 +0000 (Thu, 04 Oct 2012) Log Message: ----------- Rm command must be called with -f option., by mkojima Modified Paths: -------------- trunk/Makefile trunk/irteus/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2012-09-30 17:04:01 UTC (rev 854) +++ trunk/Makefile 2012-10-04 06:28:25 UTC (rev 855) @@ -82,7 +82,7 @@ cd irteus; make clean: - -rm bashrc.eus manual.pdf jmanual.pdf + -rm -f bashrc.eus manual.pdf jmanual.pdf if [ -e irteus ]; then cd irteus; make clean ; fi if [ -e eus/lisp ]; then cd eus/lisp; make clean ; fi Modified: trunk/irteus/Makefile =================================================================== --- trunk/irteus/Makefile 2012-09-30 17:04:01 UTC (rev 854) +++ trunk/irteus/Makefile 2012-10-04 06:28:25 UTC (rev 855) @@ -160,7 +160,7 @@ chmod a-x Makefile* *.l *.c (cd PQP;make clean) (cd $(EUSDIR)/lisp/image/jpeg/; make clean) - -rm $(EUSDIR)/lib/llib/pgsql.c $(EUSDIR)/lib/llib/pgsql.h + -rm -f $(EUSDIR)/lib/llib/pgsql.c $(EUSDIR)/lib/llib/pgsql.h $(OBJDIR)/irtmath.$(OSFX): irtmath.l $(OBJDIR)/irtutil.$(OSFX): irtutil.l This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2012-10-04 06:23:15
|
Bugs item #3574015, was opened at 2012-10-02 20:05 Message generated for change (Settings changed) made by k-okada You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574015&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Kei Okada (k-okada) Summary: to execute demo program Initial Comment: if u execute a demo program, go to the directory:"~/prog/jskeus/irteus/" ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:17 Message: 内容は,https://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page のwikiのページをみてデモを実行しようとすると {{{ 1.irteusgl$ load "demo/demo.l" irteusgl 0 error: file #P"demo/demo.l" not found in (load "demo/demo.l") }}} と,エラーになるという物かと思いますが, {{{ 3.irteusgl$ load "irteus/demo/demo.l" }}} が正しいです.wikiのページを直して置きました. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574015&group_id=337851 |
From: SourceForge.net <no...@so...> - 2012-10-04 06:18:12
|
Bugs item #3574015, was opened at 2012-10-02 20:05 Message generated for change (Settings changed) made by k-okada You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574015&group_id=337851 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Kei Okada (k-okada) Summary: to execute demo program Initial Comment: if u execute a demo program, go to the directory:"~/prog/jskeus/irteus/" ---------------------------------------------------------------------- Comment By: Kei Okada (k-okada) Date: 2012-10-03 23:17 Message: 内容は,https://sourceforge.net/apps/mediawiki/jskeus/index.php?title=Main_Page のwikiのページをみてデモを実行しようとすると {{{ 1.irteusgl$ load "demo/demo.l" irteusgl 0 error: file #P"demo/demo.l" not found in (load "demo/demo.l") }}} と,エラーになるという物かと思いますが, {{{ 3.irteusgl$ load "irteus/demo/demo.l" }}} が正しいです.wikiのページを直して置きました. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1415198&aid=3574015&group_id=337851 |