From kdevelop-bugs Tue Jun 27 11:41:29 2006 From: Ioan Marius Curelariu Date: Tue, 27 Jun 2006 11:41:29 +0000 To: kdevelop-bugs Subject: [Bug 129846] Autotools project crash when adding new class to newly Message-Id: <20060627114129.11576.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306951909853 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=129846 ------- Additional Comments From johnnyboyro yahoo com 2006-06-27 13:41 ------- Ok. I just finished testing the svn version you mentioned. But I'm afraid to say that it doesn't work. Here's what I did: 1. Create a simple wxwidgets project using the template. 2. Added a new subproject: testlib (I did NOT made it the active target) 3. For the testlib subproject I added a target, libtool library: testlib (libtestlib.la) 4. Selected "new class wizard" 5. typed in the name of the class: testclass 6. pushed Ok 7. selected "different target" and choosed the testlib as the target to add the new class to; (at this point, the application DOES create a noinst_HEADER target for the testlib target, but this is the second target of the subproject - maybe it is important) 8. pushed ok (I can see in automake explorer that I have the testclass.cpp file added to my testlib target, but still I can NOT see any Header in noinst target, nor the testclass.h file listed there) 9. select the src target 10. select the testlib target -> application crashes! It seems to be working ONLY if the subproject already has a noinst_HEADER added. Maybe because this way the noinst_HEADER is the first target of the testlib subproject?!? PS: I forgot to mention that I am using kdelibs 3.5.3 ... maybe it matters.