Skip to content

Instantly share code, notes, and snippets.

@gchiu
Created March 26, 2017 02:19
Show Gist options
  • Select an option

  • Save gchiu/10ef8a3ce675e0effdde3ee3a7fe1946 to your computer and use it in GitHub Desktop.

Select an option

Save gchiu/10ef8a3ce675e0effdde3ee3a7fe1946 to your computer and use it in GitHub Desktop.
out put from make -f makefile.boot
./r3-make -qs ../src/tools/make-make.r OS_ID=detect GIT_COMMIT=e79023423424adfasfs
Option set for building: 0.4.40 linux-x64
Created: ../../make/makefile
make prep
make[1]: Entering directory `/home/ren-c/make'
./r3-make -qs ../src/tools/make-natives.r
------ Generate tmp-natives.r
228 natives
------ Generate tmp-actions.r
./r3-make -qs ../src/tools/make-headers.r
------ Building headers
... REBOL Interface Library
... Function Prototypes
... Function Symbols
746 function prototypes
... PARAM() and REFINE() Automatic Macros
... REBOL Constants Strings
./r3-make -qs ../src/tools/make-boot.r OS_ID=0.4.40 GIT_COMMIT=e79023423424adfasfs
--- Make Boot : System Embedded Script ---
GIT_COMMIT should be a full hash, e.g. 19d4f969b4f5c1536f24b023991ec11ee6d5adfb
./r3-make -qs ../src/tools/make-host-init.r
--- Make Host Init Code ---
loading: host-repl.r
loading: host-start.r
... Host custom init code
Compressed 46736 to 13308 bytes: 28 percent of original
./r3-make -qs ../src/tools/make-os-ext.r
--- Make OS Ext Lib --- Version: 0
scanning host-device.c
scanning generic/host-memory.c
scanning generic/host-locale.c
scanning generic/host-gob.c
scanning posix/host-config.c
scanning posix/host-error.c
scanning posix/host-library.c
scanning posix/host-process.c
scanning posix/host-time.c
scanning linux/host-browse.c
scanning linux/host-encap.c
... Host Access Library
... Host Table Definition
./r3-make -qs ../src/tools/make-host-ext.r
--- Make Host Boot Extension ---
./r3-make -qs ../src/tools/make-reb-lib.r
--- Make Reb-Lib Headers ---
[file]
[file]
... REBOL Host and Extension API
... REBOL Host/Extension API
./r3-make -qs ../src/tools/make-ext-natives.r
building Crypt from ../extensions/mod-crypt.c
... Crypt
... PARAM() and REFINE() Automatic Macros
building LodePNG from ../extensions/mod-lodepng.c
... LodePNG
... PARAM() and REFINE() Automatic Macros
building uPNG from ../extensions/u-png.c
... uPNG
... PARAM() and REFINE() Automatic Macros
building GIF from ../extensions/mod-gif.c
... GIF
... PARAM() and REFINE() Automatic Macros
building JPG from ../extensions/mod-jpg.c
... JPG
... PARAM() and REFINE() Automatic Macros
building BMP from ../extensions/mod-bmp.c
... BMP
... PARAM() and REFINE() Automatic Macros
./r3-make -qs ../src/tools/make-boot-ext-header.r EXTENSIONS="Crypt,PNG,GIF,JPG,BMP"
... Boot Modules
make[1]: Leaving directory `/home/ren-c/make'
make clean
make[1]: Entering directory `/home/ren-c/make'
make[1]: Leaving directory `/home/ren-c/make'
make top
make[1]: Entering directory `/home/ren-c/make'
make r3
make[2]: Entering directory `/home/ren-c/make'
make prep
make[3]: Entering directory `/home/ren-c/make'
./r3-make -qs ../src/tools/make-natives.r
------ Generate tmp-natives.r
228 natives
------ Generate tmp-actions.r
./r3-make -qs ../src/tools/make-headers.r
------ Building headers
... REBOL Interface Library
... Function Prototypes
... Function Symbols
746 function prototypes
... PARAM() and REFINE() Automatic Macros
... REBOL Constants Strings
./r3-make -qs ../src/tools/make-boot.r OS_ID=0.4.40 GIT_COMMIT=e79023423424adfasfs
--- Make Boot : System Embedded Script ---
GIT_COMMIT should be a full hash, e.g. 19d4f969b4f5c1536f24b023991ec11ee6d5adfb
./r3-make -qs ../src/tools/make-host-init.r
--- Make Host Init Code ---
loading: host-repl.r
loading: host-start.r
... Host custom init code
Compressed 46739 to 13310 bytes: 28 percent of original
./r3-make -qs ../src/tools/make-os-ext.r
--- Make OS Ext Lib --- Version: 0
scanning host-device.c
scanning generic/host-memory.c
scanning generic/host-locale.c
scanning generic/host-gob.c
scanning posix/host-config.c
scanning posix/host-error.c
scanning posix/host-library.c
scanning posix/host-process.c
scanning posix/host-time.c
scanning linux/host-browse.c
scanning linux/host-encap.c
... Host Access Library
... Host Table Definition
./r3-make -qs ../src/tools/make-host-ext.r
--- Make Host Boot Extension ---
./r3-make -qs ../src/tools/make-reb-lib.r
--- Make Reb-Lib Headers ---
[file]
[file]
... REBOL Host and Extension API
... REBOL Host/Extension API
./r3-make -qs ../src/tools/make-ext-natives.r
building Crypt from ../extensions/mod-crypt.c
... Crypt
... PARAM() and REFINE() Automatic Macros
building LodePNG from ../extensions/mod-lodepng.c
... LodePNG
... PARAM() and REFINE() Automatic Macros
building uPNG from ../extensions/u-png.c
... uPNG
... PARAM() and REFINE() Automatic Macros
building GIF from ../extensions/mod-gif.c
... GIF
... PARAM() and REFINE() Automatic Macros
building JPG from ../extensions/mod-jpg.c
... JPG
... PARAM() and REFINE() Automatic Macros
building BMP from ../extensions/mod-bmp.c
... BMP
... PARAM() and REFINE() Automatic Macros
./r3-make -qs ../src/tools/make-boot-ext-header.r EXTENSIONS="Crypt,PNG,GIF,JPG,BMP"
... Boot Modules
make[3]: Leaving directory `/home/ren-c/make'
mkdir -p objs
gcc ../src/core/a-constants.c -c -DTO_LINUX -DTO_LINUX_X64 -DREB_API -D__LP64__ -DENDIAN_LITTLE -DHAS_LL_CONSTS -O2 -fvisibility=hidden -DUSE_PIPE2_NOT_PIPE -I. -I../src/include/ -I../src/codecs/ -o objs/a-constants.o
In file included from ../src/core/a-constants.c:44:0:
../src/include/sys-core.h:212:23: fatal error: reb-types.h: No such file or directory
#include "reb-types.h"
^
compilation terminated.
make[2]: *** [objs/a-constants.o] Error 1
make[2]: Leaving directory `/home/ren-c/make'
make[1]: *** [top] Error 2
make[1]: Leaving directory `/home/ren-c/make'
make: *** [top] Error 2
graham@GRAHAM-SURFACE:/home/ren-c/make$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment