Hello Loddi,
>>>>> In <437...@we...>
>>>>> Loddi Li <lo...@ya...> wrote:
> I'm trying to compile the cvcell from the svn repository. Because it has no configure
> script, i used autoconf with the configure.ac file. When i tried this i got the following
> error:
> configure.ac:6: error: possibly undefined macro: AM_INIT_AUTOMAKE [...]
> I'm not really an expert for linux, so please help me! My idea was that i have not installed
> automake. I checked it and it is installed.
I'm not sure about the package management system of Fedora9.
In case of Ubuntu, the folloing packages must be installed before installing
the cvcell library.
* automake, autoconf, libtool
* gawk
* libspe2-dev, libspe2-2
* ppu-binutils, ppu-g++, ppu-gcc
* spu-binutils, spu-g++, spu-gcc
Some other packages might be needed. Sorry, I'm not sure.
After installing the packages, please execute the following commands.
$ aclocal
$ autoconf
$ autoheader (this may not be needed.)
$ automake -a
If all necessary packages are installed on your PS3, you will have the
configure script.
When running the configure script, you may see some error messages caused by
the lack of software packages or Cell toolchains.
Then you read the message and install the appropriate packages, and rerun it.
> Please help me, so that i can continue with my work at the university. My task is to
> optimize the OpticalFlowBM function of opencv for the cell. But before i can start with this
> i must be able to compile and build cvcell.
When you complete your work, please send the source code to me
to let the cvcell library be more useful.
--
Hiroki Sugano
E-mail: hi...@ea...
Department of Communications and Computer Engineering
Graduate School of Informatics, Kyoto University, Japan
|