Boost logo

Boost-Build :

Subject: Re: [Boost-build] Google Protocol Buffers library support module
From: Guillaume Chatelet (chatelet.guillaume+boost_at_[hidden])
Date: 2011-04-29 10:56:57


Hi Rodrigo,

Thx a lot for sharing your work here.
There's a small typo error in the file you're providing, one should remove
the trailing semi colon at line 161 because everything in an action is
supposed to be shell executable ( so no semi colon here ).

I have an issue with this generator though.
I can't get back the auto-generated header.
Let's take the example you posted. The source messages.proto will generate
two files messages.pb.h and messages.pb.cc in the build directory at compile
time but myapp.cpp will likely reference messages.pb.h within an #include.
So the auto-generated header should be reachable in a way.

I tried using the install rule but it didn't work, I'm still discovering
Bjam and Boost.Build framework so it's hard for me to figure out how to do
it.

How did you overcome this issue ?

Cheers,
Guillaume
PS : I already sent you a private email but I think it's better to have a
public conversation so eventually I subscribed to the Boost.Build mail list.

--
View this message in context: http://boost.2283326.n4.nabble.com/Google-Protocol-Buffers-library-support-module-tp3323963p3483888.html
Sent from the Boost - Build mailing list archive at Nabble.com.

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk