[Bug 58435] New: automake manager: subprojects aren't added to 'configure.in'

daniel.franke at imbs.uni-luebeck.de daniel.franke at imbs.uni-luebeck.de
Tue May 13 19:10:08 UTC 2003


------- 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=58435     
           Summary: automake manager: subprojects aren't added to
                    'configure.in'
           Product: kdevelop
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Solaris
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: daniel.franke at imbs.uni-luebeck.de


Version:           3.0.0a4 (using KDE 3.1.1)
Installed from:    compiled sources
Compiler:          gcc version 3.2.2
OS:          SunOS (sun4u) release 5.8

I don't really know if this a bug or I missed something somewhere else ...

Automake manager:
 - add subproject (say 'lib')
 - add target (say a libtool library 'libmisc')
 - add a file (say 'misc.cpp')
 - make it the active target
 - build active target ( [F7] )

 -> get an error.
* cd <project path> && /bin/bash <project path>/missing --run automake-1.6 --gnu src/lib/Makefile 
* cd ../../.. && /bin/bash ./config.status src/lib/Makefile  
* config.status: error: invalid argument: src/lib/Makefile 
* gmake: *** [Makefile] Error 1 
* gmake: Failed to remake makefile `Makefile'. 
* gmake: *** No rule to make target `libmisc.la'.

Workaround: add 'src/lib/Makefile' to AC_OUTPUT[ ] and try again -> now it works.




More information about the KDevelop-devel mailing list