[FreeVMS] build problem

BERTRAND Joël joel.bertrand at systella.fr
Sun Dec 15 12:13:50 CET 2013


	Your failure is not gcc related. I have downloaded git tree and built 
all FreeVMS with gcc-4.8.2 (I haven't checked if binaries are bootables).

	I have found two mistakes I have fixed in git today (freetype include 
directory has changed and grub configure is broken as aclocal has been 
upgraded on recent linux workstations).

--- a/sources/bootloader/util/grub-mkfont.c
+++ b/sources/bootloader/util/grub-mkfont.c
@@ -39,7 +39,7 @@
  #include FT_FREETYPE_H
  #include FT_TRUETYPE_TAGS_H
  #include FT_TRUETYPE_TABLES_H
-#include <freetype/ftsynth.h>
+#include <freetype2/ftsynth.h>

  #undef __FTERRORS_H__
  #define FT_ERROR_START_LIST   const char *ft_errmsgs[] = {

--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ bootstrap-clean: $(BUILDDIR)/kernel/Makefile 
$(BUILDDIR)/bootloader/Makefile
  bootstrap: $(SRCDIR)/kernel/config.h.in $(BUILDDIR)/kernel/Makefile \
                 $(BUILDDIR)/bootloader/Makefile
         @make -C $(BUILDDIR)/kernel
+       @$(BUILDDIR)/bootloader/autogen.sh
         @make -C $(BUILDDIR)/bootloader

  bootstrap-install:

	Regards,

	JKB


More information about the FreeVMS mailing list