Some problems with CVS HEAD
Gioele Barabucci
dev at gioelebarabucci.com
Wed Apr 18 21:46:14 UTC 2001
Hi,
I know that CVS HEAD is still experimental, but who does not like some bug
reports? :)
Index:
- building when builddir != sourcedir
- installing when builddir != sourcedir
- running for the first time [after a good make + make install]
- creating a new project
building when builddir != sourcedir)
this is how I build all the kde packages (and they work)
$ cd $BUILDDIR
$ make -f Makefile.cvs
$ cd $SOURCEDIR
$ BUILDDIR/configure --prefix=$KDE2DIR --srcdir=$SOURCEDIR
$ make
gcc says ("File o directory inesistente" = "File or directory don't exists")
g++ -DHAVE_CONFIG_H -I. -I/usr/src/X11/kde-cvs/kdevelop/parts/astyle -I../..
-I/usr/src/X11/kde-cvs/kdevelop/lib/interfaces
-I/usr/src/X11/kde-cvs/kdevelop/lib/util -I/usr/local/kde-cvs/include
-I/usr/local/qt/include -I/usr/X11R6/include -O2 -fno-exceptions
-fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -O3
-march=i686 -Wp,-MD,.deps/astyle_part.pp -c
/usr/src/X11/kde-cvs/kdevelop/parts/astyle/astyle_part.cpp -fPIC -DPIC -o
.libs/astyle_part.o
/usr/src/X11/kde-cvs/kdevelop/parts/astyle/astyle_part.cpp:16:
lib/kwrite/texteditor.h: File o directory inesistente
/usr/src/X11/kde-cvs/kdevelop/parts/astyle/astyle_part.cpp:17:
lib/kwrite/editorpart.h: File o directory inesistente
make[3]: *** [astyle_part.lo] Error 1
installing when builddir != sourcedir)
$ cd $BUILDDIR
$ su -c "make install"
/bin/install -c -p -m 644
/usr/src/X11/kde-cvs/kdevelop/parts/appwizard/kapp/kapp
/usr/local/kde-cvs/share/apps/gideon/templates/kapp
/bin/install -c -p -m 644
/usr/src/X11/kde-cvs/kdevelop/parts/appwizard/kapp/script.local
/usr/local/kde-cvs/share/apps/gideon/template-kapp/script
/bin/install: cannot stat
`/usr/src/X11/kde-cvs/kdevelop/parts/appwizard/kapp/script.local': File o
directory inesistente
make[4]: *** [install-data-local] Error 1
running for the first time [after a good make + make install])
Is Gideon compatible with .kdevprj?
Project->Open Project (what file should I select?)
Classes->Classes
I select the dir where the project is and it complains:
"File share/apps/kwrite/syntax.xml not found! Check your installation!"
I've installed it by myself and it does not displays nothing.
creating a new project)
Project->New Project
...everything is created ok...
Project->Close
Project->Open (I choose the same)
Still nothing in the Classes (and others) view...
--
Gioele Barabucci (Gb])
) mailto:dev at gioelebarabucci.com
) http://www.gioelebarabucci.com
) ) I've been and now I've gone
) ) /Magic Pie^Oasis
-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop-devel
mailing list