GithubHelp home page GithubHelp logo

alien-tinyccx's Introduction

Alien::TinyCCx

A Perl Alien module for the Tiny C Compiler with extended symbol table management. This Perl distribution distributes and contains the build steps necessary to ensure that the Tiny C Compiler is available on your system.

INSTALLATION FROM SOURCES

If you are installing this directly from the sources on github, here are the steps you should take after downloading the tarball:

cpan Module::Build File::ShareDir File::Which
git submodule init
git submodule update

Then follow the installation instructions in the next section.

INSTALLATION

I assume that if you are installing this module, you are doing so from CPAN. The usual Module::Build incantation shold work:

perl Build.PL
./Build
./Build test
./Build install

On Windows, you should omit the ./ part of the Build commands.

DEVELOPMENT

If you want to work on Alien::TCCx itself, you will need to work with a clone of this repository, as well as a clone of the tinycc subrepository. To set everything up, create a Build file and run the devsetup command:

perl Build.PL
./Build devsetup

The devsetup command is essentially equivalent to

git submodule init
git submodule update
cp git-pre-commit-hook.pl .git/hooks/pre-commit

The last bit, the commit hook, helps me keep the Changes file up-to-date. :-)

Also, devclean and devrealclean will restore the contents of src/ to their original state, and should be used instead of Build command clean and realclean.

LICENSE, COPYRIGHT

This distribution distributes the source for the Tiny C Compiler project under the src/ directory, for which the following notice is in effect:

* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.

The Alien::TCCx Perl module itself is distributed under the same terms as Perl itself.

alien-tinyccx's People

Contributors

plicease avatar run4flat avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

alien-tinyccx's Issues

Compilation error with Ubuntu 22.04

On a Ubuntu 22.04 system:

gcc  -c bcheck.c -o x86_64/bcheck.o -fPIC -Wdeclaration-after-statement -Wno-deprecated-declarations -Wno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare -Wno-unused-result -Wno-uninitialized -fno-strict-aliasing -I.. -fPIC -DTCC_TARGET_X86_64
bcheck.c: In function ‘install_malloc_hooks’:
bcheck.c:717:25: error: ‘__malloc_hook’ undeclared (first use in this function); did you mean ‘saved_malloc_hook’?
  717 |     saved_malloc_hook = __malloc_hook;
      |                         ^~~~~~~~~~~~~
      |                         saved_malloc_hook
... etc ...
bcheck.c:736:5: error: ‘__memalign_hook’ undeclared (first use in this function); did you mean ‘saved_memalign_hook’?
  736 |     __memalign_hook = saved_memalign_hook;
      |     ^~~~~~~~~~~~~~~
      |     saved_memalign_hook
make[1]: *** [Makefile:98: x86_64/bcheck.o] Error 1
make[1]: Leaving directory '/home/cpansand/.cpan/build/2022043020/Alien-TinyCCx-0.12-0/src/lib'
make: *** [Makefile:216: libtcc1.a] Error 2
tcc build failed at make at inc/My/Build/Linux.pm line 41.

packlist incomplete

After install, Alien-TinyCCx's packlist contains only two entries:

  • /opt/perl-5.23.1/lib/site_perl/5.23.1/Alien/TinyCCx.pm
  • /opt/perl-5.23.1/man/man3/Alien::TinyCCx.3

But it seems that more is installed which is not listed in the packlist:

  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/bin/tcc
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/include/libtcc.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/libtcc.a
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/float.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/stdarg.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/stdbool.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/stddef.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/tcclib.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/varargs.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/libtcc1.a
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/share/man/man1/tcc.1

It would be good if all installed files would be listed in the packlist.

OS X support

The current CPAN version fails on OS X with this error (observed by myself and from the cpantesters matrix):

gcc -o x86_64/tiny_libmaker ../win32/tools/tiny_libmaker.c -Wall -g -O2 -I.. -D_FORTIFY_SOURCE=0 -Wl,-flat_namespace,-undefined,warning  -DTCC_TARGET_X86_64
x86_64/tiny_libmaker rcs ../libtcc1.a x86_64/libtcc1.o x86_64/alloca86_64.o x86_64/alloca86_64-bt.o
Unsupported Elf Class: x86_64/libtcc1.o
make[1]: *** [Makefile:96: ../libtcc1.a] Error 2
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-TinyCCx-0.12-0/src/lib'
make: *** [Makefile:216: libtcc1.a] Error 2
tcc build failed at make at inc/My/Build/Linux.pm line 4

From git, it builds for me, but I get test failures:

https://gist.github.com/plicease/0445fbafce72d4c4a8044ce1b7973f2b

(gistified for its length).

I see a similar error when trying to install C::Blocks after forcing a Alien::TinyCCx install :)

Alien::TinyCC works on OS X for what it is worth. As always, happy to debug and try things as necessary.

