Hi Ira, On 15:55 Fri 31 Aug , Ira Weiny wrote: > We just ran into a problem with this patch applied. > > It seems that the output file is not y.tab.h but osm_qos_parser_y.h so should > the move be: mv -f osm_qos_parser_y.h > $(srcdir)/../include/opensm/osm_qos_parser_y.h
I applied this fix for now. > [EMAIL PROTECTED]:~/OpenIB/git-trees/management/opensm/opensm > 15:51:42 > ls *.h > ls: *.h: No such file or directory > > [EMAIL PROTECTED]:~/OpenIB/git-trees/management/opensm/opensm > 15:52:02 > bison -d -o ./osm_qos_parser_y.c -p__qos_parser_ ./osm_qos_parser.y > > [EMAIL PROTECTED]:~/OpenIB/git-trees/management/opensm/opensm > 15:52:21 > ls *.h > osm_qos_parser_y.h > > [EMAIL PROTECTED]:~/OpenIB/git-trees/management/opensm/opensm > 15:53:17 > bison --version > bison (GNU Bison) 1.875c I have bison-2.3 and similar results. With yacc-1.9.1 this line doesn't work at all. The only "compatible" rules I found are: yacc -d -b osm_qos_parser -p __qos_parser_ ./osm_qos_parser.y , or bison -y -d -b osm_qos_parser -p __qos_parser_ ./osm_qos_parser.y , and then I get osm_qos_parser.tab.h and osm_qos_parser.tab.c files in current directory. Yevgeny! Is this could be useful? Sasha _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
