From owner-freebsd-cvsweb@FreeBSD.ORG Fri Jul 6 13:16:17 2007 Return-Path: X-Original-To: freebsd-cvsweb@FreeBSD.org Delivered-To: freebsd-cvsweb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD26F16A400 for ; Fri, 6 Jul 2007 13:16:17 +0000 (UTC) (envelope-from adnansame@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 96BC213C480 for ; Fri, 6 Jul 2007 13:16:17 +0000 (UTC) (envelope-from adnansame@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so262081waf for ; Fri, 06 Jul 2007 06:16:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=IEkDGfr1oFQY3Nm8tXC560e+3R9MHGv3qOCdkOtVMf/yaDXZG9Du8oT4HACBoi4S+ibpJ3zTuhUgKnAEZIYgVcHntK/4ikXdW/jXq5GmW+m2mDu98rW/HZ3jHuUNI2DW1jnMsb2s3rLO76tCdCzBkFa/c2lid2Zy6DtDf8C95mE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=j7Ka/9ryKXdES/Nq0PqUR5xQjQkCmDxI/4AauwDIoKwfFESb3SgLkeiAzELwyPUrbSj8aY58GbuEI+TrGZjh2unUmQ3QHS0f9N3gXWIMkLTXidIO+KtnSkXO+FzPaBZ+bmQ47xSeWjjT1QSIKvozXtSn3OsMDcSsTnvQugZcwtk= Received: by 10.114.202.15 with SMTP id z15mr599570waf.1183726306790; Fri, 06 Jul 2007 05:51:46 -0700 (PDT) Received: by 10.115.17.19 with HTTP; Fri, 6 Jul 2007 05:51:46 -0700 (PDT) Message-ID: <87122ef0707060551n3872d9aaqf3158d9a46b32f05@mail.gmail.com> Date: Fri, 6 Jul 2007 15:51:46 +0300 From: adnan To: freebsd-cvsweb@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: BDSIM installation ? X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2007 13:16:17 -0000 Dear Experts, I have attended to install your free BDSIM simulation package on your web page, but during the configuratin, i take the following error message: adnan@adnan-laptop:~/BDSIM$ make echo "Making gmad parser..." Making gmad parser... make -C parser g++ -Wall -fpic -g -c gmad.cc bison -d -v parser.y parser.y:35 parser name defined to default :"parse" parser.y contains 3 shift/reduce conflicts. flex -i parser.l g++ -Wall -fpic -g -c lex.yy.c parser.l: In function 'int yylex()': parser.l:185: warning: statement has no effect lex.yy.c: At global scope: lex.yy.c:1596: warning: 'void yyunput(int, char*)' defined but not used g++ -Wall -fpic -g -c parser.tab.c parser.h: In function 'int expand_line(char*, char*, char*)': parser.h:519: error: no match for 'operator!=' in 'it != 0' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_list.h:173: note: candidates are: bool std::_List_iterator<_Tp>::operator!=(const std::_List_iterator<_Tp>&) const [with _Tp = Element] parser.h:576: error: no match for 'operator!=' in 'tmpit != 0' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_list.h:173: note: candidates are: bool std::_List_iterator<_Tp>::operator!=(const std::_List_iterator<_Tp>&) const [with _Tp = Element] parser.h:589: error: no match for 'operator!=' in 'tmpit != 0' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_list.h:173: note: candidates are: bool std::_List_iterator<_Tp>::operator!=(const std::_List_iterator<_Tp>&) const [with _Tp = Element] parser.h:630: error: no match for 'operator==' in 'sit == 0' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_list.h:169: note: candidates are: bool std::_List_iterator<_Tp>::operator==(const std::_List_iterator<_Tp>&) const [with _Tp = Element] parser.h:645: error: no match for 'operator==' in 'eit == 0' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_list.h:169: note: candidates are: bool std::_List_iterator<_Tp>::operator==(const std::_List_iterator<_Tp>&) const [with _Tp = Element] parser.h:660: error: no match for 'operator!=' in 'it != 0' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_list.h:173: note: candidates are: bool std::_List_iterator<_Tp>::operator!=(const std::_List_iterator<_Tp>&) const [with _Tp = Element] parser.h: In function 'std::_List_iterator element_lookup(char*)': parser.h:681: error: conversion from 'int' to non-scalar type 'std::_List_iterator' requested parser.h: In function 'std::_List_iterator element_lookup(char*, std::list >&)': parser.h:693: error: conversion from 'int' to non-scalar type 'std::_List_iterator' requested parser.h: In function 'double property_lookup(char*, char*)': parser.h:1003: error: no match for 'operator==' in 'it == 0' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_list.h:169: note: candidates are: bool std::_List_iterator<_Tp>::operator==(const std::_List_iterator<_Tp>&) const [with _Tp = Element] parser.y: In function 'int yyparse()': parser.y:342: error: no match for 'operator==' in 'it == 0' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_list.h:169: note: candidates are: bool std::_List_iterator<_Tp>::operator==(const std::_List_iterator<_Tp>&) const [with _Tp = Element] parser.y:922: error: conversion from 'int' to non-scalar type 'std::_List_iterator' requested make[1]: *** [parser.tab.o] Error 1 make: *** [gmad] Error 2 adnan@adnan-laptop:~/BDSIM$ for this reason, i can't make any progress. Could you please give me some information what is the problem and how to solve that? yours sincerely, adnan. Note: i use Ubuntu version of Linux and compiler is gcc 4.1.2.