t;>> On Thu, Aug 13, 2020 at 4:20 PM Radu Teodorescu
>>>>
>>>>>> wrote:
>>>>
>>>>>>
>>>>
>>>>>> I can produce something isolated shortly - but really the questions is
>>>> how can one b
but really the questions is
> >> how can one build a hello world type flight server that does something like
> >>
> >>>> {
> >>
> >>>> FlightServerBase server;
> >>
> >>>> server.Serve();
> >>
> &
but I just need to get there
>> first
>>
>>>> }
>>
>>>>
>>
>>>> with a fully self contained CMake project (i.e. that doesn’t depend on
>> having arrow or it’s dependencies preinstalled).
>>
>>>>
>>
>>>> If
>
> >>
>
> >> with a fully self contained CMake project (i.e. that doesn’t depend on
> having arrow or it’s dependencies preinstalled).
>
> >>
>
> >> If you have something like that that works, I can take it from there
>
> >> Thank you
20, at 4:42 PM, Sutou Kouhei wrote:
>>>
>>> Hi,
>>>
>>> Could you share a minimal CMake and C++ file set to
>>> reproduce your case?
>>>
>>>
>>> Thanks,
>>> --
>>> kou
>>>
>>> In
>>&g
ou share a minimal CMake and C++ file set to
> > reproduce your case?
> >
> >
> > Thanks,
> > --
> > kou
> >
> > In
> > "Building an executable with arrow flight (C++)" on Thu, 13 Aug 2020
> > 12:06:49 -0400,
> > Radu
nd C++ file set to
> reproduce your case?
>
>
> Thanks,
> --
> kou
>
> In
> "Building an executable with arrow flight (C++)" on Thu, 13 Aug 2020
> 12:06:49 -0400,
> Radu Teodorescu wrote:
>
>> Hello,
>> I am trying to build a serve
Hi,
Could you share a minimal CMake and C++ file set to
reproduce your case?
Thanks,
--
kou
In
"Building an executable with arrow flight (C++)" on Thu, 13 Aug 2020 12:06:49
-0400,
Radu Teodorescu wrote:
> Hello,
> I am trying to build a server that uses arrow flight an
Hello,
I am trying to build a server that uses arrow flight and getting into a bit of
a rabbit hole with dependency inclusion.
I have arrow included as an external project and so far everything has worked
really smoothly (I have executables building with arrow, parquet arrow and I
also have arr