Building trunk on FreeBSD

View: New views
15 Messages — Rating Filter:   Alert me  

Building trunk on FreeBSD

by Pau Rul·lan Ferragut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

        hi!

I wanted to give a shot to trunk so I checkout it and try to build it on
FreeBSD (release 6.0, amd64 if this matters). In the beginning I had to do
some soft links in order to have the correct program names (for example, I
had automake19, not automake), but then I could install correctly the
xfce4-dev-tools. Great to here.

No step further: with the libxfce4utils I was given this error:

paurullan@waterdeep:~/experiment/xfce/trunk/libxfce4util$ sh autogen.sh
Preparing package directory /home/paurullan/experiment/xfce/trunk/libxfce4util...
Running libtoolize --force --copy...
You should update your `aclocal.m4' by running aclocal.
Running gtkdocize --copy...
Running aclocal   -I /usr/local/share/xfce4/dev-tools/m4macros -I /usr/local/share/xfce4/dev-tools/m4macros...
/usr/X11R6/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/X11R6/share/aclocal/libxosd.m4:9: warning: underquoted definition of AM_PATH_LIBXOSD
/usr/X11R6/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
/usr/X11R6/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/X11R6/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/X11R6/share/aclocal/gtkgl.m4:4: warning: underquoted definition of AM_PATH_GTKGL
/usr/X11R6/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/X11R6/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF
/usr/X11R6/share/aclocal/gconf-1.m4:4: warning: underquoted definition of AM_PATH_GCONF
/usr/X11R6/share/aclocal/gconf-1.m4:71: warning: underquoted definition of AM_GCONF_SOURCE
configure.in:141: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd
configure.in:141: AC_PROG_LD is required by...
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:132: BM_DEBUG_SUPPORT is expanded from...
configure.in:141: the top level
Running autoheader...
configure.in:141: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd
configure.in:141: AC_PROG_LD is required by...
aclocal.m4:1439: BM_DEBUG_SUPPORT is expanded from...
configure.in:141: the top level
Running automake --add-missing --copy --gnu...
configure.in:141: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd
configure.in:141: AC_PROG_LD is required by...
aclocal.m4:1439: BM_DEBUG_SUPPORT is expanded from...
configure.in:141: the top level
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
docs/Makefile.am:51:   `gtk-doc.make' included from here
gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/Makefile.am:51:   `gtk-doc.make' included from here
gtk-doc.make:134: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/Makefile.am:51:   `gtk-doc.make' included from here
libxfce4util/Makefile.am:14: Libtool library used but `LIBTOOL' is undefined
libxfce4util/Makefile.am:14:
libxfce4util/Makefile.am:14: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libxfce4util/Makefile.am:14: to `configure.in' and run `aclocal' and `autoconf' again.

(I am sorry to post all the stdout, I did not know if that matter)


Any hint to solve that would be useful. Thank you in advance,
paurullan

--

Comparteixo, ergo existeixo.


_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Pau Rul·lan Ferragut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Dec 20, 2005 at 08:49:22PM +0100, Pau Rul·lan Ferragut wrote:

> I wanted to give a shot to trunk so I checkout it and try to build it on
> FreeBSD (release 6.0, amd64 if this matters). In the beginning I had to do
> some soft links in order to have the correct program names (for example, I
> had automake19, not automake), but then I could install correctly the
> xfce4-dev-tools. Great to here.
>
> No step further: with the libxfce4utils I was given this error:
>
> paurullan@waterdeep:~/experiment/xfce/trunk/libxfce4util$ sh autogen.sh


> libxfce4util/Makefile.am:14: Libtool library used but `LIBTOOL' is undefined
> libxfce4util/Makefile.am:14:
> libxfce4util/Makefile.am:14: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> libxfce4util/Makefile.am:14: to `configure.in' and run `aclocal' and `autoconf' again.


some more info I forgot:
paurullan@waterdeep$ autoconf
configure.in:87: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use
      m4_pattern_allow.
      See the Autoconf documentation.

Apart from this, no news.

has anyone a hint?


--

Comparteixo, ergo existeixo.


