laurolins / nanocube

Eclipse Public License 1.0
731 stars 162 forks source link

instal/configuration in OSX. env variables issue #50

Open LucaMarzialetti opened 7 years ago

LucaMarzialetti commented 7 years ago

Dear @laurolins/nanobuce support, I've recently discovered your toolkit and I'm testing it. The test demo about crimes on my machine at localhost now works perfectly, BUT...

It's my behaviour to set in .profile of bash the export of variables. I've seems that your configuration and installation depend on the name of the variables and not on their content. That's the case of NANOCUBE_SRC, the dependency seems to be on the name of the variable and not on the content of itself. I may suppose that there is some "hardcoded" dependency on it, I've tryed to rename it to "NANOCUBE_HOME" in every parameter used during the configuration but it fail at make/make install step. I hope that my report would be helpfull for your development. Best regards Luca

salivian commented 7 years ago

Thanks for report.

https://github.com/laurolins/nanocube/search?utf8=%E2%9C%93&q=NANOCUBE_SRC

I think the NANOCUBE_SRC is only used in the scripts ... so it should not affect the install and so...

But I am guessing the other variables might be dependent on it.

LucaMarzialetti commented 7 years ago

Thanks for reply :) Yeah I think too, anyway it's name is used by the script or on in some step like make. I Just have to know it 👍