public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* CVS compilation problem
@ 2006-09-24  6:46 Giulio Bottazzi
  2006-09-24 10:01 ` Brian Gough
  0 siblings, 1 reply; 4+ messages in thread
From: Giulio Bottazzi @ 2006-09-24  6:46 UTC (permalink / raw)
  To: gsl-discuss

[-- Attachment #1: Type: text/plain, Size: 1523 bytes --]

Hi

#cvs update
#./autogen.sh
#./configure --enable-maintainer-mode
#make

gives

mathieu_angfunc.c: In function 'gsl_sf_mathieu_ce':
mathieu_angfunc.c:32: error: expected expression before '<<' token
mathieu_angfunc.c:34: error: expected expression before '==' token
mathieu_angfunc.c:37: error: expected expression before '>>' token
mathieu_angfunc.c:48: error: 'norm' undeclared (first use in this function)
mathieu_angfunc.c:48: error: (Each undeclared identifier is reported only once
mathieu_angfunc.c:48: error: for each function it appears in.)
mathieu_angfunc.c:52: error: 'fn' undeclared (first use in this function)
mathieu_angfunc.c:56: error: 'factor' undeclared (first use in this function)
mathieu_angfunc.c:76: error: 'coeff' undeclared (first use in this function)
mathieu_angfunc.c: In function 'gsl_sf_mathieu_se':
mathieu_angfunc.c:118: error: expected expression before '<<' token
mathieu_angfunc.c:120: error: expected expression before '==' token
mathieu_angfunc.c:123: error: expected expression before '>>' token
mathieu_angfunc.c:141: error: 'norm' undeclared (first use in this function)
mathieu_angfunc.c:142: error: 'fn' undeclared (first use in this function)
mathieu_angfunc.c:146: error: 'factor' undeclared (first use in this function)
mathieu_angfunc.c:166: error: 'coeff' undeclared (first use in this function)


Best,
	Giulio.


-- 
Giulio Bottazzi                       PGP Key ID:BAB0A33F 
giulio.bottazzi@libero.it   http://www.sssup.it/~bottazzi

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CVS compilation problem
  2006-09-24  6:46 CVS compilation problem Giulio Bottazzi
@ 2006-09-24 10:01 ` Brian Gough
  2006-09-24 12:32   ` Lowell Johnson
  2006-09-25  7:26   ` Giulio Bottazzi
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Gough @ 2006-09-24 10:01 UTC (permalink / raw)
  To: Giulio Bottazzi; +Cc: gsl-discuss

> mathieu_angfunc.c: In function 'gsl_sf_mathieu_ce':
> mathieu_angfunc.c:32: error: expected expression before '<<' token
> mathieu_angfunc.c:34: error: expected expression before '==' token
> mathieu_angfunc.c:37: error: expected expression before '>>' token

Hello, the file in the repository looks ok(*).. have you tried moving 
the file out of the way and cvs updating it again to get a clean copy.

(*) 
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gsl/specfunc/mathieu_angfunc.c?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gsl

-- 
Brian Gough

Network Theory Ltd,
Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CVS compilation problem
  2006-09-24 10:01 ` Brian Gough
@ 2006-09-24 12:32   ` Lowell Johnson
  2006-09-25  7:26   ` Giulio Bottazzi
  1 sibling, 0 replies; 4+ messages in thread
From: Lowell Johnson @ 2006-09-24 12:32 UTC (permalink / raw)
  To: Giulio Bottazzi; +Cc: gsl-discuss

On Sunday 24 September 2006 05:00 am, Brian Gough wrote:
> > mathieu_angfunc.c: In function 'gsl_sf_mathieu_ce':
> > mathieu_angfunc.c:32: error: expected expression before '<<' token
> > mathieu_angfunc.c:34: error: expected expression before '==' token
> > mathieu_angfunc.c:37: error: expected expression before '>>' token
>
> Hello, the file in the repository looks ok(*).. have you tried moving
> the file out of the way and cvs updating it again to get a clean
> copy.

That looks like an error caused by CVS conflict tags.  So I expect that, 
as Brian suggests, getting a clean copy will correct it.

Regards,

    Lowell
-- 
Lowell Johnson

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CVS compilation problem
  2006-09-24 10:01 ` Brian Gough
  2006-09-24 12:32   ` Lowell Johnson
@ 2006-09-25  7:26   ` Giulio Bottazzi
  1 sibling, 0 replies; 4+ messages in thread
From: Giulio Bottazzi @ 2006-09-25  7:26 UTC (permalink / raw)
  To: gsl-discuss

[-- Attachment #1: Type: text/plain, Size: 732 bytes --]

On Sun, 24 Sep 2006 11:00:49 +0100
Brian Gough <bjg@network-theory.co.uk> wrote:

> > mathieu_angfunc.c: In function 'gsl_sf_mathieu_ce':
> > mathieu_angfunc.c:32: error: expected expression before '<<' token
> > mathieu_angfunc.c:34: error: expected expression before '==' token
> > mathieu_angfunc.c:37: error: expected expression before '>>' token
> 
> Hello, the file in the repository looks ok(*).. have you tried moving 
> the file out of the way and cvs updating it again to get a clean copy.


Sorry for the email. I'm an idiot. It was just a CVS conflict.

Apologies,

	Giulio.


-- 
Giulio Bottazzi                       PGP Key ID:BAB0A33F 
giulio.bottazzi@libero.it   http://www.sssup.it/~bottazzi

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-25  7:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-24  6:46 CVS compilation problem Giulio Bottazzi
2006-09-24 10:01 ` Brian Gough
2006-09-24 12:32   ` Lowell Johnson
2006-09-25  7:26   ` Giulio Bottazzi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).