Re: [CMake] providing host binary and target library cmake-package when cross compiling

2015-10-19 Thread Pascal Bach
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

[CMake] providing host binary and target library cmake-package when cross compiling

2015-10-19 Thread Pascal Bach
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++

[CMake] Windows Embedded Compact 2013 support

2014-08-26 Thread Pascal Bach
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

Re: [CMake] Build Library from Thrift generated files

2013-09-05 Thread Pascal Bach
>> > > >> 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.

Re: [CMake] Build Library from Thrift generated files

2013-09-04 Thread Pascal Bach
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

[CMake] Build Library from Thrift generated files

2013-09-04 Thread 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. 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

[CMake] Build Library from generated files

2013-09-04 Thread 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. 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

[CMake] Add JavaScript and HTML files to project

2012-04-02 Thread Pascal Bach
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