Bug report for KDE1.2
Sandy Meier
smeier at kdevelop.org
Sat Oct 28 13:06:11 BST 2000
On Sam, 28 Okt 2000, you wrote:
> Hi, here is what I found when tried to use KDevelop with a custom projects
> (non QT and non GNOME). I'm using wxWindows , so I've added necessary
> compiler flags (`wx-config --cflags` to the "compiler options ->
> additional options" and linker flags ('wx-config --clibs' to the "linker
> options -> additional options") in the KDevelop's "Project ->
> Options" dialog. So project builds fine after that, but when I'm creating
> the distribution tar.gz file form the KDevelops' "Project -> Make
> Distribution -> tar.gz" menu, the distribution builds without all of my
> custom options, so when I run 'configure' and then 'make', project fails
> to build.
>
> I thougt, KDevelop should transfer all of custom flags to the distribution
> to allow 'configure' work properly, isn't it ?
No the compiler flags aren't hardcoded into the Makefile, but transfered to
configure if you work within KDevelop. If you want your compiler flags also
in your distribution please add it to the Makefile.am below the KDevelop
generated area.
CFLGAS =
CXXFLAGS =
Ciao!
Sandy
--
email: smeier at kdevelop.org ICQ: 27681958
the KDevelop project: http://www.kdevelop.org
--
"Solange es Schlachthäuser gibt, wird es auch Schlachtfelder geben." (Leo
Tolstoi)
More information about the KDevelop
mailing list