List Info

Thread: Re: compiling plugin-database-0.4.6




Re: compiling plugin-database-0.4.6
country flaguser name
Germany
2008-04-25 13:42:39
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 installes the plugin in /usr/lib. That way you need to
add the plugin
file by hand.

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




_______________________________________________
Kommander mailing list
Kommanderkdewebdev.org

http://mail.kdewebdev.org/mailman/listinfo/kommander

Re: compiling plugin-database-0.4.6
country flaguser name
United States
2008-04-25 14:00:10
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
Kommanderkdewebdev.org

http://mail.kdewebdev.org/mailman/listinfo/kommander

  
  
Re: compiling plugin-database-0.4.6
country flaguser name
Poland
2008-04-25 14:40:27
On Friday 25 April 2008 20:42 Alexander Fischer wrote:
> [code]
> cd plugin-database-0.4.6
> make -f Makefile.cvs
> ./configure --with-extra-libs=/usr/lib/libxml2
> make
> su -c "make install"
> [/code]

Hi Alex

this results in :

/usr/include/asm/sigcontext.h:7:35: error:
asm-i386/sigcontext.h: No such file 
or directory
Error creating ./src/databaseplugin.lo. Exit status 1.
make: *** [all] Error 1

but now i can check on "sigcontext.h: No such
file" this
seems someyhing is missing 

regs 
wally
_______________________________________________
Kommander mailing list
Kommanderkdewebdev.org

http://mail.kdewebdev.org/mailman/listinfo/kommander

Re: compiling plugin-database-0.4.6
country flaguser name
Poland
2008-04-25 14:56:32
On Friday 25 April 2008 21:40 Wally wrote:
> > [code]
> > cd plugin-database-0.4.6
> > make -f Makefile.cvs
> > ./configure --with-extra-libs=/usr/lib/libxml2
> > make
> > su -c "make install"
> > [/code]
>
> Hi Alex
>
> this results in :
>
> /usr/include/asm/sigcontext.h:7:35: error:
asm-i386/sigcontext.h: No such
> file or directory
> Error creating ./src/databaseplugin.lo. Exit status 1.
> make: *** [all] Error 1
>
> but now i can check on "sigcontext.h: No such
file" this
> seems someyhing is missing

i found this h-file in : 
/usr/include/asm/sigcontext.h

?

regs 
wally





_______________________________________________
Kommander mailing list
Kommanderkdewebdev.org

http://mail.kdewebdev.org/mailman/listinfo/kommander

Re: compiling plugin-database-0.4.6
country flaguser name
United States
2008-04-25 14:59:18
On Friday 25 April 2008 12:40:27 pm Wally wrote:
> On Friday 25 April 2008 20:42 Alexander Fischer wrote:
> > [code]
> > cd plugin-database-0.4.6
> > make -f Makefile.cvs
> > ./configure --with-extra-libs=/usr/lib/libxml2
> > make
> > su -c "make install"
> > [/code]
>
> Hi Alex
>
> this results in :
>
> /usr/include/asm/sigcontext.h:7:35: error:
asm-i386/sigcontext.h: No such
> file or directory
> Error creating ./src/databaseplugin.lo. Exit status 1.
> make: *** [all] Error 1
>
> but now i can check on "sigcontext.h: No such
file" this
> seems someyhing is missing
>
> regs
> wally

make clean and start over! I can't imagine why you're
indicating a missing 
assembler header unless something is really wrong with your
system. Can you 
build other things? I can't stress enough, there is no
reason to request the 
libxml2 libs whatsoever. In fact it may well be causing all
your problems.

To reiterate, didn't you say it made before? 

make distclean
./configure
make
register plugin

Or use the plugin builder and installer dialogs I attached.
If there is a 
problem building the plugin I'd like to know, but if you're
asking for libs 
not required by this plugin you could well be
*manufacturing* the problem in 
the build.

--with-extra-libs=/usr/lib/libxml2 = BAD CONFIGURE!
-- 
Eric Laffoon
Project Lead - kdewebdev module
_______________________________________________
Kommander mailing list
Kommanderkdewebdev.org

http://mail.kdewebdev.org/mailman/listinfo/kommander

Re: compiling plugin-database-0.4.6
country flaguser name
Poland
2008-04-25 15:09:34
On Friday 25 April 2008 21:59 Eric Laffoon wrote:

> To reiterate, didn't you say it made before?

Plutome reported "configure and compiled
successfully"
but i found any output.

See the unwanted screenshots 

No, i didn't have problems before.
always just ./configure - make - su -c "make
install" 

regs
wally
_______________________________________________
Kommander mailing list
Kommanderkdewebdev.org

http://mail.kdewebdev.org/mailman/listinfo/kommander

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )