On Friday 25 April 2008 11:42:39 am Alexander Fischer
wrote:
> Hello Wally,
>
>
> while compiling the plugin-database-0.4.6 please try
>
> [code]
> cd plugin-database-0.4.6
> make -f Makefile.cvs
> ./configure --with-extra-libs=/usr/lib/libxml2
> make
> su -c "make install"
> [/code]
This is completely unnecessary. The series up to 0.3.2
(IIRC) used hk_classes
which needed libxml2. The 0.4x series uses Qt drivers and
doesn't need this.
>
> This installes the plugin in /usr/lib. That way you
need to add the plugin
> file by hand.
This is also unnecessary, and in fact I'm not sure how it
would work.
Currently in KDE3 Kommander looks for plugins in
kommanderrc. There it
specifies /path/to/plugin.la. In KDE4 it will install and
you specify only
the plugin name without the extention or path. I'm not sure
what will happen
if you install in KDE3, though I'm pretty sure you can. I'm
just not sure how
to specify it. I think you have to do full path and all in
kommanderrc, which
means why bother installing?
I've attached my install Kommander dialog and plugin manager
dialog to look
at. BTW my older pluginmgr.kmdr had a bug that would leave
you with only the
one plugin registered, so make sure to use the new one if
you want to copy
code.
>
> cu alex
>
> (I check the plutome soon)
>
> Wally wally at voosen.eu wrote on
> Fri Apr 25 06:39:48 EDT 2008
>
> Peoblems on OpenSuse 10.2/ KDE 3.5.9 "release
57.3"/
> kernel 2.6.18.8-0.9-default
>
>
> tar -jxvf ./plugin-database-0.4.6.tar.bz2
> cd ./plugin-database-0.4.6
>
> $ ./configure
> wrong input (flag != 4) at admin/conf.change.pl line
117, <> line 1232.
>
> $ make
> wrong input (flag != 4) at admin/conf.change.pl line
117, <> line 1219.
> Makefile:858: warning: overriding commands for target
`clean-bcheck'
> Makefile:821: warning: ignoring old commands for target
`clean-bcheck'
> Makefile:863: warning: overriding commands for target
`bcheck-am'
> Makefile:826: warning: ignoring old commands for target
`bcheck-am'
> Makefile:858: warning: overriding commands for target
`clean-bcheck'
> Makefile:821: warning: ignoring old commands for target
`clean-bcheck'
> Makefile:863: warning: overriding commands for target
`bcheck-am'
> Makefile:826: warning: ignoring old commands for target
`bcheck-am'
> make[2]: *** No rule to make target `all'. Stop.
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> any hint ?
> regards
> wally
>
There is no rule to make target because it's not intended to
install system
wide, but be installed per user. All this will change in
KDE4 where it will
be handled by *.desktop files according to Andras.
--
Eric Laffoon
Project Lead - kdewebdev module
_______________________________________________
Kommander mailing list
Kommander kdewebdev.org
http://mail.kdewebdev.org/mailman/listinfo/kommander
|