Re: Running Ignite client in C++

2017-07-24 Thread kotamrajuyashasvi
E should have all the cpp libraries built first using the instructions provided in DEVNOTES. Also while running the program, we have to set $LD_LIBRARY_PATH to the folders in make file which are set to the 'LDFLAGS' . -- View this message in context: http://apache-ignite-users.70518.x6.na

Re: Running Ignite client in C++

2017-07-24 Thread Alexander Fedotov
>> Is >> there any way without using make files since I'm not comfortable with >> makefiles. >> >> >> >> -- >> View this message in context: http://apache-ignite-users.705 >> 18.x6.nabble.com/Running-Ignite-client-in-C-tp15441.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > > helloignitecpp.pro Description: Binary data

Re: Running Ignite client in C++

2017-07-24 Thread Alexander Fedotov
mple c++ ignite client program in some other directory and now > what are the dependencies that I should add and how to find and add them. > Is > there any way without using make files since I'm not comfortable with > makefiles. > > > > -- > View this message in cont

Running Ignite client in C++

2017-07-24 Thread kotamrajuyashasvi
some other directory and now what are the dependencies that I should add and how to find and add them. Is there any way without using make files since I'm not comfortable with makefiles. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Running-Ignite-client-in