e build errors.
>
> This pastebin has all the relevant code: http://pastebin.com/BnVTnegP
>
> Anyone can see anything wrong with this?
>
> On Mon, Oct 19, 2015 at 10:11 PM, Pascal Bach
> wrote:
>>
>> Hello
>>
>> I'm working on CMake support for Apa
Hello
I'm working on CMake support for Apache Thrift [1].
It is currently already buildable using CMake. However while trying to add
support for generating a ThriftConfig.cmake I ran into some issues
related to cross compilation.
Thrift has the following components relevant to the problem:
C++
Hi.
I would like to compile some software for Windows Embedded Compact
2013 (WEC2013).
But I was unable to find any documentation about WEC2013 support.
Does somebody already use CMake to build for Windows Embedded Compact 2013?
Is it supported at all? If not where would I need to start to add
su
>>
>
> >> Unknown source file name is just painful.
> >>
> >> Can't the thrift generator tell you the name of the files he will generate?
> >> Something like:
> >> thrift --generated-file-list Service.thrift
> >>
>
> How wouldn't the output depend on the content of the input :-]... just
> kidding.
Hello Eric
On Wed, Sep 4, 2013 at 11:26 AM, Eric Noulard wrote:
>
> 2013/9/4 Pascal Bach :
> > Hello everybody
> >
> > I'm trying to build a library from source files that are generated at build
> > time. The setup is the following.
> >
> > I
Hello everybody
I'm trying to build a library from source files that are generated at build
time. The setup is the following.
Inputfiles (Service.thrift) -> Thrift Compiler/Generator -> Several
generated files (gen-cpp/Service.h, gen-cpp/Service.cpp, gen-cpp/Types.h,
[possibly more] -> Build Li
Hello everybody
I'm trying to build a library from source files that are generated at build
time. The setup is the following.
Inputfiles (Service.thrift) -> Thrift Compiler/Generator -> Several
generated files (gen-cpp/Service.h, gen-cpp/Service.cpp, gen-cpp/Types.h,
[possibly more] -> Build Li
Hello
I was looking for a way to add additional non C/C++ files to my
Eclipse project. I found some discussions about this on the web but no
definitive answer.
I'm working on a hybrid application that has some C++ code as well as
a GUI written in JavaScript and HTML.
My setup is a follows: I have