Little compilation pb under Linux

Sylvestre Ledru sylvestre.ledru at inria.fr
Fri May 23 15:20:02 CEST 2008


Because of a limitation of automake, if you get the error:

make[2]: *** No rule to make target `src/c/DestroyUimenu.c', needed by
`libscigui_la-DestroyUimenu.lo'.  Stop.

Try:
cd $SCI; ./config.status
it should regenerate the dependencies

Otherwise, a crappy workaround would be:
cd modules/gui
rm -rf .deps
make

Sylvestre
PS: The error is coming from a rename of a C file into C++. Dependencies
have changed but for automake as the target seems OK to him, he doesn't
seems interested in recompiling this file.





More information about the dev mailing list