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

Reply via email to