Hi Nick, I assumed all the structure would be resolved during Lucy's Makefile generation. Apparently you solved this with install scripts.
Thanks for your response (as always) Serkan On Wed, Dec 21, 2016 at 5:24 AM, Nick Wellnhofer <[email protected]> wrote: > On 20/12/2016 23:40, Serkan Mulayim wrote: > >> The way that I build it is, >> 1- I first build clownfish compiler and runtime. >> 2- create a folder <Project>/clownfish >> 3- create 3 folders in <Project>/clownfish >> bin (contains cfc) >> lib (contains clownfish dynamic library) >> share (contains clownfish/runtime/c/autogen/share folder) >> > > This should work, but there are install scripts in the runtime/c directory > that help you with that. > > then during the configure procedure I put >> --clownfish-prefix=<Project>/clownfish. >> >> I believe there should be another way to build Lucy. What should I enter >> as >> --clownfish-prefix parameter? >> > > That's the correct procedure. What makes you think there should be another > way? > > Nick > >
