| Summary: | tinysvm-0.09-r1 perl module fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Naoaki Shindo (RETIRED) <shindo> |
| Component: | New packages | Assignee: | Mamoru KOMACHI (RETIRED) <usata> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Naoaki Shindo (RETIRED)
2006-05-07 09:16:50 UTC
compile error log: error log: make[1]: Leaving directory `/var/tmp/portage/tinysvm-0.09-r1/work/TinySVM-0.09' * Using ExtUtils::MakeMaker Note (probably harmless): No library found for -ltinysvm Writing Makefile for TinySVM cp TinySVM.pm blib/lib/TinySVM.pm c++ -c -I/usr/include -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=pentium-m -pipe -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.8.6/i686-linux/CORE" TinySVM_wrap.c TinySVM_wrap.c:374:21: tinysvm.h: そのようなファイルやディレクトリはありません TinySVM_wrap.c: In function `void _wrap_BaseExample_add(CV*)': TinySVM_wrap.c:402: error: `TinySVM' has not been declared TinySVM_wrap.c:402: error: `BaseExample' undeclared (first use this function) (snip) TinySVM_wrap.c:1480: error: `TinySVM' has not been declared TinySVM_wrap.c:1480: error: `Model' undeclared (first use this function) TinySVM_wrap.c:1480: error: expected primary-expression が "void" の前にあります TinySVM_wrap.c:1480: error: expected `)' が "void" の前にあります make: *** [TinySVM_wrap.o] エラー 1 Thanks for the bug report. This is fixed in CVS. |