-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make error for 'webinterface/dashboard/dist/index.html' #2
Comments
any news regarding this error.I´m getting the same.krgrds,Guillermo |
Same problem, it seems the share/webinterface/dashboard/dist directory is not created. I've played around with this issue, but I've no solution at the moment. I've tried to install node.js, nmp and bower, but this does not solve the problem. There is no dist directory created. |
I´ve replaced the "dist" directory for the "app" directory & It's working ok now. ##remove references to "dist" (workaround-ToDO: reead the whole code & fix it properly) rm share/dashboard.mk dashboardfontsdir = $(pkgdatadir)/webinterface/fonts dashboardimagesdir = $(pkgdatadir)/webinterface/images dashboardscriptsdir = $(pkgdatadir)/webinterface/scripts dashboardstylesdir = $(pkgdatadir)/webinterface/styles dashboardviewsdir = $(pkgdatadir)/webinterface/views :wqvi share/scripts/gen-dist-dashboard.sh :wqvi share/Makefile.am :wq#create package #install |
Setup is working now. Thank you very much. |
Hi folks, I don't know why but only now I figured out that I am not receiving messages from my repo. so, I will take a look at it soon. |
When building on Ubuntu 14.04 a make error for /softgre.git/share and 'webinterface/dashboard/dist/index.html'
make all-recursive
make[1]: Entering directory
/softgre.git' Making all in bin make[2]: Entering directory
/softgre.git/bin'make[2]: Leaving directory
/softgre.git/bin' Making all in share make[2]: Entering directory
/softgre.git/share'make[2]: *** No rule to make target
webinterface/dashboard/dist/index.html', needed by
all-am'. Stop.make[2]: Leaving directory
/softgre.git/share' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/softgre.git'make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: