Version: 3.0.0a4 (using KDE 3.1.1) Installed from: SuSE Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux) OS: Linux (i686) release 2.4.20-4GB I imported an existing project. It had a noinst_PROGRAM named test, which I removed using the automake manager. Checking the Makefile revealed that test was gone from the noinst_PROGRAMS list and all test_* entries were removed. I then added a new noinst_PROGRAM, testfilecache, to the subproject, and suddenly, test was back in the noinst_PROGRAMS list, but without any test_* entries. Naturally, build of test failed. Manually deleting it again form the list seems to resolve the problem. Oh, and otherwise, gideon is such a *huge* step ahead. Thank you. Anno.
Whoops, of course I checked the Makefile.am, not the Makefile. Stupid me.
Restarting kdevelop after manually deleting the target seems to remedy this. It just ain't so cool. BTW, this also happens if one manually deletes a subproject and then adding another one. Also, in this case, restarting gideon after the manual altering makes Automake manger "get it".
Anno can you retest this one?
Works for me and current cvs source seems not to be able to reproduce this, as of it always loads the Makefile.am from disc, if it has to be changed ( so there is no memory cache of it's content inside kdevelop, which could produce such things )
Works for me now. Closing. Thanks.