Homebrew I have no idea..... does someone have the same problem?

Sonansune

Well-Known Member
OP
Member
Joined
Jul 2, 2015
Messages
3,734
Trophies
1
XP
2,142
Country
Canada
C:\devkitPro\portlibs>make freetype | grep error
configure: WARNING: using cross tools not prefixed with host triplet
configure: error: cannot find native C compiler
make[1]: *** [setup] Error 1
make: *** [freetype] Error 2
 

Sonansune

Well-Known Member
OP
Member
Joined
Jul 2, 2015
Messages
3,734
Trophies
1
XP
2,142
Country
Canada
Ok can you show it. I'm still Learing devkitPro so I'm not gonna be the best advice XD.
C:\devkitPro\portlibs>make freetype
make[1]: Entering directory `/c/devkitPro/portlibs/freetype-2.5.5'

FreeType build system -- automatic system detection

The following settings are used:

platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (this needs python >= 2.6).

Generating modules list in ./objs/ftmodule.h...
* module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
* module: type1 (Postscript font files with extension *.pfa or *.pfb)
* module: cff (OpenType fonts with extension *.otf)
* module: cid (Postscript CID-keyed fonts, no known extension)
* module: pfr (PFR/TrueDoc font files with extension *.pfr)
* module: type42 (Type 42 font files with no known extension)
* module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf (pcf bitmap fonts)
* module: bdf (bdf bitmap fonts)
* module: sfnt (helper module for TrueType & OpenType formats)
* module: autofit (automatic hinting module)
* module: pshinter (Postscript hinter module)
* module: raster (monochrome bitmap renderer)
* module: smooth (anti-aliased bitmap renderer)
* module: smooth (anti-aliased bitmap renderer for LCDs)
* module: smooth (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux (Postscript Type 1 & Type 2 helper module)
* module: psnames (Postscript & Unicode Glyph name handling)
done.
cd builds/unix; /bin/sh ./configure '--prefix=/C/devkitPro/portlibs/armv6k' '--host=arm-none-eabi' '--disable-shared' '--enable-static' '--without-harfbuzz'
checking build system type... i686-pc-mingw32
checking host system type... arm-none-eabi
checking for arm-none-eabi-gcc... arm-none-eabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-none-eabi-gcc accepts -g... yes
checking for arm-none-eabi-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... arm-none-eabi-gcc -E
checking for arm-none-eabi-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
configure: WARNING: using cross tools not prefixed with host triplet
checking pkg-config is at least version 0.24... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by arm-none-eabi-gcc... c:/devkitpro/devkitarm/arm-none-eabi/bin/ld.exe
checking if the linker (c:/devkitpro/devkitarm/arm-none-eabi/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /C/devkitPro/devkitARM/bin/arm-none-eabi-nm
checking the name lister (/C/devkitPro/devkitARM/bin/arm-none-eabi-nm) interface... BSD nm
checking whether ln -s works... no, using cp -pR
checking the maximum length of command line arguments... 8192
checking how to convert i686-pc-mingw32 file names to arm-none-eabi format... func_convert_file_noop
checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_noop
checking for c:/devkitpro/devkitarm/arm-none-eabi/bin/ld.exe option to reload object files... -r
checking for arm-none-eabi-objdump... arm-none-eabi-objdump
checking how to recognize dependent libraries... unknown
checking for arm-none-eabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-none-eabi-ar... arm-none-eabi-ar
checking for archiver @FILE support... @
checking for arm-none-eabi-strip... arm-none-eabi-strip
checking for arm-none-eabi-ranlib... arm-none-eabi-ranlib
checking for gawk... gawk
checking command to parse /C/devkitPro/devkitARM/bin/arm-none-eabi-nm output from arm-none-eabi-gcc object... ok
checking for sysroot... no
checking for arm-none-eabi-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... no
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if arm-none-eabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-none-eabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-none-eabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-none-eabi-gcc static flag -static works... yes
checking if arm-none-eabi-gcc supports -c -o file.o... yes
checking if arm-none-eabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-none-eabi-gcc linker (c:/devkitpro/devkitarm/arm-none-eabi/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for i686-pc-mingw32-gcc... no
checking for gcc... no
checking for cc... no
configure: error: cannot find native C compiler
make[1]: *** [setup] Error 1
make[1]: Leaving directory `/c/devkitPro/portlibs/freetype-2.5.5'
make: *** [freetype] Error 2
 