installation proceeds after tests fail

Running under Windows 10.

t\30-tcc-suite.t gets up to test 50-62 (it varies, but 62 is the highest) before the Windows "program stopped working correctly" error appears. Once that window is closed it keeps going with the tests, as per the log.

The failure in t\40-tcc-exsymtab-test-suite.t is consistent.

Despite these failures, the process continues and installs Alien::TinyCCx into the system.

Full log is below.

Regards,
Shawn.

cpanm -v Alien::TinyCCx
cpanm (App::cpanminus) 1.7041 on perl 5.024000 built for MSWin32-x64-multi-thread
Work directory is C:\BERRYB~1\524~1.0_6\data/.cpanm/work/1480716161.10464
You have make C:\berrybrew\5.24.0_64_PDL\c\bin\dmake.exe
You have LWP 6.15
Falling back to Archive::Tar 2.06
You have C:\texlive\2016\bin\win32\unzip.exe
Searching Alien::TinyCCx () on cpanmetadb ...
--> Working on Alien::TinyCCx
Fetching http://www.cpan.org/authors/id/D/DC/DCMERTENS/Alien-TinyCCx-0.12.tar.gz ... OK
Unpacking Alien-TinyCCx-0.12.tar.gz
Entering Alien-TinyCCx-0.12
Checking configure dependencies from META.json
Checking if you have Module::Build 0.38 ... Yes (0.4218)
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
Checking if you have File::ShareDir 0 ... Yes (1.102)
Running Build.PL
Configuring Alien-TinyCCx-0.12 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Alien-TinyCCx' version '0.12'
OK
Checking dependencies from MYMETA.json ...
Checking if you have File::ShareDir 1.00 ... Yes (1.102)
Checking if you have Module::Build 0 ... Yes (0.4218)
Checking if you have ExtUtils::CBuilder 0 ... Yes (0.280225)
Checking if you have File::Copy::Recursive 0 ... Yes (0.38)
Building and testing Alien-TinyCCx-0.12 ... Building Alien-TinyCCx

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>echo #define TCC_VERSION "0.9.26" 1>..\config.h

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>gcc -m64 -Os -s -fno-strict-aliasing -DTCC_TARGET_PE -DTCC_TARGET_X86_64 tools/tiny_impdef.c -o tiny_impdef.exe

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>gcc -m64 -Os -s -fno-strict-aliasing -DTCC_TARGET_PE -DTCC_TARGET_X86_64 tools/tiny_libmaker.c -o tiny_libmaker.exe

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>if not exist libtcc mkdir libtcc

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>copy ..\libtcc.h libtcc\libtcc.h
        1 file(s) copied.

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>gcc -m64 -Os -s -fno-strict-aliasing -DTCC_TARGET_PE -DTCC_TARGET_X86_64 -shared -DLIBTCC_AS_DLL -DONE_SOURCE ../libtcc.c -o libtcc.dll -Wl,-out-implib,libtcc/libtcc.a

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>tiny_impdef libtcc.dll -o libtcc/libtcc.def

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>gcc -m64 -Os -s -fno-strict-aliasing -DTCC_TARGET_PE -DTCC_TARGET_X86_64 ../tcc.c -o tcc.exe -ltcc -Llibtcc

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>copy ..\include\*.h include
..\include\float.h
..\include\stdarg.h
..\include\stdbool.h
..\include\stddef.h
..\include\varargs.h
        5 file(s) copied.

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>copy ..\tcclib.h include
        1 file(s) copied.

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>copy ..\tests\libtcc_test.c examples
        1 file(s) copied.

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>.\tcc -DTCC_TARGET_PE -DTCC_TARGET_X86_64 -c ../lib/libtcc1.c

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>.\tcc -DTCC_TARGET_PE -DTCC_TARGET_X86_64 -c lib/crt1.c

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>.\tcc -DTCC_TARGET_PE -DTCC_TARGET_X86_64 -c lib/wincrt1.c

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>.\tcc -DTCC_TARGET_PE -DTCC_TARGET_X86_64 -c lib/dllcrt1.c

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>.\tcc -DTCC_TARGET_PE -DTCC_TARGET_X86_64 -c lib/dllmain.c

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>.\tcc -DTCC_TARGET_PE -DTCC_TARGET_X86_64 -c lib/chkstk.S

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>goto lib64

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>.\tcc -DTCC_TARGET_PE -DTCC_TARGET_X86_64 -c ../lib/alloca86_64.S

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>tiny_libmaker lib/libtcc1.a libtcc1.o alloca86_64.o crt1.o wincrt1.o dllcrt1.o dllmain.o chkstk.o

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>del *.o

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>if not exist doc md doc

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>copy tcc-win32.txt doc
        1 file(s) copied.

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>echo @set VERSION 0.9.26 1>..\config.texi

