You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(1) |
Feb
(2) |
Mar
(2) |
Apr
(22) |
May
(14) |
Jun
(18) |
Jul
(19) |
Aug
(7) |
Sep
(4) |
Oct
(6) |
Nov
(12) |
Dec
(14) |
2005 |
Jan
(15) |
Feb
(11) |
Mar
(11) |
Apr
(9) |
May
(119) |
Jun
(25) |
Jul
(16) |
Aug
(19) |
Sep
(26) |
Oct
(14) |
Nov
(7) |
Dec
(45) |
2006 |
Jan
(22) |
Feb
(7) |
Mar
(11) |
Apr
(11) |
May
(12) |
Jun
(19) |
Jul
(12) |
Aug
(5) |
Sep
(21) |
Oct
(33) |
Nov
(42) |
Dec
(34) |
2007 |
Jan
(26) |
Feb
(27) |
Mar
(54) |
Apr
(37) |
May
(68) |
Jun
(81) |
Jul
(55) |
Aug
(86) |
Sep
(60) |
Oct
(33) |
Nov
(33) |
Dec
(47) |
2008 |
Jan
(37) |
Feb
(37) |
Mar
(52) |
Apr
(63) |
May
(98) |
Jun
(70) |
Jul
(61) |
Aug
(38) |
Sep
(64) |
Oct
(55) |
Nov
(48) |
Dec
(111) |
2009 |
Jan
(68) |
Feb
(83) |
Mar
(102) |
Apr
(140) |
May
(156) |
Jun
(65) |
Jul
(75) |
Aug
(26) |
Sep
(28) |
Oct
(31) |
Nov
(38) |
Dec
(78) |
2010 |
Jan
(53) |
Feb
(33) |
Mar
(87) |
Apr
(94) |
May
(77) |
Jun
(84) |
Jul
(66) |
Aug
(74) |
Sep
(53) |
Oct
(40) |
Nov
(38) |
Dec
(31) |
2011 |
Jan
(19) |
Feb
(17) |
Mar
(43) |
Apr
(53) |
May
(42) |
Jun
(35) |
Jul
(19) |
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
2012 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2017 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
(1) |
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
2024 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
(1) |
16
(2) |
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
From: Alan F. <al...@co...> - 2014-10-16 12:18:55
|
On 10/16/2014 3:32 AM, Hans-Bernhard Bröker wrote: > Am 16.10.2014 um 01:20 schrieb Alan Feuerbacher: >> However, without the --disable-wxwidgets switch make fails with: >> >> ####### >> In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:32:0, >> from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31, >> from /usr/include/gtk-2.0/gdk/gdk.h:32, >> from wxterminal/wxt_gui.h:183, >> from wxterminal/wxt_gui.cpp:96: >> /usr/include/gtk-2.0/gdk/gdktypes.h:114:39: error: conflicting >> declaration ‘typedef struct _GdkDrawable GdkWindow’ >> typedef struct _GdkDrawable GdkWindow; >> ^ >> In file included from /usr/include/wx-3.0/wx/wxprec.h:12:0, >> from wxterminal/wxt_gui.h:75, >> from wxterminal/wxt_gui.cpp:96: >> /usr/include/wx-3.0/wx/defs.h:3412:31: note: previous declaration as >> ‘typedef struct _GdkWindow GdkWindow’ >> typedef struct _GdkWindow GdkWindow; >> ^ > > That's a conflict between two libraries' header files about the > definition of a type. Which means those two libraries are incompatible > with each other: that version of gtk cannot be combined with that > version of wx. I see. How can I know which versions are compatible with each other? I read the installation documentation that's part of the tar files for each, and saw nothing about prerequisites or dependencies. Alan |
From: Hans-Bernhard B. <HBB...@t-...> - 2014-10-16 07:32:37
|
Am 16.10.2014 um 01:20 schrieb Alan Feuerbacher: > However, without the --disable-wxwidgets switch make fails with: > > ####### > In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:32:0, > from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31, > from /usr/include/gtk-2.0/gdk/gdk.h:32, > from wxterminal/wxt_gui.h:183, > from wxterminal/wxt_gui.cpp:96: > /usr/include/gtk-2.0/gdk/gdktypes.h:114:39: error: conflicting > declaration ‘typedef struct _GdkDrawable GdkWindow’ > typedef struct _GdkDrawable GdkWindow; > ^ > In file included from /usr/include/wx-3.0/wx/wxprec.h:12:0, > from wxterminal/wxt_gui.h:75, > from wxterminal/wxt_gui.cpp:96: > /usr/include/wx-3.0/wx/defs.h:3412:31: note: previous declaration as > ‘typedef struct _GdkWindow GdkWindow’ > typedef struct _GdkWindow GdkWindow; > ^ That's a conflict between two libraries' header files about the definition of a type. Which means those two libraries are incompatible with each other: that version of gtk cannot be combined with that version of wx. |
From: Alan F. <al...@co...> - 2014-10-15 23:23:01
|
Hopefully this list is appropriate for this issue. Apologies if not. I recently installed wxidgets-3.0.1 and gnuplot-5.1 to my LinuxFromScratch system. No apparent issues installing wxwidgets. For installing gnuplot I followed instructions from: http://www.gnuplot.info/ http://sourceforge.net/projects/gnuplot/files/gnuplot/ http://www.gnuplot.info/development/index.html I did the following to get and compile the source code: export CVSROOT=:pserver:ano...@gn...:/cvsroot/gnuplot cvs login cvs -z3 checkout gnuplot ln -sfv qt5.conf /etc/xdg/qtchooser/default.conf export QT_SELECT=qt5 ln -sfv /opt/qt5/lib/qt5/bin /opt/qt5/bin ./prepare ./configure --prefix=/usr --with-tutorial --disable-wxwidgets make This compiled successfully and executed the demo programs without issues. However, without the --disable-wxwidgets switch make fails with: ####### In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:32:0, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-2.0/gdk/gdk.h:32, from wxterminal/wxt_gui.h:183, from wxterminal/wxt_gui.cpp:96: /usr/include/gtk-2.0/gdk/gdktypes.h:114:39: error: conflicting declaration ‘typedef struct _GdkDrawable GdkWindow’ typedef struct _GdkDrawable GdkWindow; ^ In file included from /usr/include/wx-3.0/wx/wxprec.h:12:0, from wxterminal/wxt_gui.h:75, from wxterminal/wxt_gui.cpp:96: /usr/include/wx-3.0/wx/defs.h:3412:31: note: previous declaration as ‘typedef struct _GdkWindow GdkWindow’ typedef struct _GdkWindow GdkWindow; ^ Makefile:877: recipe for target 'wxterminal/wxt_gui.o' failed make[3]: *** [wxterminal/wxt_gui.o] Error 1 make[3]: Leaving directory '/sources/gnuplot-4.6.5/src' Makefile:936: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/sources/gnuplot-4.6.5/src' Makefile:395: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/sources/gnuplot-4.6.5' Makefile:331: recipe for target 'all' failed make: *** [all] Error 2 ######### I have no clue what to do about the above. Is there a bug in the compilation software for wxwidgets or gnuplot? I've not found anything on Google. Thanks, Alan |