What means "Mean Average" inside aggregated menu (selections)?
Can you explain me in order to translate it properly?
I can find any relevant reference about that math phrase
sincerely,
Elias "Estatistics.EU" Tsolis
On 28/05/2017 07:00 μμ, [email protected] wrote:
Send pspp-dev mailing list submissions to
[email protected]
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
[email protected]
You can reach the person managing the list at
[email protected]
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 <[email protected]>
To: Ben Pfaff <[email protected]>
Cc: John Darrington <[email protected]>, [email protected]
Subject: Re: Sheet branch -- call for testing.
Message-ID: <[email protected]>
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'
_______________________________________________
pspp-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/pspp-dev