pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pspp-dev Digest, Vol 161, Issue 12


From: Elias Estatistics
Subject: Re: pspp-dev Digest, Vol 161, Issue 12
Date: Sat, 10 Jun 2017 11:07:52 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0


Hello Dear Devs,

I am trying to install the dev edition of Pspp for testing reasons.

However. I get that warning (a lot!) when compiling with

make -f Smake (bootstrapping). 

"(gimp:523): GEGL-gegl-operation.c-WARNING **: Cannot change name of operation class 0x1F50E60 from "gimp:point-layer-mode" to "gimp:softlight-mode""
Is that something to afraid of?

sincerely,

Elias "Estatisticseu" Tsolis


On 28/05/2017 07:00 μμ, address@hidden wrote:
Send pspp-dev mailing list submissions to
	address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.gnu.org/mailman/listinfo/pspp-dev
or, via email, send a message with subject or body 'help' to
	address@hidden

You can reach the person managing the list at
	address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of pspp-dev digest..."


Today's Topics:

   1. Re: Sheet branch -- call for testing. (John Darrington)


----------------------------------------------------------------------

Message: 1
Date: Sun, 28 May 2017 07:25:42 +0200
From: John Darrington <address@hidden>
To: Ben Pfaff <address@hidden>
Cc: John Darrington <address@hidden>, address@hidden
Subject: Re: Sheet branch -- call for testing.
Message-ID: <address@hidden>
Content-Type: text/plain; charset="us-ascii"

On Sat, May 27, 2017 at 03:16:40PM -0700, Ben Pfaff wrote:
     It's a dependency problem.  Automake doesn't know that the library needs
     to be built first, so with "make -j10" (my usual "make" command), the
     build can happen out of order.
     
     To see this, run "make clean; make demo/demo".
     
     Here's a fix:
     
     diff -up /home/blp/pspp/spread-sheet-widget-0.0/Makefile.am\~ /home/blp/pspp/spread-sheet-widget-0.0/Makefile.am
     --- /home/blp/pspp/spread-sheet-widget-0.0/Makefile.am~	2017-05-24 23:37:00.000000000 -0700
     +++ /home/blp/pspp/spread-sheet-widget-0.0/Makefile.am	2017-05-27 15:14:22.808649450 -0700
     @@ -33,7 +33,7 @@ include_HEADERS = config.h \
      	src/ssw-cell.h
      
      bin_PROGRAMS = demo/demo
     -demo_demo_LDADD = $(GTK3_LIBS) $(GLIB2_LIBS) -lm -lspread-sheet-widget
     +demo_demo_LDADD = $(GTK3_LIBS) $(GLIB2_LIBS) -lm libspread-sheet-widget.la
      demo_demo_SOURCES = demo/main.c
      
      BUILT_SOURCES = \
     
     Diff finished.  Sat May 27 15:14:46 2017
     
Thanks.  I applied this fix.

J'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]