_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Pau Rul·lan Ferragut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Dec 20, 2005 at 10:31:47PM +0100, Pau Rul·lan Ferragut wrote:
> On Tue, Dec 20, 2005 at 08:49:22PM +0100, Pau Rul·lan Ferragut wrote:

> > I wanted to give a shot to trunk so I checkout it and try to build it on
> > FreeBSD (release 6.0, amd64 if this matters). In the beginning I had to do
> > some soft links in order to have the correct program names (for example, I
> > had automake19, not automake), but then I could install correctly the
> > xfce4-dev-tools. Great to here.
 
> > No step further: with the libxfce4utils I was given this error:

> some more info I forgot:
> paurullan@waterdeep$ autoconf
> configure.in:87: error: possibly undefined macro: AC_PROG_LIBTOOL
>       If this token and others are legitimate, please use
>       m4_pattern_allow.

this was solved using devel/gnu-autoconf, not BSD's one.

right now another error has appeared:

paurullan@waterdeep$ automake
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
docs/Makefile.am:51:   `gtk-doc.make' included from here
gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/Makefile.am:51:   `gtk-doc.make' included from here
gtk-doc.make:134: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/Makefile.am:51:   `gtk-doc.make' included from here

has anybody a hint?

cheers!
paurullan

--

Comparteixo, ergo existeixo.


_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Jasper Huijsmans :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pau Rul·lan Ferragut schreef:

> On Tue, Dec 20, 2005 at 10:31:47PM +0100, Pau Rul·lan Ferragut wrote:
>> On Tue, Dec 20, 2005 at 08:49:22PM +0100, Pau Rul·lan Ferragut wrote:
>
>>> I wanted to give a shot to trunk so I checkout it and try to build it on
>>> FreeBSD (release 6.0, amd64 if this matters). In the beginning I had to do
>>> some soft links in order to have the correct program names (for example, I
>>> had automake19, not automake), but then I could install correctly the
>>> xfce4-dev-tools. Great to here.
>  
>>> No step further: with the libxfce4utils I was given this error:
>
>> some more info I forgot:
>> paurullan@waterdeep$ autoconf
>> configure.in:87: error: possibly undefined macro: AC_PROG_LIBTOOL
>>       If this token and others are legitimate, please use
>>       m4_pattern_allow.
>
> this was solved using devel/gnu-autoconf, not BSD's one.
>
> right now another error has appeared:
>
> paurullan@waterdeep$ automake
> gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
> docs/Makefile.am:51:   `gtk-doc.make' included from here
> gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> docs/Makefile.am:51:   `gtk-doc.make' included from here
> gtk-doc.make:134: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> docs/Makefile.am:51:   `gtk-doc.make' included from here
>
> has anybody a hint?
>

Did you try with --disable-gtk-doc ? Not sure, but there seems to be a
problem with gtk-doc macros.

        Jasper
_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Pau Rul·lan Ferragut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Dec 20, 2005 at 10:57:30PM +0100, Jasper Huijsmans wrote:
> Pau Rul·lan Ferragut schreef:

> > right now another error has appeared:
> >
> > paurullan@waterdeep$ automake
> > gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
> > docs/Makefile.am:51:   `gtk-doc.make' included from here
> > gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> > docs/Makefile.am:51:   `gtk-doc.make' included from here
> > gtk-doc.make:134: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> > docs/Makefile.am:51:   `gtk-doc.make' included from here
> >
> > has anybody a hint?
> >
>
> Did you try with --disable-gtk-doc ? Not sure, but there seems to be a
> problem with gtk-doc macros.

Perhaps I am not doing well:
paurullan@waterdeep$ ./configure  --disable-gtk-doc
(...)
checking for unsetenv... yes
./configure: line 21341: syntax error near unexpected token `gobject-2.0,'
./configure: line 21341: `XDT_CHECK_PACKAGE( gobject-2.0, 2.2.0)'

And ends.
The lines are:

XDT_CHECK_PACKAGE(GOBJECT, gobject-2.0, 2.2.0)

GTK_DOC_CHECK(1.0)

:?



--

Comparteixo, ergo existeixo.


_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Brian J. Tarricone :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12/20/2005 2:36 PM, Pau Rul·lan Ferragut wrote:

> On Tue, Dec 20, 2005 at 10:57:30PM +0100, Jasper Huijsmans wrote:
>
>>Pau Rul·lan Ferragut schreef:
>
>
>>>right now another error has appeared:
>>>
>>>paurullan@waterdeep$ automake
>>>gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
>>>docs/Makefile.am:51:   `gtk-doc.make' included from here
>>>gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
>>>docs/Makefile.am:51:   `gtk-doc.make' included from here
>>>gtk-doc.make:134: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
>>>docs/Makefile.am:51:   `gtk-doc.make' included from here
>>>
>>>has anybody a hint?
>>>
>>
>>Did you try with --disable-gtk-doc ? Not sure, but there seems to be a
>>problem with gtk-doc macros.
>
>
> Perhaps I am not doing well:
> paurullan@waterdeep$ ./configure  --disable-gtk-doc
> (...)
> checking for unsetenv... yes
> ./configure: line 21341: syntax error near unexpected token `gobject-2.0,'
> ./configure: line 21341: `XDT_CHECK_PACKAGE( gobject-2.0, 2.2.0)'
>
> And ends.
> The lines are:
>
> XDT_CHECK_PACKAGE(GOBJECT, gobject-2.0, 2.2.0)

Looks like you're missing xfce4-dev-tools.

> GTK_DOC_CHECK(1.0)

IIRC, you need to have gtk-doc installed to build SVN, regardless of
whether or not you want to generate the API documentation or not.  It's
an unfortunate limitation, but one we have to live with right now.

        -brian

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFDqIzZ6XyW6VEeAnsRAprWAKDra2WdE58GMx+hNEfWYyz4MDtuEACfVtqy
ckRAPxBwhtKPYp0MeCgcVMs=
=9a5L
-----END PGP SIGNATURE-----
_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Benedikt Meurer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Brian J. Tarricone wrote:
>>>GTK_DOC_CHECK(1.0)
>
> IIRC, you need to have gtk-doc installed to build SVN, regardless of
> whether or not you want to generate the API documentation or not.  It's
> an unfortunate limitation, but one we have to live with right now.

You don't really need gtk-doc, but you'll need gtk-doc.m4 available to
aclocal. The easiest way to do this with xfce4-dev-tools is:

mkdirhier ~/.local/share/xfce4/dev-tools/m4macros
cp gtk-doc.m4 ~/.local/share/xfce4/dev-tools/m4macros

Other candidates would be glib-gettext.m4, intltool.m4 and pkg.m4.

> -brian

Benedikt
_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Pau Rul·lan Ferragut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Dec 20, 2005 at 02:59:37PM -0800, Brian J. Tarricone wrote:
> On 12/20/2005 2:36 PM, Pau Rul·lan Ferragut wrote:
> > On Tue, Dec 20, 2005 at 10:57:30PM +0100, Jasper Huijsmans wrote:
> >>Pau Rul·lan Ferragut schreef:

> >>>right now another error has appeared:
> >>>
> >>>paurullan@waterdeep$ automake
> >>>gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
> >>>docs/Makefile.am:51:   `gtk-doc.make' included from here
> >>>gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> >>>docs/Makefile.am:51:   `gtk-doc.make' included from here
> >>>gtk-doc.make:134: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> >>>docs/Makefile.am:51:   `gtk-doc.make' included from here

> >>Did you try with --disable-gtk-doc ? Not sure, but there seems to be a
> >>problem with gtk-doc macros.
> >
> >
> > Perhaps I am not doing well:
> > paurullan@waterdeep$ ./configure  --disable-gtk-doc
> > (...)
> > checking for unsetenv... yes
> > ./configure: line 21341: syntax error near unexpected token `gobject-2.0,'
> > ./configure: line 21341: `XDT_CHECK_PACKAGE( gobject-2.0, 2.2.0)'
> >
> > And ends.
> > The lines are:
> >
> > XDT_CHECK_PACKAGE(GOBJECT, gobject-2.0, 2.2.0)
>
> Looks like you're missing xfce4-dev-tools.

the /trunk/xfce4-dev-tools ?
I have  ./autogen.sh  && make && sudo make install without errors, so I
supose I have them.

> > GTK_DOC_CHECK(1.0)
>
> IIRC, you need to have gtk-doc installed to build SVN, regardless of
> whether or not you want to generate the API documentation or not.  It's
> an unfortunate limitation, but one we have to live with right now.

I have installed the textproc/gtk-doc too :( (gtk-doc-1.4, btw)

--

Comparteixo, ergo existeixo.


_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Pau Rul·lan Ferragut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Dec 21, 2005 at 12:05:28AM +0100, Benedikt Meurer wrote:

> Brian J. Tarricone wrote:
> >>>GTK_DOC_CHECK(1.0)
> >
> > IIRC, you need to have gtk-doc installed to build SVN, regardless of
> > whether or not you want to generate the API documentation or not.  It's
> > an unfortunate limitation, but one we have to live with right now.
>
> You don't really need gtk-doc, but you'll need gtk-doc.m4 available to
> aclocal. The easiest way to do this with xfce4-dev-tools is:
>
> mkdirhier ~/.local/share/xfce4/dev-tools/m4macros
> cp gtk-doc.m4 ~/.local/share/xfce4/dev-tools/m4macros
>
> Other candidates would be glib-gettext.m4, intltool.m4 and pkg.m4.

yes, this helped a little. I copied too the /usr/local/share/aclocal/*
into there. Now I can build some of them.

Even that, the problem now comes with path:

./configure
(...)
*** The required package libxfce4util-1.0 was not found on your system.
*** Please install libxfce4util-1.0 (atleast version 4.3.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.

the ./autogen && make && sudo make install with trunk/libxfce4util went OK

what I am doing wrong now?

--

Comparteixo, ergo existeixo.


_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Erik Harrison :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 12/20/05, Pau Rul·lan Ferragut <pau@...> wrote:

> On Wed, Dec 21, 2005 at 12:05:28AM +0100, Benedikt Meurer wrote:
> > Brian J. Tarricone wrote:
> > >>>GTK_DOC_CHECK(1.0)
> > >
> > > IIRC, you need to have gtk-doc installed to build SVN, regardless of
> > > whether or not you want to generate the API documentation or not.  It's
> > > an unfortunate limitation, but one we have to live with right now.
> >
> > You don't really need gtk-doc, but you'll need gtk-doc.m4 available to
> > aclocal. The easiest way to do this with xfce4-dev-tools is:
> >
> > mkdirhier ~/.local/share/xfce4/dev-tools/m4macros
> > cp gtk-doc.m4 ~/.local/share/xfce4/dev-tools/m4macros
> >
> > Other candidates would be glib-gettext.m4, intltool.m4 and pkg.m4.
>
> yes, this helped a little. I copied too the /usr/local/share/aclocal/*
> into there. Now I can build some of them.
>
> Even that, the problem now comes with path:
>
> ./configure
> (...)
> *** The required package libxfce4util-1.0 was not found on your system.
> *** Please install libxfce4util-1.0 (atleast version 4.3.0) or adjust
> *** the PKG_CONFIG_PATH environment variable if you
> *** installed the package in a nonstandard prefix so that
> *** pkg-config is able to find it.
>
> the ./autogen && make && sudo make install with trunk/libxfce4util went OK
>
> what I am doing wrong now?

try running this

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:$PKG_CONFIG_PATH

before building. Adjust as necessary if you are installing to an odd location


>
> --
>
> Comparteixo, ergo existeixo.
>
>
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev@...
> http://foo-projects.org/mailman/listinfo/xfce4-dev
>


--
Erik

"If Beethoven had been killed in a plane crash at the age of 22, it
would have changed the history of music... and of aviation."
_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Pau Rul·lan Ferragut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Dec 21, 2005 at 12:55:53AM -0500, Erik Harrison wrote:
> On 12/20/05, Pau Rul·lan Ferragut <pau@...> wrote:
> > On Wed, Dec 21, 2005 at 12:05:28AM +0100, Benedikt Meurer wrote:
> > > Brian J. Tarricone wrote:

> > *** Please install libxfce4util-1.0 (atleast version 4.3.0) or adjust
> > *** the PKG_CONFIG_PATH environment variable if you
> > *** installed the package in a nonstandard prefix so that
> > *** pkg-config is able to find it.

> try running this
>
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:$PKG_CONFIG_PATH

Yes, thank you. This morning I remembered the web page said that and it
worked.

Buuuut, when I am making xfce-mcs-manager it shouts:
paurullan@waterdeep:~/experiment/xfce/trunk/xfce-mcs-manager$ make
make  all-recursive
Making all in doc
Making all in C
Making all in images
Making all in fr
Making all in images
Making all in it
Making all in images
Making all in po
Making all in xfce-setting-show
make: don't know how to make xfce-settings-manager.desktop. Stop
*** Error code 1

Stop in /home/paurullan/experiment/xfce/trunk/xfce-mcs-manager.
*** Error code 1

Stop in /home/paurullan/experiment/xfce/trunk/xfce-mcs-manager.


any hint?
thank you for the help!

--

Comparteixo, ergo existeixo.


_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Benedikt Meurer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pau Rul·lan Ferragut wrote:

> Buuuut, when I am making xfce-mcs-manager it shouts:
> paurullan@waterdeep:~/experiment/xfce/trunk/xfce-mcs-manager$ make
> make  all-recursive
> Making all in doc
> Making all in C
> Making all in images
> Making all in fr
> Making all in images
> Making all in it
> Making all in images
> Making all in po
> Making all in xfce-setting-show
> make: don't know how to make xfce-settings-manager.desktop. Stop
> *** Error code 1

Use gmake (devel/gmake) rather than system make (the intltool rule
substitution requires GNU make).

> thank you for the help!

Benedikt
_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Pau Rul·lan Ferragut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Dec 21, 2005 at 01:09:00PM +0100, Benedikt Meurer wrote:

> Pau Rul·lan Ferragut wrote:
> > Buuuut, when I am making xfce-mcs-manager it shouts:
> > paurullan@waterdeep:~/experiment/xfce/trunk/xfce-mcs-manager$ make
> > (...)
> > Making all in xfce-setting-show
> > make: don't know how to make xfce-settings-manager.desktop. Stop
> > *** Error code 1
>
> Use gmake (devel/gmake) rather than system make (the intltool rule
> substitution requires GNU make).

yes! lots of thank you.

So far, where should it be a good place to post the correct procedure to
make this, so other *BSD users had not to ask into the list?

--

Comparteixo, ergo existeixo.


_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Martin Wilke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 21 Dec 2005 23:15:19 +0100
Pau Rul·lan Ferragut <pau@...> wrote:

> On Wed, Dec 21, 2005 at 01:09:00PM +0100, Benedikt Meurer wrote:
> > Pau Rul·lan Ferragut wrote:
> > > Buuuut, when I am making xfce-mcs-manager it shouts:
> > > paurullan@waterdeep:~/experiment/xfce/trunk/xfce-mcs-manager$ make
> > > (...)
> > > Making all in xfce-setting-show
> > > make: don't know how to make xfce-settings-manager.desktop. Stop
> > > *** Error code 1
> >
> > Use gmake (devel/gmake) rather than system make (the intltool rule
> > substitution requires GNU make).
>
> yes! lots of thank you.
>
> So far, where should it be a good place to post the correct procedure
> to make this, so other *BSD users had not to ask into the list?
>


Yes. Freebsd-Current. I am work on xfce4-snapshots ports.

Chreer

Martin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFDqddFFRZ/kBT4vp8RAoLkAKCV3/tvGR6rjrRNV5zkQOZj7rFnPgCeIk3V
s0jv59thSZl9bgmv6RS8Lb8=
=Xcpc
-----END PGP SIGNATURE-----
_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev

Re: Building trunk on FreeBSD

by Benedikt Meurer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pau Rul·lan Ferragut wrote:
> yes! lots of thank you.
>
> So far, where should it be a good place to post the correct procedure to
> make this, so other *BSD users had not to ask into the list?

The average user will just install Xfce from the ports. You could add a
page to the wiki if you want, though.

Benedikt
_______________________________________________
Xfce4-dev mailing list
Xfce4-dev@...
http://foo-projects.org/mailman/listinfo/xfce4-dev