M +7 -2 src/Makefile.am 1.43
Nicholas Brown
nickbroon at blueyonder.co.uk
Sat May 1 07:13:27 UTC 2004
This would appear to be the cause of the below error;
I think it should reference settingswidget.ui instead of settingswidget.cpp
thanks,
Nick
make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
*** Postprocessing Makefile templates
Error: settingswidget.cpp is listed in a _SOURCE line in src/Makefile.in,
but doesn't exist yet. Put it in DISTCLEANFILES!
*** Creating date/time stamp
*** Finished
Don't forget to run ./configure
If you haven't done so in a while, run ./configure --help
,--------------- Forwarded message (begin)
Subject: kdevelop
From: Alexander Dymo <cloudtemple at mksat.net>
Date: Tue, 13 Apr 2004 22:43:51 +0100
Newsgroup: gmane.comp.kde.cvs
CVS commit by dymo:
Added "KDevelop Assistant" - a standalone documentation viewer based on
KDevelop sources and some of KDevelop plugins. If you want your plugin to
be available in assistant, add "X-KDevelop-Mode=AssistantMode" line in
it's .desktop file. Command to run "KDevelop Assistant" is "kdevassistant".
A kdevassistant.desktop 1.1
A pics/hi16-app-kdevassistant.png 1.1
A pics/hi32-app-kdevassistant.png 1.1
A pics/hi48-app-kdevassistant.png 1.1
A src/kdevassistant 1.1
A src/kdevassistantui.rc 1.1
A src/main_assistant.cpp 1.1 [no copyright]
M +1 -1 Makefile.am 1.95
M +3 -0 lib/interfaces/kdevelopplugin.desktop 1.24
M +1 -0 parts/documentation/kdevpart_documentation.desktop 1.4
M +4 -4 parts/documentation/kdevpart_documentation.rc 1.2
M +1 -0 parts/fileselector/kdevpart_fileselector.desktop 1.37
M +1 -0 parts/uimode/kdevpart_uichooser.desktop 1.33
M +7 -2 src/Makefile.am 1.43
M +1 -0 src/main.cpp 1.77
M +41 -33 src/mainwindowshare.cpp 1.42
M +6 -1 src/newmainwindow.cpp 1.8
M +5 -2 src/plugincontroller.cpp 1.31
M +4 -1 src/splashscreen.cpp 1.19
M +1 -1 src/toplevel.cpp 1.32
M +2 -0 src/toplevel.h 1.19
`--------------- Forwarded message (end)
More information about the KDevelop-devel
mailing list