Thanks Vivien.Turns out, I was looking at the wrong Makefile. I realized that the main make file runs make recursive in all dirs, so I saw this on the output , right before the error:Making all in helpMakefile:660: *** missing separator. Stop.make[2]: *** [all-recursive] Error 1make[1]: *** [all-recursive] Error 1make: *** [all-recursive] Error 1You can see it says, making all in help. So I opened up the file tools/browser/help/Makefile, and found the problem:.PRECIOUS: Makefile@YELP_HELP_RULES@# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:After removing `@YELP_HELP_RULES `, I was able to pass the make error. Why is that happening, any fix I could provide?ThanksOn Tue, Feb 9, 2016 at 3:43 PM Vivien Malerba <vmalerba gmail com> wrote:Hi!I could not identify any problem (but I don't have any OSX system either)... Just to be on the safe side, can you make sure the "make" command is actually GNU's make version (use make -v).Otherwise,
In the meanwhile (till a solution is found), to actually be able to compile, I guess you can safely try to edit the Makefile and remove lines 660 to 672 included and run make again.Regards,Vivien2016-02-09 16:46 GMT+01:00 Arthur Neves <arthurnn gmail com>:Follow a link with the entire generated Makefile, https://gist.github.com/arthurnn/008fa31bbe2e21d867aathanksOn Tue, Feb 9, 2016 at 2:42 AM <stian nixia no> wrote:Could you post the Makefile from the failing directory?
>>> CC ui-spec-editor.lo
>>> CC xml-spec-editor.lo
>>> CCLD libperspective.la [1]
>>> Making check in help
>>> Makefile:660: *** missing separator. Stop.
>>> make[2]: *** [check-recursive] Error 1
>>> make[1]: *** [check-recursive] Error 1
>>> make: *** [check-recursive] Error 1
>>> ```
Stian
_______________________________________________
gnome-db-list mailing list
gnome-db-list gnome org
https://mail.gnome.org/mailman/listinfo/gnome-db-list
_______________________________________________
gnome-db-list mailing list
gnome-db-list gnome org
https://mail.gnome.org/mailman/listinfo/gnome-db-list