473,382 Members | 1,332 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Boost Spirit Question

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Anyone familliar with Boost's Spirit library? I was trying to get it to
work with my g++ 2.96 & it kept barfing pages & pages of errors. I guess
the question is, does Spirit even work with 2.96?

Thanks,
Evan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBikeXoo/Prlj9GScRAmRcAJ9jwPZc2eOj3AtFN3oEwT50jVehdwCfTVdp
+sdsgb2wtmob+xgUvSyVshU=
=XS5K
-----END PGP SIGNATURE-----
Jul 22 '05 #1
4 1641

"Evan Carew" <te*******@pobox.com> wrote in message
news:10***********@corp.supernews.com...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Anyone familliar with Boost's Spirit library? I was trying to get it to
work with my g++ 2.96 & it kept barfing pages & pages of errors. I guess
the question is, does Spirit even work with 2.96?


http://spirit.sourceforge.net/distri...rtability.html

john
Jul 22 '05 #2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

John,

Well... Thanks for the link to the spirit docs. I can asure this group
that I already have that link in my bookmarks & at the moment use it
whenever I am experimenting with spirit.

I was hoping for word from someone who might actually have used spirit
on this platform & who is familliar with its propper use. Anyone?

Evan

John Harrison wrote:
"Evan Carew" <te*******@pobox.com> wrote in message
news:10***********@corp.supernews.com...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Anyone familliar with Boost's Spirit library? I was trying to get it to
work with my g++ 2.96 & it kept barfing pages & pages of errors. I guess
the question is, does Spirit even work with 2.96?

http://spirit.sourceforge.net/distri...rtability.html

john


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBip4roo/Prlj9GScRApBOAJoCbqjWuBcc2oyrI3AL3YNykYlYBACdGP5E
xlm5nNNjaGsXLxbMt1qKx7w=
=7SFd
-----END PGP SIGNATURE-----
Jul 22 '05 #3
Evan,

Have you posted to the spirit general or spirit development mailing lists?
I'm sure Joel and the others there would be able to better answer questions
there.

Jeff Flinn

"Evan Carew" <te*******@pobox.com> wrote in message
news:10*************@corp.supernews.com...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

John,

Well... Thanks for the link to the spirit docs. I can asure this group
that I already have that link in my bookmarks & at the moment use it
whenever I am experimenting with spirit.

I was hoping for word from someone who might actually have used spirit
on this platform & who is familliar with its propper use. Anyone?

Evan

John Harrison wrote:
"Evan Carew" <te*******@pobox.com> wrote in message
news:10***********@corp.supernews.com...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Anyone familliar with Boost's Spirit library? I was trying to get it to
work with my g++ 2.96 & it kept barfing pages & pages of errors. I guess
the question is, does Spirit even work with 2.96?

http://spirit.sourceforge.net/distri...rtability.html
john


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBip4roo/Prlj9GScRApBOAJoCbqjWuBcc2oyrI3AL3YNykYlYBACdGP5E
xlm5nNNjaGsXLxbMt1qKx7w=
=7SFd
-----END PGP SIGNATURE-----

Jul 22 '05 #4
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jeff,

Perhaps that would be best.

Evan

Jeff Flinn wrote:
Evan,

Have you posted to the spirit general or spirit development mailing lists? I'm sure Joel and the others there would be able to better answer questions there.

Jeff Flinn

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBiqQvoo/Prlj9GScRAp+JAJ9njm5t756b+1+mmG+flmOT3NfHIgCeN08e
168bZVzcGqJ0A+H93UQMvQg=
=c14K
-----END PGP SIGNATURE-----
Jul 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ingo Nolden | last post by:
Hi, I am using spirit 1.31 I have been trying the following example from the spirit docs. I tried it with int and double neither works: vector<int> v; rule<> r = list_p(int_p, ch_p(',')); ...
1
by: Joel de Guzman | last post by:
Hello, Boost (www.boost.org) is an open, collaborative effort that includes thousands of programmers from the C++ community at large. Boost is hoping to retire the existing logo...
16
by: Jeff Flinn | last post by:
At the risk of raising the OT ire of some here, I'd like to know what might be done to raise the awareness of the boost libraries. I've found boost and it's libraries invaluable in my work for ~5...
1
by: FBergemann | last post by:
Hi, I wanted to start some samples with phonenix - but it doesn't work. (a polymorphic add function) Because of problems i cut it back and wanted to do just simple "reflection" 1st. But i have...
3
by: Paul van Hagen | last post by:
Hello, I've been doing some research as to ways to optimise our parsing and evaluation of mathematical expressions and came across the spirit template library as part of the boost library. It...
4
by: Marcin Kalicinski | last post by:
Hi All, Does anybody has experience compiling XML parser written with boost::spirit on gcc? The parser is based on http://spirit.sourceforge.net/repository/applications/xml.zip samples. What...
13
by: krbyxtrm | last post by:
hi, i have problem implemting a string parser that parser comman delimited string: "str1,str2,str3" INTO: 1. str1 2. str2 3. str3 *also strings are of any string (no specific string/keyword)
14
by: IndyStef | last post by:
Hi all, This is an inquiry into the usability of the boost libraries. We are a C++ shop, and have been using STL for some time now. When the question about using boost came up, some developers...
3
by: =?ISO-8859-2?Q?Miros=B3aw?= Makowiecki | last post by:
How do it's by next of boost.spirit library it are not discrimitation a letter size that a small letters and big letters it are not discrimitation? I'm know how write s small parser by next of...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.