Bug 51317 - Usability: set name pattern in "Add new target" dialog
Summary: Usability: set name pattern in "Add new target" dialog
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Automake (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-29 13:22 UTC by Manuel Fierlbeck
Modified: 2007-01-06 03:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Fierlbeck 2002-11-29 13:22:22 UTC
Version:            (using KDE KDE 3.0.9)
Installed from:    Compiled From Sources
Compiler:          gcc 2.95.3 
OS:          Linux

Open the "Add new target" dialog from the Automake Manager.
Select "Libtool library" in combo box "Primary".
Now you have to guess the prefix and the extension of the
target library you want to create. KDevelop actually knows
them, because it validates input.
Suggestion: set correct prefix and extension in text field
"Filename" and "Prefix" depending on selection in "Primary".
Comment 1 Michael Duelli 2007-01-05 21:15:34 UTC
> KDevelop actually knows them, because it validates input.
How should it know how to call the library (it is arbitrary, isn't it ?) or whether you want to use prefix "lib", "pkglib" or "noinst" with your "Libtool library"?
It is up to you to decide what is the right one for your project. Either I don't understand what this bug means or it might be invalid ?!
Comment 2 Andreas Pakulat 2007-01-06 03:03:16 UTC
The prefix problem is fixed, as kdevelop has a drop-down there.

As Michael already said, we can't guess the library name.