X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Georg Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with template Date: Sun, 3 Jul 2011 12:38:02 -0700 (PDT) Organization: http://groups.google.com Lines: 11 Message-ID: References: <201107021649 DOT p62Gne7j004537 AT delorie DOT com> NNTP-Posting-Host: 92.250.191.164 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1309721882 20093 127.0.0.1 (3 Jul 2011 19:38:02 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 3 Jul 2011 19:38:02 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: u19g2000vbi.googlegroups.com; posting-host=92.250.191.164; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr User-Agent: G2/1.0 X-HTTP-Via: 1.1 TAS-4-3.man-a X-Google-Web-Client: true X-Google-Header-Order: UALSERCVNKH X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4,gzip(gfe) Bytes: 1772 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thank you for your message. I assume that this problem results from a recursive makefile. The error "35:31: error: expected ')' before 'a' " is reported three times in a row for the same line number. This occurs when compiling a certain program in the package, other programs are compiled fine including the header file with this template. I currently helped myself by making a duplicate of this header file without the templates and including this with the certain program. Then the package compiles. Georg