Re: [maemo-developers] gtkmm Installation in scratchbox

2006-05-03 Thread Damaris Kröger

Hello,

now I have installed the hildon-fmmm and the hildon-widgetsmm.

The problem was the separate command:
./configure --prefix/usr

With these command the installation works:
./configure --enable-maintainer-mode --prefix=/usr

But where is the documentation of the libs? How could I create the 
documentation?


Regards,

Damaris


On Thu, 2006-04-27 at 10:49 +0200, Damaris Kröger wrote:
 


Hello,

i tried to install gtkmm for maemo,

i installed

sigc++ (libsigc++-2.0.17)
glibmm-2.4 (glibmm-2.6.1)
gtkmm-2.4 (gtkmm-2-6.5)
   



How did you install them? From source, or from some debian packages?

 


PKG_CONFIG_PATH=/usr/lib/pkgconfig
SBOX_DEFAULT_AUTOCONF=2.59
SBOX_DEFAULT_AUTOMAKE=1.8


I had big problems to install the library hildon-fmmm-0.1.0 (I get the
Sources from the SVN-Repository), because the result of the 'pkg-config
--libs' wasn't complete (the library hildonwidgets was missing).
   



This is not clear to me. Exactly what error message did you see?

Are you building in a separate prefix, or in /usr, or /usr/local? I
recommend jhbuild to get this right:
http://maemo.org/maemowiki/MaemoWithJhbuild

 


I don't
know why because the PKG_CONFIG_PATH is set.
The error message was:

/*`/home/vlg/hildon-fmmm/hildon-fm/hildon-fmmm/private'
make[4]: *** No rule to make target `file-chooser-dialog_p.h', needed by
`all-am'. Stop.*/
   



This is probably a problem with the autotools. I am using these tools
inside jhbuild, but it's probably not the whole story:

[sbox-SDK_maemo_686: ~]  jhbuild --file=/home/murrayc/.jhbuildrc_maemo
shell
sh-2.05b$ autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
sh-2.05b$ automake --version
automake (GNU automake) 1.9.6
Written by Tom Tromey [EMAIL PROTECTED].

Copyright 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
sh-2.05b$

[snip]

By the way, I just built hildon-widgetsmm and all its dependencies with
jhbuild, successfully.

 




--
--

Damaris Kröger
Anwendungsentwicklerin

GEDIM AG - Entwicklung
Bergmannstraße 32, 44809 Bochum

eMail: [EMAIL PROTECTED]
Tel.: +49 (234) 89393-73
Fax.: +49 (234) 89393-99

--

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] gtkmm Installation in scratchbox

2006-04-28 Thread Murray Cumming
On Thu, 2006-04-27 at 10:49 +0200, Damaris Kröger wrote:
 Hello,
 
 i tried to install gtkmm for maemo,
 
 i installed
 
 sigc++ (libsigc++-2.0.17)
 glibmm-2.4 (glibmm-2.6.1)
 gtkmm-2.4 (gtkmm-2-6.5)

How did you install them? From source, or from some debian packages?

 PKG_CONFIG_PATH=/usr/lib/pkgconfig
 SBOX_DEFAULT_AUTOCONF=2.59
 SBOX_DEFAULT_AUTOMAKE=1.8
 
 
 I had big problems to install the library hildon-fmmm-0.1.0 (I get the
 Sources from the SVN-Repository), because the result of the 'pkg-config
 --libs' wasn't complete (the library hildonwidgets was missing).

This is not clear to me. Exactly what error message did you see?

Are you building in a separate prefix, or in /usr, or /usr/local? I
recommend jhbuild to get this right:
http://maemo.org/maemowiki/MaemoWithJhbuild

  I don't
 know why because the PKG_CONFIG_PATH is set.
 The error message was:
 
 /*`/home/vlg/hildon-fmmm/hildon-fm/hildon-fmmm/private'
 make[4]: *** No rule to make target `file-chooser-dialog_p.h', needed by
 `all-am'. Stop.*/

This is probably a problem with the autotools. I am using these tools
inside jhbuild, but it's probably not the whole story:

[sbox-SDK_maemo_686: ~]  jhbuild --file=/home/murrayc/.jhbuildrc_maemo
shell
sh-2.05b$ autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
sh-2.05b$ automake --version
automake (GNU automake) 1.9.6
Written by Tom Tromey [EMAIL PROTECTED].

Copyright 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
sh-2.05b$

[snip]

By the way, I just built hildon-widgetsmm and all its dependencies with
jhbuild, successfully.

-- 
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers