guenther | 4 Apr 2007 15:01
Picon

Re: Compiling garnome error

On Tue, 2007-04-03 at 18:10 -0400, Mauro "Kenny" Freitas wrote:
> The command: make install
> at ~/garnome/desktop
> the following error appeared: 

Fortunately, this claim is not correct. ;)

>From the error message below I can tell you actually are not building
GARNOME from a  ~/garnome/ directory, but the extracted tarball with a
version suffix. Building GARNOME from ~/garnome/ would be a bad idea,
because this dir happens to be the default *install* prefix (see
gar.conf.mk and the README how to change this, if you want). Using the
same directory for the build root and install prefix would be calling
for trouble, though it is possible. Anyway, you got both separated,
which is good.

> creating libtool
> checking for X... no
> configure: error: X is required, but it was either disabled or not found.
> make[4]: ** [configure-work/main.d/xrender- 0.8.3/configure] Erro 1
> make[4]: Saindo do diretório `/home/kenny/garnome-2.18.0/freedesktop/xrender'
> make[3]: ** [../../freedesktop/xrender/cookies/main.d/install] Erro 2
> make[3]: Saindo do diretório `/home/kenny/garnome-2.18.0/freedesktop/libxft'
> make[2]: ** [../../freedesktop/libxft/cookies/main.d/install] Erro 2 
> make[2]: Saindo do diretório `/home/kenny/garnome-2.18.0/platform/gtk+'
> make[1]: ** [../../platform/gtk+/cookies/main.d/install] Erro 2
> make[1]: Saindo do diretório `/home/kenny/garnome-2.18.0/desktop/zenity' 
> make: ** [install] Erro 2

Failing at desktop/zenity...
(Continue reading)

Mauro "Kenny" Freitas | 4 Apr 2007 15:29
Picon

Re: Compiling garnome error

This dependences
 xlibs-dev
 libxcursor-dev
 libxft-dev
dependes from xfree86, i'm using Xorg. Is It a problem or i can  take  this dependencies without fear?
 

2007/4/4, guenther < guenther <at> rudersport.de>:
On Tue, 2007-04-03 at 18:10 -0400, Mauro "Kenny" Freitas wrote:
> The command: make install
> at ~/garnome/desktop
> the following error appeared:

Fortunately, this claim is not correct. ;)

>From the error message below I can tell you actually are not building
GARNOME from a  ~/garnome/ directory, but the extracted tarball with a
version suffix. Building GARNOME from ~/garnome/ would be a bad idea,
because this dir happens to be the default *install* prefix (see
gar.conf.mk and the README how to change this, if you want). Using the
same directory for the build root and install prefix would be calling
for trouble, though it is possible. Anyway, you got both separated,
which is good.


> creating libtool
> checking for X... no
> configure: error: X is required, but it was either disabled or not found.
> make[4]: ** [configure-work/main.d/xrender- 0.8.3/configure] Erro 1
> make[4]: Saindo do diretório `/home/kenny/garnome-2.18.0/freedesktop/xrender'
> make[3]: ** [../../freedesktop/xrender/cookies/main.d/install] Erro 2
> make[3]: Saindo do diretório `/home/kenny/garnome- 2.18.0/freedesktop/libxft'
> make[2]: ** [../../freedesktop/libxft/cookies/main.d/install] Erro 2
> make[2]: Saindo do diretório `/home/kenny/garnome-2.18.0/platform/gtk+'
> make[1]: ** [../../platform/gtk+/cookies/main.d/install] Erro 2
> make[1]: Saindo do diretório `/home/kenny/garnome-2.18.0/desktop/zenity'
> make: ** [install] Erro 2

Failing at desktop/zenity...

Looks like you indeed used 'make install' to fire off the build. Usually
it is a better idea to run 'make paranoid-install' instead. The
difference is, that paranoid-install will instantly *stop* on each
error, giving you the opportunity to install any missing dependencies.
Using the plain install target will just continue the build even after
errors, trying to go on and build whatever it can. Thus essential
packages may be skipped and errors go unnoticed during build time.

The best approach for the initial build is 'cd desktop/' and running
'make paranoid-install' in the desktop/ meta-garball.

Please see the README for this, too.


> Why the installer don't find the X? How do i install the gnome 2.18
> with garnome? And after the installation how i use the garnome?

If the build breaks, you are almost always missing a dependency. Since
you are building software, you need the respective devel package
provided by your distro to satisfy the dependency. As Lucas already
pointed out. :)

Have a look at the DEPS-LIST file. Even if you are not installing all of
them in advance, this list can serve as a pointer, which devel package
is missing in case the build breaks. For Debian, the package names
should be similar (if not identical) to the ones listed for Ubuntu.

  guenther


