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


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

Re: CVS Compilation failed

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: CVS Compilation failed
Followup-To comp.graphics.apps.gnuplot
Date 2012-08-13 08:28 -0700
Organization gnuplot development team
Message-ID <k0b6ef$k6n$1@dont-email.me> (permalink)
References <5028e5a2$0$6822$5fc30a8@news.tiscali.it>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


Flapane (Fastfla) wrote:

> CVS compilation keeps failing since a couple of months on latest
> Ubuntu 32bit (./configure --with-readline=gnu):
> 
> version.c:44:1: error: expected identifier or ‘(’ before ‘<<’ token
> version.c:46:1: error: expected identifier or ‘(’ before ‘==’ token
> version.c:48:1: error: expected identifier or ‘(’ before ‘>>’ token

That error is a symptom of merging from CVS on top of a file that
was previously modified locally.  If you look inside the file it will
be obvious what happened.  The "cvs update" command prints out a 
warning message when this happens, but it's easy to miss the messages
when it flashes past on the screen.

Anyhow, the simple fix is
	rm src/version.c
	cvs update src/version.c

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


Thread

CVS Compilation failed "Flapane (Fastfla)" <hub@fastfla.zzn.com> - 2012-08-13 13:30 +0200
  Re: CVS Compilation failed sfeam <sfeam@users.sourceforge.net> - 2012-08-13 08:28 -0700
    Re: CVS Compilation failed "Flapane (Fastfla)" <hub@fastfla.zzn.com> - 2012-08-13 18:14 +0200

csiph-web