-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all,
in the latest trunk omc won't build under linux, since the .mo files got moved around and gcc could not find the c files anymore. This fixes the issue (no, vpathing %.c did not work for some strange reason). best regards, Christoph - -- Christoph Höger Technische Universität Berlin Fakultät IV - Elektrotechnik und Informatik Übersetzerbau und Programmiersprachen Sekr. TEL12-2, Ernst-Reuter-Platz 7, 10587 Berlin Tel.: +49 (30) 314-24890 E-Mail: [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAk0I+tMACgkQhMBO4cVSGS9Y9QCfSpsXmjOnhi2YY4tWcVZb9wUY 55gAnA8bURBev+iXhF4TKL4nGrFPN/u+ =xr9p -----END PGP SIGNATURE-----
Index: Compiler/Makefile.compiler_subdirs.common
===================================================================
--- Compiler/Makefile.compiler_subdirs.common (Revision 7411)
+++ Compiler/Makefile.compiler_subdirs.common (Arbeitskopie)
@@ -25,6 +25,13 @@
vpath %.mo $(UTIL_DIR)
vpath %.mo $(MAIN_DIR)
+vpath %.h $(FRONTEND_DIR)
+vpath %.h $(BACKEND_DIR)
+vpath %.h $(TEMPLATE_DIR)
+vpath %.h $(SCRIPT_DIR)
+vpath %.h $(UTIL_DIR)
+vpath %.h $(MAIN_DIR)
+
.depend: $(ALLMO)
-$(RM) .depend
time $(RMLHOME)/bin/rml $(RML_INCLUDE_ALL_DIRS) -fdump-depends $(SRCMO)
> .depend
@@ -34,6 +41,7 @@
%.c %.h : %.mo
$(RMLC) $(RMLCFLAGS) +C $<
+ mv $(<D)/$@ .
%.h : %.c
enable_build_on_linux_again.patch.sig
Description: PGP signature
