Hi Lucas,

Check that the following packages are installed on your system: automake, autoconf, libtool.

Then, run "autoreconf --install --force"

After running this, here are the contents of my <robinhood>/autotools directory:

autotools/
|-- ar-lib
|-- compile
|-- config.guess
|-- config.sub
|-- depcomp
|-- install-sh
|-- ltmain.sh
|-- m4
|   |-- args_mgmt.m4
|   |-- as-ac-expand.m4
|   |-- db.m4
|   |-- libtool.m4
|   |-- ltoptions.m4
|   |-- ltsugar.m4
|   |-- ltversion.m4
|   |-- lt~obsolete.m4
|   |-- lustre.m4
|   `-- progs.m4
|-- missing
`-- ylwrap

Does that help?

Thomas.


On 01/07/14 02:19, Lucas wrote:
hello,
Recently, I have modified robinhood source code in order to test something. If I just modify the *.c file and do not add new *.h to the project, use the command: #./configure and #make rpms can easily rebuild it. Well, now I want to use some functions wrote by me, and I need to add *.h files to the src/include directory, and I followed the suggestion to modify Makefile.am file in there. What I do next is:
         #  aclocal
         # libtoolize --force
         # autoconf      // generate configure
         # automake --add-missing      // generate Makefile.in

and when use command: #./configure, there are errors like this:
./configure: line 20376: syntax error near unexpected token `lustre14_bull,' ./configure: line 20376: `AX_ENABLE_FLAG(lustre14_bull, Bull distribution of Lustre 1.4, -DHAVE_LUSTRE_JOIN_TYPE)'

I think I must do something wrong to rebuild robinhood project, because I have done the same thing in other open-source project like "torque", it would be fine.

Best regards,
Lucas




------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk


_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to