GNOME Bugzilla – Bug 644517
Invalid line in Makefiles
Last modified: 2011-08-19 09:23:40 UTC
The files: hyena-0.5/Hyena/Makefile.in hyena-0.5/Hyena.Data.Sqlite/Makefile.in hyena-0.5/Hyena.Gui/Makefile.in hyena-0.5/Mono.Data.Sqlite/Makefile.in Have this line in them: dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs\ This causes the build to fail with: make[1]: Entering directory `/home/lorenb/hyena-0.5/Hyena' Makefile:501: *** missing separator. Stop. Removing the offending line allows the compile to succeed. It seems to come from hyena-0.5/build/build.rules.mk
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 633333 ***