Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1745

Re: upgrading from gnuplot 4.4 patch level 3 to gnuplot 4.6

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: upgrading from gnuplot 4.4 patch level 3 to gnuplot 4.6
Followup-To comp.graphics.apps.gnuplot
Date 2013-04-05 08:28 -0700
Organization gnuplot development team
Message-ID <kjmqf7$543$1@dont-email.me> (permalink)
References <f467e91c-4456-411f-9261-6b51969301b1@w13g2000vbc.googlegroups.com> <a1fftfFnn4U2@mid.dfncis.de> <fcfa212e-1c3e-4f0c-ae6d-bbb3e0082246@googlegroups.com>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


Herberth wrote:

> Hi,
> 
> I am facing the same situation as Rayd but with the version 4.6.2.
> I want to upgrade from 4.4.3 to 4.6.2. Btw, I have not unistalled the
> version 4.4.3 yet.
> 
> I downloaded the 4.6.2 from the gnuplot oficial web-page and I
> installed all missing packets, because I was not able to find a proper
> repository for that. My machine is a pear linux 6 (basically an ubuntu
> 12.04 precise with other windows manager). At this point I do not have
> troubles while running my ./configure. However, I face some errors
> while running "make". A short summary of the errors is the following
> output << In file included from wxterminal/wxt_gui.cpp:96:0:
> wxterminal/wxt_gui.h:161:3: error: #error "wxt does not know if this
> platform has to be mono- or multi-threaded" In file included from
> wxterminal/wxt_gui.h:81:0,
>                  from wxterminal/wxt_gui.cpp:96:

That seems to indicate a missing header or initialization script 
belonging to the wxWidgets support packages (libwxgtk2.8 wxgtk2.8).
But I do not know exactly what file or package that would be on your distro.
My guess is that it would work to supply the missing symbol __WXTGTK__ 
before configuring.  But it is possible that this would only reveal 
additional missing pieces.

bash:
   CXXFLAGS="-D__WXTGTK__" ./configure
tcsh:
   setenv CXXFLAGS "-D__WXTGTK__"
   ./configure



> 
> In file included from /usr/include/wx-2.8/wx/dcbuffer.h:15:0,
>                  from wxterminal/wxt_gui.h:88,
>                  from wxterminal/wxt_gui.cpp:96:
> In file included from wxterminal/wxt_gui.cpp:96:0:
> wxterminal/wxt_gui.h: At global scope:
> wxterminal/wxt_gui.h:513:17: error: aggregate ‘wxCursor
> wxt_cursor_size’ has incomplete type and cannot be defined
> wxterminal/wxt_gui.cpp:153:2: error: invalid use of non-static member
> function ‘void wxtApp::OnCreateWindow(int&)’ <<
> 
> Can anyone tell me whether a repository for upgrading from 443 to 462
> exists? or if there is none, how can I get rid off the make errors?
> 
> Thanks in advance.

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: upgrading from gnuplot 4.4 patch level 3 to gnuplot 4.6 Herberth <he.argumanez@gmail.com> - 2013-04-05 01:01 -0700
  Re: upgrading from gnuplot 4.4 patch level 3 to gnuplot 4.6 sfeam <sfeam@users.sourceforge.net> - 2013-04-05 08:28 -0700
  Re: upgrading from gnuplot 4.4 patch level 3 to gnuplot 4.6 Dr Engelbert Buxbaum <engelbert_buxbaum@hotmail.com> - 2013-04-08 13:29 -0400

csiph-web