--
char *t="\10pse\0r\0dtu\0. <at> ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

--
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list
guenther | 9 Apr 2007 15:19
Picon

Re: Compiling garnome error

On Wed, 2007-04-04 at 09:29 -0400, Mauro "Kenny" Freitas wrote:
> This dependences
>  xlibs-dev
>  libxcursor-dev
>  libxft-dev
> dependes from xfree86, i'm using Xorg. Is It a problem or i can  take
> this dependencies without fear?

Hmm, not sure since I do not use Debian -- however, it seems your apt
sources are messed up. These dev packages should be provided
accompanying your installed Xorg, too. The ones depending on xfree86
most likely are old ones.

  guenther

-- 
char *t="\10pse\0r\0dtu\0. <at> ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

Yiannis Mavroukakis | 4 Apr 2007 15:41

F-spot configure error

Hello :)

While configuring f-spot I am getting this error

checking for mono.pc... found
checking for Mono.Data.SqliteClient.dll... found
checking for Mono.Posix.dll... found
checking for System.Runtime.Remoting.dll... found
checking for System.Web.dll... found
checking for System.Web.Services.dll... found
checking for Mono.GetOptions.dll... found
checking for F... configure: error: Package requirements (libgnome-2.0
>= 2.2 libgnomeui-2.0 >= 2.2 libexif >= 0.5.7 
libexif < 0.7.0 gtkhtml-sharp-2.0 >= 2.7 gconf-sharp-2.0 >= 2.7
glade-sharp-2.0 >= 2.7 gnome-vfs-sharp-2.0 >= 2.7 gtk+-2.0 
>= 2.6 mono >= 1.1.7) were not met:

No package 'gtkhtml-sharp-2.0' found

I'm fairly certain that gtkhtml-sharp-2.0 is installed ok, but how can I
check?

Thank you,

Yiannis

Note:__________________________________________________________________
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and
all copies of it from your system, destroy any hard copies of it and
notify the sender. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. Jaguar Freight Services and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks.
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity.
________________________________________________________________________
This e-mail has been scanned for all known viruses.
--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

Joseph E. Sacco, Ph.D. | 4 Apr 2007 16:19
Picon

Re: F-spot configure error

Yiannis,

gtkhtml-sharp-2.0 is built as part of mono/gnome-sharp. I patched
gnome-sharp on 28March07 to support gtkhtml-3.14, which is probably the
source of your problem. 

* uninstall the currently installed version of mono/gnome-sharp
* Pull the patched version of the source from SVN
* build/install

-Joseph

=======================================================================

On Wed, 2007-04-04 at 14:41 +0100, Yiannis Mavroukakis wrote:
> Hello :)
> 
> While configuring f-spot I am getting this error
> 
> checking for mono.pc... found
> checking for Mono.Data.SqliteClient.dll... found
> checking for Mono.Posix.dll... found
> checking for System.Runtime.Remoting.dll... found
> checking for System.Web.dll... found
> checking for System.Web.Services.dll... found
> checking for Mono.GetOptions.dll... found
> checking for F... configure: error: Package requirements (libgnome-2.0
> >= 2.2 libgnomeui-2.0 >= 2.2 libexif >= 0.5.7 
> libexif < 0.7.0 gtkhtml-sharp-2.0 >= 2.7 gconf-sharp-2.0 >= 2.7
> glade-sharp-2.0 >= 2.7 gnome-vfs-sharp-2.0 >= 2.7 gtk+-2.0 
> >= 2.6 mono >= 1.1.7) were not met:
> 
> No package 'gtkhtml-sharp-2.0' found
> 
> I'm fairly certain that gtkhtml-sharp-2.0 is installed ok, but how can I
> check?
> 
> Thank you,
> 
> Yiannis
> 
> Note:__________________________________________________________________
> This message is for the named person's use only. It may contain
> confidential, proprietary or legally privileged information. No
> confidentiality or privilege is waived or lost by any mistransmission.
> If you receive this message in error, please immediately delete it and
> all copies of it from your system, destroy any hard copies of it and
> notify the sender. You must not, directly or indirectly, use, disclose,
> distribute, print, or copy any part of this message if you are not the
> intended recipient. Jaguar Freight Services and any of its subsidiaries
> each reserve the right to monitor all e-mail communications through its
> networks.
> Any views expressed in this message are those of the individual sender,
> except where the message states otherwise and the sender is authorized
> to state them to be the views of any such entity.
> ________________________________________________________________________
> This e-mail has been scanned for all known viruses.
-- 
joseph_sacco [at] comcast [dot] net

--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list


Gmane