C:\BERRYB~1\524~1.0_6\data\.cpanm\work\1480716161.10464\Alien-TinyCCx-0.12\src\win32>makeinfo --html --no-split -o doc\tcc-doc.html ../tcc-doc.texi   || echo *** tcc-doc.html was not built ***
'makeinfo' is not recognized as an internal or external command,
operable program or batch file.
*** tcc-doc.html was not built ***
t\10-path-tests.t ............... ok
t\20-tcc-exec.t ................. ok
t\30-tcc-test-suite.t ........... ok
t\40-tcc-exsymtab-test-suite.t .. 22/31

# Failed test '62-two-contexts-static-globals.c' during execution:
#  tcc: warning: Global symbol  does not exist in extended symbol table; not copying
#
#  ok 1 - First code string compiled and relocated fine
#  ok 2 - first_set/first_get work
#  not ok 3 - Static global variables do not bleed scope
#  # got 0 but expected 1
#  ok 4 - cleanup
#  1..4
#  # Looks like you failed 1 test of 4
t\40-tcc-exsymtab-test-suite.t .. ok
All tests successful.

Test Summary Report
-------------------
t\30-tcc-test-suite.t         (Wstat: 0 Tests: 80 Failed: 0)
  TODO passed:   25, 29, 72-73
Files=4, Tests=115, 19 wallclock secs ( 0.08 usr +  0.02 sys =  0.09 CPU)
Result: PASS
Building Alien-TinyCCx
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\Alien\TinyCCx.pm
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\build-tcc.bat
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\libtcc.dll
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\tcc-win32.txt
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\tcc.exe
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\tiny_impdef.exe
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\tiny_libmaker.exe
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\doc\tcc-win32.txt
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\examples\dll.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\examples\fib.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\examples\hello_dll.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\examples\hello_win.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\examples\libtcc_test.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\assert.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\conio.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\ctype.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\dir.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\direct.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\dirent.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\dos.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\errno.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\excpt.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\fcntl.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\fenv.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\float.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\inttypes.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\io.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\limits.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\locale.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\malloc.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\math.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\mem.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\memory.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\process.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\setjmp.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\share.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\signal.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\stdarg.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\stdbool.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\stddef.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\stdint.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\stdio.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\stdlib.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\string.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\tcclib.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\tchar.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\time.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\vadefs.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\values.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\varargs.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\wchar.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\wctype.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winsock2.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\_mingw.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\conio_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\crtdbg_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\io_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\mbstring_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\search_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\stdio_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\stdlib_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\stralign_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\string_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\tchar_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\time_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\wchar_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sec_api\sys\timeb_s.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sys\fcntl.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sys\file.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sys\locking.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sys\stat.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sys\time.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sys\timeb.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sys\types.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sys\unistd.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\sys\utime.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\tcc\tcc_libm.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\basetsd.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\basetyps.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\guiddef.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\in6addr.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\inaddr.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\intrin.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\mstcpip.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\mswsock.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\poppack.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\pshpack1.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\pshpack2.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\pshpack4.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\pshpack8.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\qos.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\reason.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\shellapi.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\specstrings.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\stralign.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\tvout.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\winbase.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\wincon.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\windef.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\windows.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\winerror.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\wingdi.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\winnetwk.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\winnls.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\winnt.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\winreg.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\winsock2.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\winuser.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\winver.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\ws2def.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\ws2ipdef.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\ws2tcpip.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\_bsd_types.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\_mingw_unicode.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\_timeval.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\psdk_inc\_fd_types.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\psdk_inc\_ip_mreq1.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\psdk_inc\_ip_types.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\psdk_inc\_socket_types.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\psdk_inc\_ws1_undef.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\psdk_inc\_wsadata.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\psdk_inc\_wsa_errnos.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\include\winapi\psdk_inc\_xmitfile.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\lib\chkstk.S
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\lib\crt1.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\lib\dllcrt1.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\lib\dllmain.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\lib\gdi32.def
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\lib\kernel32.def
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\lib\libtcc1.a
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\lib\msvcrt.def
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\lib\user32.def
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\lib\wincrt1.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\libtcc\libtcc.a
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\libtcc\libtcc.def
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\libtcc\libtcc.h
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\tools\tiny_impdef.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\tools\tiny_libmaker.c
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\vs2015\libtcc.vcxproj
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\vs2015\tcc.sln
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\auto\share\dist\Alien-TinyCCx\vs2015\tcc.vcxproj
OK
Successfully installed Alien-TinyCCx-0.12
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\MSWin32-x64-multi-thread\.meta\Alien-TinyCCx-0.12\install.json
Installing C:\berrybrew\5.24.0_64_PDL\perl\site\lib\MSWin32-x64-multi-thread\.meta\Alien-TinyCCx-0.12\MYMETA.json
Expiring 9 work directories.
1 distribution installed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.