osx elcapitan - Installing Bakefile in Mac osx 10.11 -


i have been trying install bakefile(v0.2.9) in mac osx 10.11. whenever try install bakefile using dmg file the installation failed.the installer not install software because there no software found install error.

i tried building source code(v1.2.5.1 github). built using sudo make command.however sudo make install command throws no rule make target install.

is there other way install bakefile in macosx 10.11?

edit : managed install bakefile 0.2.9 in osx 10.11. can't use latest version not supports bakefile have been using in our projects.

though installation successful,i segmentation fault 11 when try build bakefiles(.bkl). of forums suggested problem associated python 2.7. followed steps needed resolve issue. none of them helped.

i have been using python 2.7.11. how can avoid segmentation fault?

i advice against using legacy 0.2.9 version.

i tried building source code(v1.2.5.1 github).

you didn’t, that’s problem — tried build different version, 0.2.9 != 1.2.5.1. relation between these 2 branches explained @ http://bakefile.org — incompatible , different.

if want build 0.2.9 sources, need download , build 0.2.9.

if want use 1.x version, can download packaged “binary” version, explained @ https://github.com/vslavik/bakefile

p.s. don’t need to, , shouldn’t, use sudo when installing somewhere typically have access to, such /usr/local on os x.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -