[Bug 457160] Review Request: Zorba - General purpose XQuery processor implemented in C++

bugzilla at redhat.com bugzilla at redhat.com
Tue May 26 05:24:05 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=457160





--- Comment #33 from Kevin Kofler <kevin at tigcc.ticalc.org>  2009-05-26 01:24:03 EDT ---
Maybe a different version of Bison or of some library? The line before declares
"expr", maybe that's defined as a macro somewhere?

If you change your:
make VERBOSE=1 %{?_smp_mflags}
in your specfile to:
make VERBOSE=1 %{?_smp_mflags} || ( cd src && g++ -E
-Dzorba_simplestore_EXPORTS -Dzorba_EXPORTS -DFLEX_FILES_REGENERATED
-D_FORTIFY_SOURCE=2 -I. -I../external -I/usr/include/libxml2 -I../include
compiler/parser/query_loc.cpp && exit 1 )
you should get the preprocessed source code in your build.log, that might tell
us some more about the error.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list