Sonansune

Well-Known Member
OP
Member
Joined
Jul 2, 2015
Messages
3,734
Trophies
1
XP
2,142
Country
Canada
I remember this from IRC!

Is the prefix set correctly? Add some echos to the Makefile.
I don't where I should add to
ifeq ($(strip $(DEVKITPRO)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitARM")
endif

ifeq ($(strip $(DEVKITARM)),)
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
endif

LIBCONFIG := libconfig
LIBCONFIG_VERSION := $(LIBCONFIG)-1.5
LIBCONFIG_SRC := $(LIBCONFIG_VERSION).tar.gz
LIBCONFIG_DOWNLOAD := "http://www.hyperrealm.com/libconfig/libconfig-1.5.tar.gz"

FREETYPE := freetype
FREETYPE_VERSION := $(FREETYPE)-2.5.5
FREETYPE_SRC := $(FREETYPE_VERSION).tar.bz2
FREETYPE_DOWNLOAD := "http://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.bz2"

LIBEXIF := libexif
LIBEXIF_VERSION := $(LIBEXIF)-0.6.21
LIBEXIF_SRC := $(LIBEXIF_VERSION).tar.bz2
LIBEXIF_DOWNLOAD := "http://sourceforge.net/projects/libexif/files/libexif/0.6.21/libexif-0.6.21.tar.bz2"

LIBJPEGTURBO := libjpeg-turbo
LIBJPEGTURBO_VERSION := $(LIBJPEGTURBO)-1.4.0
LIBJPEGTURBO_SRC := $(LIBJPEGTURBO_VERSION).tar.gz
LIBJPEGTURBO_DOWNLOAD := "http://sourceforge.net/projects/libjpeg-turbo/files/1.4.2/libjpeg-turbo-1.4.2.tar.gz"

LIBPNG := libpng
LIBPNG_VERSION := $(LIBPNG)-1.6.17
LIBPNG_SRC := $(LIBPNG_VERSION).tar.xz
LIBPNG_DOWNLOAD := "http://prdownloads.sourceforge.net/libpng/libpng-1.6.19.tar.xz"

SQLITE := sqlite
SQLITE_VERSION := $(SQLITE)-autoconf-3081002
SQLITE_SRC := $(SQLITE_VERSION).tar.gz
SQLITE_DOWNLOAD := "http://www.sqlite.org/2015/sqlite-autoconf-3081002.tar.gz"

ZLIB := zlib
ZLIB_VERSION := $(ZLIB)-1.2.8
ZLIB_SRC := $(ZLIB_VERSION).tar.gz
ZLIB_DOWNLOAD := "http://prdownloads.sourceforge.net/libpng/zlib-1.2.8.tar.gz"

export PORTLIBS := $(DEVKITPRO)/portlibs/armv6k
export PATH := $(DEVKITARM)/bin:$(PATH)
export PKG_CONFIG_PATH := $(PORTLIBS)/lib/pkgconfig
export CFLAGS := -march=armv6k -mtune=mpcore -mfloat-abi=hard -O3 \
-mword-relocations -fomit-frame-pointer -ffast-math
export CPPFLAGS := -I$(PORTLIBS)/include
export LDFLAGS := -L$(PORTLIBS)/lib

.PHONY: all old_all install install-zlib clean \
$(LIBCONFIG) \
$(FREETYPE) \
$(LIBEXIF) \
$(LIBJPEGTURBO) \
$(LIBPNG) \
$(SQLITE) \
$(ZLIB)
all: zlib install-zlib libconfig install-libconfig freetype libexif libjpeg-turbo libpng sqlite install
@Echo "Finished!"

old_all:
@Echo "Please choose one of the following targets:"
@Echo " $(LIBCONFIG)"
@Echo " $(FREETYPE) (requires zlib to be installed)"
@Echo " $(LIBEXIF)"
@Echo " $(LIBJPEGTURBO)"
@Echo " $(LIBPNG) (requires zlib to be installed)"
@Echo " $(SQLITE)"
@Echo " $(ZLIB)"

$(LIBCONFIG): $(LIBCONFIG_SRC)
@[ -d $(LIBCONFIG_VERSION) ] || tar -xf $<
@cd $(LIBCONFIG_VERSION) && \
./configure --prefix=$(PORTLIBS) --host=arm-none-eabi --disable-cxx --disable-examples
@$(MAKE) -C $(LIBCONFIG_VERSION)

$(FREETYPE): $(FREETYPE_SRC)
@[ -d $(FREETYPE_VERSION) ] || tar -xf $<
@cd $(FREETYPE_VERSION) && \
./configure --prefix=$(PORTLIBS) --host=arm-none-eabi --disable-shared --enable-static --without-harfbuzz
@$(MAKE) -C $(FREETYPE_VERSION)

$(LIBEXIF): $(LIBEXIF_SRC)
@[ -d $(LIBEXIF_VERSION) ] || tar -xf $<
@cd $(LIBEXIF_VERSION) && \
./configure --prefix=$(PORTLIBS) --host=arm-none-eabi --disable-shared --enable-static
@$(MAKE) -C $(LIBEXIF_VERSION)

$(LIBJPEGTURBO): $(LIBJPEGTURBO_SRC)
@[ -d $(LIBJPEGTURBO_VERSION) ] || tar -xf $<
@cd $(LIBJPEGTURBO_VERSION) && \
./configure --prefix=$(PORTLIBS) --host=arm-none-eabi --disable-shared --enable-static
@$(MAKE) CFLAGS+="\"-Drandom()=rand()\"" -C $(LIBJPEGTURBO_VERSION)

$(LIBPNG): $(LIBPNG_SRC)
@[ -d $(LIBPNG_VERSION) ] || tar -xf $<
@cd $(LIBPNG_VERSION) && \
./configure --prefix=$(PORTLIBS) --host=arm-none-eabi --disable-shared --enable-static
@$(MAKE) -C $(LIBPNG_VERSION)

# sqlite won't work with -ffast-math
$(SQLITE): $(SQLITE_SRC)
@[ -d $(SQLITE_VERSION) ] || tar -xf $<
@cd $(SQLITE_VERSION) && \
CFLAGS="$(filter-out -ffast-math,$(CFLAGS)) -DSQLITE_OS_OTHER=1" ./configure --disable-shared --disable-threadsafe --disable-dynamic-extensions --host=arm-none-eabi --prefix=$(PORTLIBS)
# avoid building sqlite3 shell
@$(MAKE) -C $(SQLITE_VERSION) libsqlite3.la

$(ZLIB): $(ZLIB_SRC)
@[ -d $(ZLIB_VERSION) ] || tar -xf $<
@cd $(ZLIB_VERSION) && \
CHOST=arm-none-eabi ./configure --static --prefix=$(PORTLIBS)
@$(MAKE) -C $(ZLIB_VERSION)

# Downloads
$(LIBCONFIG_SRC):
wget -O $@ $(LIBCONFIG_DOWNLOAD)

$(ZLIB_SRC):
wget -O $@ $(ZLIB_DOWNLOAD)

$(FREETYPE_SRC):
wget -O $@ $(FREETYPE_DOWNLOAD)

$(LIBEXIF_SRC):
wget -O $@ $(LIBEXIF_DOWNLOAD)

$(LIBJPEGTURBO_SRC):
wget -O $@ $(LIBJPEGTURBO_DOWNLOAD)

$(LIBPNG_SRC):
wget -O $@ $(LIBPNG_DOWNLOAD)

$(SQLITE_SRC):
wget -O $@ $(SQLITE_DOWNLOAD)

install-zlib:
@$(MAKE) -C $(ZLIB_VERSION) install

install-libconfig:
@$(MAKE) -C $(LIBCONFIG_VERSION) install

install:
@[ ! -d $(LIBCONFIG_VERSION) ] || $(MAKE) -C $(LIBCONFIG_VERSION) install
@[ ! -d $(FREETYPE_VERSION) ] || $(MAKE) -C $(FREETYPE_VERSION) install
@[ ! -d $(LIBEXIF_VERSION) ] || $(MAKE) -C $(LIBEXIF_VERSION) install
@[ ! -d $(LIBJPEGTURBO_VERSION) ] || $(MAKE) -C $(LIBJPEGTURBO_VERSION) install
@[ ! -d $(LIBPNG_VERSION) ] || $(MAKE) -C $(LIBPNG_VERSION) install
@[ ! -d $(SQLITE_VERSION) ] || $(MAKE) -C $(SQLITE_VERSION) install-libLTLIBRARIES install-data

clean:
@$(RM) -r $(LIBCONFIG_VERSION)
@$(RM) -r $(FREETYPE_VERSION)
@$(RM) -r $(LIBEXIF_VERSION)
@$(RM) -r $(LIBJPEGTURBO_VERSION)
@$(RM) -r $(LIBPNG_VERSION)
@$(RM) -r $(SQLITE_VERSION)
@$(RM) -r $(ZLIB_VERSION)
 

Joom

 ❤❤❤
Member
Joined
Jan 8, 2016
Messages
6,067
Trophies
1
Location
US
Website
mogbox.net
XP
6,077
Country
United States
idk....... I'm a noob...:sad:
Open it with a text editor maybe? Makefiles are typically just scripts that tell the compiler what to do. Also, things would probably be much easier with a Linux virtual machine or Live distribution ran from a USB stick.
 
Last edited by Joom,

Sonansune

Well-Known Member
OP
Member
Joined
Jul 2, 2015
Messages
3,734
Trophies
1
XP
2,142
Country
Canada
Open it with a text editor maybe? Makefiles are typically just scripts that tell the compiler what to do. Also, things would probably be much easier with a Linux virtual machine or Live distribution ran from a USB stick.
oh.... you mean check the script in the makefile??? that's easy~:D

--------------------- MERGED ---------------------------

Open it with a text editor maybe? Makefiles are typically just scripts that tell the compiler what to do. Also, things would probably be much easier with a Linux virtual machine or Live distribution ran from a USB stick.
ifeq ($(strip $(DEVKITPRO)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitARM")
endif

ifeq ($(strip $(DEVKITARM)),)
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
endif

LIBCONFIG := libconfig
LIBCONFIG_VERSION := $(LIBCONFIG)-1.5
LIBCONFIG_SRC := $(LIBCONFIG_VERSION).tar.gz
LIBCONFIG_DOWNLOAD := "http://www.hyperrealm.com/libconfig/libconfig-1.5.tar.gz"

FREETYPE := freetype
FREETYPE_VERSION := $(FREETYPE)-2.5.5
FREETYPE_SRC := $(FREETYPE_VERSION).tar.bz2
FREETYPE_DOWNLOAD := "http://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.bz2"

LIBEXIF := libexif
LIBEXIF_VERSION := $(LIBEXIF)-0.6.21
LIBEXIF_SRC := $(LIBEXIF_VERSION).tar.bz2
LIBEXIF_DOWNLOAD := "http://sourceforge.net/projects/libexif/files/libexif/0.6.21/libexif-0.6.21.tar.bz2"

LIBJPEGTURBO := libjpeg-turbo
LIBJPEGTURBO_VERSION := $(LIBJPEGTURBO)-1.4.0
LIBJPEGTURBO_SRC := $(LIBJPEGTURBO_VERSION).tar.gz
LIBJPEGTURBO_DOWNLOAD := "http://sourceforge.net/projects/libjpeg-turbo/files/1.4.2/libjpeg-turbo-1.4.2.tar.gz"

LIBPNG := libpng
LIBPNG_VERSION := $(LIBPNG)-1.6.17
LIBPNG_SRC := $(LIBPNG_VERSION).tar.xz
LIBPNG_DOWNLOAD := "http://prdownloads.sourceforge.net/libpng/libpng-1.6.19.tar.xz"

SQLITE := sqlite
SQLITE_VERSION := $(SQLITE)-autoconf-3081002
SQLITE_SRC := $(SQLITE_VERSION).tar.gz
SQLITE_DOWNLOAD := "http://www.sqlite.org/2015/sqlite-autoconf-3081002.tar.gz"

ZLIB := zlib
ZLIB_VERSION := $(ZLIB)-1.2.8
ZLIB_SRC := $(ZLIB_VERSION).tar.gz
ZLIB_DOWNLOAD := "http://prdownloads.sourceforge.net/libpng/zlib-1.2.8.tar.gz"

export PORTLIBS := $(DEVKITPRO)/portlibs/armv6k
export PATH := $(DEVKITARM)/bin:$(PATH)
export PKG_CONFIG_PATH := $(PORTLIBS)/lib/pkgconfig
export CFLAGS := -march=armv6k -mtune=mpcore -mfloat-abi=hard -O3 \
-mword-relocations -fomit-frame-pointer -ffast-math
export CPPFLAGS := -I$(PORTLIBS)/include
export LDFLAGS := -L$(PORTLIBS)/lib

.PHONY: all old_all install install-zlib clean \
$(LIBCONFIG) \
$(FREETYPE) \
$(LIBEXIF) \
$(LIBJPEGTURBO) \
$(LIBPNG) \
$(SQLITE) \
$(ZLIB)
all: zlib install-zlib libconfig install-libconfig freetype libexif libjpeg-turbo libpng sqlite install
@Echo "Finished!"

old_all:
@Echo "Please choose one of the following targets:"
@Echo " $(LIBCONFIG)"
@Echo " $(FREETYPE) (requires zlib to be installed)"
@Echo " $(LIBEXIF)"
@Echo " $(LIBJPEGTURBO)"
@Echo " $(LIBPNG) (requires zlib to be installed)"
@Echo " $(SQLITE)"
@Echo " $(ZLIB)"

$(LIBCONFIG): $(LIBCONFIG_SRC)
@[ -d $(LIBCONFIG_VERSION) ] || tar -xf $<
@cd $(LIBCONFIG_VERSION) && \
./configure --prefix=$(PORTLIBS) --host=arm-none-eabi --disable-cxx --disable-examples
@$(MAKE) -C $(LIBCONFIG_VERSION)

$(FREETYPE): $(FREETYPE_SRC)
@[ -d $(FREETYPE_VERSION) ] || tar -xf $<
@cd $(FREETYPE_VERSION) && \
./configure --prefix=$(PORTLIBS) --host=arm-none-eabi --disable-shared --enable-static --without-harfbuzz
@$(MAKE) -C $(FREETYPE_VERSION)

$(LIBEXIF): $(LIBEXIF_SRC)
@[ -d $(LIBEXIF_VERSION) ] || tar -xf $<
@cd $(LIBEXIF_VERSION) && \
./configure --prefix=$(PORTLIBS) --host=arm-none-eabi --disable-shared --enable-static
@$(MAKE) -C $(LIBEXIF_VERSION)

$(LIBJPEGTURBO): $(LIBJPEGTURBO_SRC)
@[ -d $(LIBJPEGTURBO_VERSION) ] || tar -xf $<
@cd $(LIBJPEGTURBO_VERSION) && \
./configure --prefix=$(PORTLIBS) --host=arm-none-eabi --disable-shared --enable-static
@$(MAKE) CFLAGS+="\"-Drandom()=rand()\"" -C $(LIBJPEGTURBO_VERSION)

$(LIBPNG): $(LIBPNG_SRC)
@[ -d $(LIBPNG_VERSION) ] || tar -xf $<
@cd $(LIBPNG_VERSION) && \
./configure --prefix=$(PORTLIBS) --host=arm-none-eabi --disable-shared --enable-static
@$(MAKE) -C $(LIBPNG_VERSION)

# sqlite won't work with -ffast-math
$(SQLITE): $(SQLITE_SRC)
@[ -d $(SQLITE_VERSION) ] || tar -xf $<
@cd $(SQLITE_VERSION) && \
CFLAGS="$(filter-out -ffast-math,$(CFLAGS)) -DSQLITE_OS_OTHER=1" ./configure --disable-shared --disable-threadsafe --disable-dynamic-extensions --host=arm-none-eabi --prefix=$(PORTLIBS)
# avoid building sqlite3 shell
@$(MAKE) -C $(SQLITE_VERSION) libsqlite3.la

$(ZLIB): $(ZLIB_SRC)
@[ -d $(ZLIB_VERSION) ] || tar -xf $<
@cd $(ZLIB_VERSION) && \
CHOST=arm-none-eabi ./configure --static --prefix=$(PORTLIBS)
@$(MAKE) -C $(ZLIB_VERSION)

# Downloads
$(LIBCONFIG_SRC):
wget -O $@ $(LIBCONFIG_DOWNLOAD)

$(ZLIB_SRC):
wget -O $@ $(ZLIB_DOWNLOAD)

$(FREETYPE_SRC):
wget -O $@ $(FREETYPE_DOWNLOAD)

$(LIBEXIF_SRC):
wget -O $@ $(LIBEXIF_DOWNLOAD)

$(LIBJPEGTURBO_SRC):
wget -O $@ $(LIBJPEGTURBO_DOWNLOAD)

$(LIBPNG_SRC):
wget -O $@ $(LIBPNG_DOWNLOAD)

$(SQLITE_SRC):
wget -O $@ $(SQLITE_DOWNLOAD)

install-zlib:
@$(MAKE) -C $(ZLIB_VERSION) install

install-libconfig:
@$(MAKE) -C $(LIBCONFIG_VERSION) install

install:
@[ ! -d $(LIBCONFIG_VERSION) ] || $(MAKE) -C $(LIBCONFIG_VERSION) install
@[ ! -d $(FREETYPE_VERSION) ] || $(MAKE) -C $(FREETYPE_VERSION) install
@[ ! -d $(LIBEXIF_VERSION) ] || $(MAKE) -C $(LIBEXIF_VERSION) install
@[ ! -d $(LIBJPEGTURBO_VERSION) ] || $(MAKE) -C $(LIBJPEGTURBO_VERSION) install
@[ ! -d $(LIBPNG_VERSION) ] || $(MAKE) -C $(LIBPNG_VERSION) install
@[ ! -d $(SQLITE_VERSION) ] || $(MAKE) -C $(SQLITE_VERSION) install-libLTLIBRARIES install-data

clean:
@$(RM) -r $(LIBCONFIG_VERSION)
@$(RM) -r $(FREETYPE_VERSION)
@$(RM) -r $(LIBEXIF_VERSION)
@$(RM) -r $(LIBJPEGTURBO_VERSION)
@$(RM) -r $(LIBPNG_VERSION)
@$(RM) -r $(SQLITE_VERSION)
@$(RM) -r $(ZLIB_VERSION)
 

Sonansune

Well-Known Member
OP
Member
Joined
Jul 2, 2015
Messages
3,734
Trophies
1
XP
2,142
Country
Canada
Try installing MinGW.
upload_2016-2-28_10-26-21.png

still have the same error:(
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: I know. Nice to see new members here, aside from the ongoing spam problem.