arangodb / linenoise-ng

A small self-contained alternative to readline and libedit that supports UTF-8 and Windows and is BSD licensed.
Other
359 stars 53 forks source link

Building liblinenoise.so #26

Open etherbrat opened 5 years ago

etherbrat commented 5 years ago

I am sure I built the shared object yesterday by just following the build instructions (viz. (cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make && sudo make install)) , but I cannot repeat that achievement today. :-( All that gets built and installed today are the .a and .h files. What I am doing wrong?

dothebart commented 5 years ago

you may want to try with a fresh build dir, since cmake keeps state, and is sometimes relucatant to changing it.

etherbrat commented 5 years ago

Thanks. I have already tried that without success.

Neil Higgins (iPhone) higgins-demack@bigpond.com

On 31 Jan 2019, at 8:00 pm, Wilfried Goesgens notifications@github.com wrote:

you may want to try with a fresh build dir, since cmake keeps state, and is sometimes relucatant to changing it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.