From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14649 invoked by alias); 4 Nov 2002 06:11:56 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 14567 invoked from network); 4 Nov 2002 06:11:55 -0000 Received: from unknown (HELO eprsun.cmr.uq.edu.au) (130.102.166.20) by sources.redhat.com with SMTP; 4 Nov 2002 06:11:55 -0000 Received: (from mail@localhost) by eprsun.cmr.uq.edu.au (8.11.0/8.11.0) id gA46BsO23188 for ; Mon, 4 Nov 2002 16:11:54 +1000 (EST) Received: from echidna.cmr.uq.edu.au(130.102.19.74) by eprsun.cmr.uq.edu.au via smap (V2.1) id xma023184; Mon, 4 Nov 02 16:11:33 +1000 Received: from cmr.uq.edu.au (localhost [127.0.0.1]) by echidna.cmr.uq.edu.au (SGI-8.9.3/8.9.3) with ESMTP id QAA08237 for ; Mon, 4 Nov 2002 16:11:32 +1000 (EST) Message-ID: <3DC60F93.11426566@cmr.uq.edu.au> Date: Mon, 04 Nov 2002 09:42:00 -0000 From: Mark Griffin X-Accept-Language: en MIME-Version: 1.0 To: gsl-discuss@sources.redhat.com Subject: Re: Problem with multifit.h References: <3DC60E9A.826A69C9@cmr.uq.edu.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q4/txt/msg00102.txt.bz2 > Hi, I'm new to this list, and I'm having a problem with multifit.h ... > > > > In my program I include the files ... > > #include > #include > #include > #include > #include > > > And in return I get the following compilation errors ... > > cc-1018 cc: ERROR File = /usr/local/include/gsl/gsl_multifit.h, Line = > 61 > An unmatched left parentheses "(" appears in an expression. > > gsl_multifit_linear (const gsl_matrix * X, > ^ > > cc-1018 cc: ERROR File = /usr/local/include/gsl/gsl_multifit.h, Line = > 69 > An unmatched left parentheses "(" appears in an expression. > > gsl_multifit_wlinear (const gsl_matrix * X, > > > Any ideas ??? > > Mark > > -- > ============================================================== > Mark Griffin > Centre for Magnetic Resonance > University of Queensland Q 4072 > Australia > Ph: 61-7-32327976 Fax: 61-7-32327121 > Email: Mark.Griffin@cmr.uq.edu.au > ============================================================== >