기술을 이해하려면 누구를 뽑는지 보면 된다.

(주)비티씨코리아닷컴2018 상반기 각 부문 경력사원 대규모 채용 

 

 

~ 2018년 01월 27일 (토) (D-9)

 

(주)비티씨코리아닷컴

 

 

컴퓨터 프로그래밍 서비스업

기업형태회사주소

중소기업, 법인사업체

채용부문담당업무

Front End 개발자, Back End 개발자, DBA 엔지니어, 인프라 엔지니어, QA 엔지니어, IT 보안 전문가, 코인데몬 분석/개발자, 웹 디자이너, Risk Management 담당자, 고객자산보호센터, 운영팀, 마케팅 담당, DB마케팅 담당, 웹서비스 기획자, 홍보담당자, Fintech 상품 기획, Payment 상품 기획, Payment 및 Fintech 제휴/영업, Payment 및 Fintech 서비스 개발, UX/UI 기획(웹/모바일 서비스 화면 기획), RA(암호화폐/블록체인 업계 RA,비즈니스 모델 분석), 경영_신사업 및 거래사업 운영, 금융 투자, 전략 전문가, 법무-변호사, 법무-법무 경력자, 준법감시팀(컴플라이언스팀), IT 감사, 인사담당자, 재무회계 실무자, 해외사업 담당자
가상화폐 및 블록체인 유관업무 기획, 해외사업 기획 및 설립, DB 및 통계를 근간으로 한 마케팀, 거래소 및 신사업 운영, 재무회계운영, 서비스 법률 검토, 계약서 검토, 소송 등 기업법무 전반, 금융기관 제휴 서비스 기획, 기타 플랫폼 서비스 기획 등

지역급여근무형태

서울 > 강남구, 서초구 
회사내규에 따름
정규직

경력학력

경력 3년 이상
학력무관

즉시지원  

 

  • 조회수 20,491
  • 지원자 872
  • 스크랩 290

즉시지원

01/27(토) 마감 (D-9)

 

  • 인재채용을 위해 사람인 서비스를 적극적으로 이용중인 기업의 채용정보입니다.
  • 인사담당자가 구직자와 소통하는 친절한 기업의 채용정보입니다.
  • 20,491명의 구직자가 눈여겨 보고 있는 채용정보 입니다.
  • 290명의 구직자가 콕! 찍은 채용정보 입니다.

만드는 모듈이 커져서 DLL로 나누는데

뭔가 꼬였는지 조금 귀찮...

다음 방법으로 해결했다.


warning 제거는
Alt+Enter
C/C++ - 전처리기 - 전처리기 정의에서 추가 시켜줘야함

dll대신 obj나 lib 등록하고 dll은 해당 디렉토리에 복사하면 됨.



링커 도구 오류 LNK1107

Visual Studio 2015

다른 버전

 

 

게시 날짜: 2016년 4월

Visual Studio 2017 에 대한 최신 설명서는 Visual Studio 2017 설명서를 참조하세요.

잘못 되었거나 손상 된 파일: 위치에서 읽을 수 없습니다

이 도구 파일을 읽을 수 없습니다. 파일을 다시 만듭니다.

모듈을 전달 하려고 시도 하는 경우에 LNK1107 발생할 수 있습니다 (.dll 또는.netmodule 확장을 사용 하 여 만든 /clr:noAssembly 또는/NOASSEMBLY)을 링커에.obj 파일을 대신 전달 합니다.

LNK1107 could also occur if you attempt to pass a module (.dll or .netmodule extension created with clr:noAssembly or NOASSEMBLY) to the linker; pass the .obj file instead.

 

다음 샘플 컴파일하는 경우:

 

 

다음을 지정 하 고 LNK1107.dll 링크 명령줄 LNK1107 시킬 수 있습니다. 이 오류를 해결 하려면 지정 LNK1107.obj 링크 대신 합니다.

 

 To resolve the error, specify link LNK1107.obj instead.

 

뭐야... ㅡㅡ;

"C:\code\picotorrent-develop\picotorrent-develop\build-x64\PicoTorrent.sln"(Build 대상)(1) ->
"C:\code\picotorrent-develop\picotorrent-develop\build-x64\WebSocket.vcxproj.metaproj"(기본 대상)(9)->
"C:\code\picotorrent-develop\picotorrent-develop\build-x64\WebSocket.vcxproj"(기본 대상)(10)->
(ClCompile 대상) ->
  c:\code\picotorrent-develop\picotorrent-develop\plugins\websocket\src\TorrentEventSink.hpp(10): fatal error C1083: 포 함
 파일을 열 수 없습니다. 'websocketpp/config/asio_no_tls.hpp': No such file or directory [C:\code\picotorrent-develop\picotorrent
-develop\build-x64\WebSocket.vcxproj]
  c:\code\picotorrent-develop\picotorrent-develop\plugins\websocket\src\TorrentEventSink.hpp(10): fatal error C1083: 포 함
 파일을 열 수 없습니다. 'websocketpp/config/asio_no_tls.hpp': No such file or directory [C:\code\picotorrent-develop\picotorrent
-develop\build-x64\WebSocket.vcxproj]

    경고 0개
    오류 2개

경과 시간: 00:00:09.14
An error occurred when executing task 'Build'.
Error: MSBuild: Process returned an error (exit code 1).

최근 뭐하나 제대로 빌드되는 오픈소스가 없네 ㅋㅋ

silicon-websocketpp

이 필요하다.

 

http://siliconframework.org/docs/websocketpp.html

 

아니네.

 

https://www.zaphoyd.com/websocketpp

 

include에 넣어주니 잘 넘어감

 

This is try 1/3. Retrying after 300 milliseconds.

 Error converted to warning:

 'C:\ProgramData\chocolatey\config' 경로에 대한 액세스가 거부되었습니다.

This is try 2/3. Retrying after 400 milliseconds.

 Error converted to warning:

 'C:\ProgramData\chocolatey\config' 경로에 대한 액세스가 거부되었습니다.

Maximum tries of 3 reached. Throwing error.

Cannot create directory "C:\ProgramData\chocolatey\config". Error was:

System.UnauthorizedAccessException: 'C:\ProgramData\chocolatey\config' 경로에 대한 액세스가 거부되었습니다.

   위치: System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   위치: System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)

   위치: System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)

   위치: chocolatey.infrastructure.filesystem.DotNetFileSystem.<>c__DisplayClass64.<create_directory>b__63()

   위치: chocolatey.infrastructure.tolerance.FaultTolerance.<>c__DisplayClass1.<retry>b__0()

   위치: chocolatey.infrastructure.tolerance.FaultTolerance.retry[T](Int32 numberOfTries, Func`1 function, Int32 waitDurationMilliseconds, Int32 increaseRetryByMilliseconds, Boolean isSilent)

   위치: chocolatey.infrastructure.filesystem.DotNetFileSystem.create_directory(String directoryPath)

   위치: chocolatey.infrastructure.filesystem.DotNetFileSystem.create_directory_if_not_exists(String directoryPath, Boolean ignoreError)

'C:\ProgramData\chocolatey\config' 경로에 대한 액세스가 거부되었습니다.

An error occurred when executing task 'Build-Chocolatey-Package'.

Error: Chocolatey: Process returned an error (exit code 1).

 

 

관리자 권한으로 실행해주면 깔끔.

 

start-process powershell -verb runas

 

========================================

Default

========================================

Executing task: Default

Finished executing task: Default

 

Task                          Duration

--------------------------------------------------

Clean                         00:00:00.0356453

Generate-Project              00:00:00.9622755

Build                         00:00:06.2843717

Setup-Library-Files           00:00:00.0601198

Setup-Publish-Directory       00:00:00.1060267

Build-Installer               00:00:08.3212576

Build-Installer-Bundle        00:00:02.0140013

Build-AppX-Package            00:00:00.8814243

Build-Chocolatey-Package      00:00:00.9651049

Build-Portable-Package        00:00:00.5434865

Build-Symbols-Package         00:00:01.2982056

Default                       00:00:00.0044482

--------------------------------------------------

Total:                        00:00:21.4763674

 

build 의 publish 아래 dll 들과 무사히 안착

가장 유연한 구성 옵션과 외부 모듈을 갖춘 서버를 원할 경우 : ProFTPd
소수의 사용자 만 있고 간단하고 안전한 FTP 서버 : PureFTPd
많은 사용자와 함께 대규모 FTP 서버를 실행하려면 다음을 수행하십시오. vsftpd

임사원
모조 시장은 참 크다.

인터넷 광고 따라가다

http://4uhk.kr/shop/item.php?it_id=1515923488

찾은 사이트

광고도 잘 되고,

사이트 운영도 잘 하고 있는 듯.

신기하다 정말

뉴스에서는 짝퉁 업자들 잡아 들인다면서 이렇게 쉽게 접근할 수 있다.

페레가모 벨트는 진짜랑 너무 차이가 큰데도 이런 쇼핑몰이

3~6개월 만에 수십억을 버는 것을 보면

정말 소비자가 많은 것 같다.

미국 친구들이 하던 말이 다시 생각나다.

자신을 위해 사는 건데 왜 가짜를 사?

What's the difference between Facebook and Twitter? Which one do you prefer?
트위터가 편했다. 글이었기 때문에 사생활 사진이 올라오지는 않았다. 유명인도 모두 트위터를 썼었다. 그러다 페이스북이 떳다. 사진을 올릴 수 있어서 다들 페북으로 옮겨 갔다. 트위터도 나중에는 사진을 올릴 수 있게 바뀌었다. 페이스북은 동영상 기능을 추가했다. 그리고 좋아요를 통해서 공감을...

하고 싶은 말은 걍 블로거랑 유투브 써라.

페이스북은 무슨 ...

어차피 나중에 다 지워질 추억
  gnutella build on cygwin64
make, gcc, binutils, vim and dependences 우선 설치

ERROR: Cannot compile against GLib. Library or header files might be missing.
ERROR: Cannot compile against zlib. Library or header files might be missing.
ERROR: Cannot find iconv(). Library or header files might be missing.
ERROR: Cannot compile against Gtk+. Library or header files might be missing.
If you need help to resolve the compile problem, please send a mail to

        gtk-gnutella-devel (at) lists.sourceforge.net

 

 

-------------------------------------------------------------  해당 라이브러리 설치

 

Continuing in src...

../scripts/git-revision .. revision.h

cc -c -I.. -I. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I                                                                                                                                                                                               /usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/includ                                                                                                                                                                                               e/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/                                                                                                                                                                                               pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2                                                                                                                                                                                               .0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16                                                                                                                                                                                                -I/usr/include/freetype2 -I/usr/include/libpng16 -D_REENTRANT -I/usr/include/gli                                                                                                                                                                                               b-2.0 -I/usr/lib/glib-2.0/include    -DCURDIR=src -O2 -g -pthread -pipe -momit-l                                                                                                                                                                                               eaf-frame-pointer -W -Wall -Wformat=2 -Wshadow  main.c

process_begin: CreateProcess(D:\cygwin64\bin\cc, cc -c -I.. -I. -D_REENTRANT -I/                                                                                                                                                                                               usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/i                                                                                                                                                                                               nclude/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-p                                                                                                                                                                                               ixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbu                                                                                                                                                                                               zz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include                                                                                                                                                                                                -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr                                                                                                                                                                                               /include/libpng16 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu                                                                                                                                                                                               de -DCURDIR=src -O2 -g -pthread -pipe -momit-leaf-frame-pointer -W -Wall -Wforma                                                                                                                                                                                               t=2 -Wshadow main.c, ...) failed.

make (e=5): 액세스가 거부되었습니다.

gmake[2]: *** [Makefile:52: main.o] Error 5

 

 

-------------------------------------------------------------  라이브러리 설치

 

 

Devel "binutils"
Devel "gcc-g++" & "gcc-core".
Devel "make"
Interpreters "perl", "perl_autorebase", "perl_base"
Interpreters "perl_manpages", "perl_pods"
Libs "libjpeg8" & "libjpeg-devel"

Libs "libpng12" & "libpng12-devel"
Libs "zlib" & "zlib-devel"

 

--------------------------

 

 

                version

GEO_LICENSE           mkdep

 

hajun@eddie ~/gtk-gnutella-1.1.13

$ ./build.sh

First let's make sure your kit is complete.  Checking...

Locating common programs...

Checking compatibility between /usr/bin/echo and builtin echo (if any)...

Symbolic links are supported.

Checking how to test for symbolic links...

Your builtin 'test -h' may be broken.

Trying external '/usr/bin/test -h'.

You can test for symbolic links with '/usr/bin/test -h'.

Good, your tr supports [:lower:] and [:upper:] to convert case.

Using [:upper:] and [:lower:] to convert case.

Operating system name? [cygwin]

Operating system version? [2.9.0]

What is your architecture name [x86_64-cygwin]

AFS does not seem to be running...

Do you expect to run these scripts and binaries on multiple machines? [n]

Installation prefix to use? (~name ok) [/usr/local]

Pathname where the private library files will reside? (~name ok)

[/usr/local/share/gtk-gnutella]

Where do you want to put the public architecture-dependent libraries? (~name ok)

[/usr/local/lib/gtk-gnutella]

Use which C compiler? [cc]

Checking for GNU cc in disguise and/or its version number...

Where are the include files you want to use? [/usr/include]

Now, how can we feed standard input to your C preprocessor...

Directories to use for library searches? [/lib /usr/lib /usr/local/lib]

What optimizer/debugger flag should be used? [-O2 -g]

What thread-support compiler/linker flag should be used? [-pthread]

Any additional cc flags? [-W -Wall -Wformat=2 -Wshadow]

Let me guess what the preprocessor flags are...

Any additional ld flags (NOT including libraries)? [none]

Checking your choice of C compiler and flags for coherency...

Computing filename position in cpp output for #include directives...

<malloc.h> found.

<stdlib.h> found.

What is the file extension used for shared libraries? [so]

Checking for optional libraries...

Which libraries to use?

[-lbfd -liberty -lz -lresolv -liconv -lm -lintl -ldl]

Do you wish to attempt to use the malloc() that comes with gtk-gnutella? [y]

Enable remote control service [n]

Run without any GUI interface [n]

Use which GTK toolkit (1 or 2) [2]

Pathname where the public executables will reside? (~name ok)

[/usr/local/bin]

Could not find manual pages in source form.

Where do the manual pages (source) go? (~name ok) [/usr/share/man/man1]

Checking for gettext()... found.

<libintl.h> found.

You have NLS support.

Shall I enable NLS [y]

Where do you want to put the localization files? (~name ok)

[/usr/local/share/locale]

Directory /usr/local/share/locale doesn't exist.  Use that name anyway? [y]

<unistd.h> found.

Checking for access()... found.

<unistd.h> defines the *_OK access constants.

Checking for alarm()... found.

Checking for arc4random()... found.

Checking whether your compiler can handle __attribute__... yes.

<execinfo.h> NOT found.

Checking for backtrace()... missing.

Checking for bcmp()... found.

Checking for bcopy()... found.

Checking whether the BFD library is available... yes.

Checking for bind_textdomain_codeset()... found.

Checking for bsearch()... found.

Checking for __builtin_bswap32()... found.

Checking for __builtin_bswap64()... found.

Checking for __builtin_clz()... found.

Checking for __builtin_ctz()... found.

Checking for __builtin_popcount()... found.

Checking for bzero()... found.

Checking to see how big your shorts are... 2 bytes.

Checking to see how big your ints are... 4 bytes.

Checking to see how big your longs are... 8 bytes.

Checking to see how big your pointers are... 8 bytes.

Computing CPU architecture type... LP64.

Checking for clearenv()... missing.

Checking for clock_getres()... found.

Checking for clock_gettime()... found.

Checking for closefrom()... missing.

Checking to see if your C compiler knows about "const"...

Checking how we can gather information about dbus...

You've don't seem to have dbus installed?

Checking whether /dev/poll can be used... no.

<dirent.h> found.

Checking whether struct dirent has a d_namlen member... no.

Checking whether struct dirent has a d_type member... yes.

Checking for dirfd()... found.

<dlfcn.h> found.

Checking for dladdr()... found.

Checking whether your linker defines the end symbol... yes.

Checking whether epoll support is available... no.

Checking whether your linker defines the etext symbol... yes.

Shall I enable "fast assertions" [y]

Added -momit-leaf-frame-pointer to the cc flags.

Checking for fchdir()... found.

Checking for fdatasync()... found.

Checking for fdopendir()... found.

Checking for fork()... found.

<sys/stat.h> found.

Checking for fstatat()... found.

Checking for fsync()... found.

<arpa/inet.h> found.

<netdb.h> found.

<sys/socket.h> found.

<winsock2.h> found.

<ws2tcpip.h> found.

<netinet/in.h> found.

Checking for getaddrinfo()... missing.

Checking for geteuid()... found.

<net/if.h> found.

Checking for getifaddrs()... found.

Checking for getinvent()... missing.

Checking for getlogin()... found.

Checking for getnameinfo()... missing.

Checking for getppid()... found.

Checking for getprogname()... found.

Checking for getpwnam()... found.

Checking for getpwuid()... found.

<sys/select.h> found.

Testing to see if we should include <time.h>, <sys/time.h> or both.

We'll include <sys/time.h>.

Checking for getrlimit()... found.

Checking for GNU C Library...

Shall I use nm to extract C symbols from the libraries? [n]

getdtablesize() found.

You have struct timeb defined in <sys/timeb.h>.

Checking for gettimeofday()... found.

Checking for ftime()... found.

Checking for getuid()... found.

Checking how we can gather information about GnuTLS...

You don't seem to have GnuTLS installed?

Checking for herror()... found.

Checking for hstrerror()... found.

Checking IEEE-754 float byte-ordering... little-endian.

Checking for strchr()... found.

Checking for index()... found.

<netinet/ip.h> found.

Checking whether IP TOS (Type of Service) support is available...

You have IP TOS support in <netinet/ip.h>.

Checking whether IPv6 support is available... no.

Checking for isascii()... found.

Checking for kqueue()... missing.

<libcharset.h> found.

Checking for locale_charset()... missing.

Checking for lstat()... found.

<sys/mman.h> found.

Checking for madvise()... found.

Checking for memalign()... found.

Checking for memcpy()... found.

Checking for memmove()... found.

Checking for mempcpy()... found.

Checking for mmap()... found.

<sys/types.h> found.

<mswsock.h> found.

Checking whether 'struct msghdr' has a 'msg_flags' member... no.

Checking for nanosleep()... found.

<sys/file.h> defines the O_* constants...

and you have the 3 argument form of open().

Checking for openat()... found.

Checking for pause()... found.

<sys/file.h> found.

We'll be including <sys/file.h>.

Checking for pipe2()... found.

<poll.h> found.

<sys/poll.h> found.

Checking for poll()... found.

Checking for popen()... found.

Checking for posix_fadvise()... found.

Checking for posix_memalign()... found.

Checking for pread()... found.

Checking for preadv()... missing.

Checking whether C startup sets program_invocation_name... yes.

Checking for pthread_attr_setstack()... found.

Checking for pwrite()... found.

Checking for pwritev()... missing.

Checking for recvmsg()... missing.

Checking for regcomp()... found.

<sys/resource.h> found.

Checking for getrusage()... found.

Checking for sbrk()... found.

Checking for sched_yield()... found.

Checking for select()... missing.

Checking for semctl()... found.

Checking for semget()... found.

Checking for semop()... found.

Checking for semtimedop()... missing.

Checking for sendfile()... missing.

Checking for setenv()... found.

Checking for setproctitle()... missing.

Checking for setprogname()... found.

Checking for setsid()... found.

Checking for sigaction()... found.

Checking for sigaltstack()... found.

Checking for sigprocmask()... found.

POSIX sigsetjmp() found.

Checking whether 'struct sockaddr_in' has a 'sin_len' member... no.

<sys/un.h> found.

Checking whether 'struct sockaddr_un' is available... no.

Checking whether socket_get() allows binding to privileged ports... no.

Hmm... Looks like you have Berkeley networking support.

Checking for socketpair()... missing.

<sys/mount.h> found.

<sys/param.h> found.

<sys/vfs.h> found.

Checking for statfs()... found.

Checking for statvfs()... found.

Checking for strlcat()... found.

Checking for strlcpy()... found.

Checking whether atomic memory operations are possible... yes.

Checking for syscall()... missing.

Checking for sysctl()... missing.

Checking for system()... found.

<sys/times.h> found.

times() found.

What type is returned by times() on this system? [clock_t]

Checking for ttyname()... found.

<ucontext.h> found.

<sys/ucontext.h> found.

Checking whether including <ucontext.h> alone works... yes.

Checking whether 'struct ucontext' has a 'uc_mcontext' member... yes.

Checking whether 'struct ucontext' has a 'mcontext.gregs[]' member... no.

Figuring out host name...

Your host name appears to be "eddie". Right? [y]

uname() found.

Checking for usleep()... found.

Checking vfork... yes.

Some systems have problems with vfork().  Do you want to use it? [y]

Checking to see if your C compiler knows about "volatile"...

Checking for vsnprintf()... found.

<sys/wait.h> found.

Checking for waitpid()... found.

Checking whether we need flags for large file support...

<inttypes.h> found.

<limits.h> found.

<math.h> found.

Checking alignment constraints...

What is the maximum alignment in bytes required for a standard type? [8]

Checking integer byte-ordering... little-endian.

Checking to see how big your characters are... 1 byte.

Checking to see how your cpp does stuff like catenate tokens...

I can't determine whether signal handler returns void or int...

What type does your signal handler return? [void]

Figuring out the flag used by open() for non-blocking I/O...

Let's see what value errno gets from read() on a O_NONBLOCK file...

Determining whether or not we are on an EBCDIC system...

Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8.

Compiling for GTK 2: we'll use 'glade-2'.

Checking how we can gather information about GLib...

Checking whether glib.h can be compiled against...

We'll be using GLib version 2.52.3.

Checking how we can gather information about GTK+...

OK, you have GTK+ 2.24.31

(Some GLib C flags are missing from GTK+ flags, adding all of them.)

(Some GLib ld flags are missing from GTK+ flags, adding all of them.)

Checking whether Gtk+ can be compiled against...

We'll be using Gtk+ version 2.24.31.

Figuring out my version number...

Looking for a BSD-compatible install program...

Which install program shall I use? (~name ok) [/usr/bin/install]

Ok, let's see how we can create nested directories...

Which memory models are supported? [none]

Checking if your /cygdrive/c/Strawberry/c/bin/gmake program sets $(MAKE)...

Checking how to generate makefile dependencies on your machine...

Name of program to make makefile dependencies? (~name ok)

[/home/hajun/gtk-gnutella-1.1.13/mkdep]

Let's see whether your /usr/bin/msgmerge supports the --update flag...

D:/cygwin64/bin/msgmerge.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory

Does the C compiler support function prototypes? Yes.

Checking how to generate random libraries on your machine...

Generating a list of signal names and numbers...

Checking for difftime()... found.

Checking whether difftime() can be avoided... yes.

Checking to see how well your C compiler groks the void type...

Which compiler compiler (yacc) shall I use? [bison]

Any additional yacc flags? [none]

<fcntl.h> found.

We don't need to include <fcntl.h> if we include <sys/file.h>.

<ifaddrs.h> found.

<invent.h> NOT found.

<langinfo.h> found.

<linux/netlink.h> NOT found.

<linux/rtnetlink.h> NOT found.

<net/route.h> NOT found.

<pthread.h> found.

<pwd.h> found.

<regex.h> found.

<sched.h> found.

<stdarg.h> found.

<varargs.h> found.

We'll include <stdarg.h> to get va_dcl definition.

Using <string.h> instead of <strings.h>.

<sys/ipc.h> found.

<sys/sem.h> found.

<sys/sendfile.h> NOT found.

<sys/statvfs.h> found.

<sys/sysctl.h> NOT found.

<sys/utsname.h> found.

<iconv.h> found.

Checking for deflate()... found.

Checking for inflate()... found.

<zlib.h> found.

Checking whether sendfile() works with current compiling flags... yes.

Checking for iconv()... found.

Checking whether '-mieee' should be used... no.

Checking whether '-pipe' is accepted by cc... yes.

 

Feature Summary (Version 1.1.13):

-------------------------------------------------

GLib version                       : glib-2.x

GUI front-end                      : GTK2

GnuTLS support                     : no

NLS (Native Language Support)      : yes

Fast assertions                    : yes

DBus support (experimental)        : no

Remote Shell Interface (deprecated): no

-------------------------------------------------

Creating config.sh...

Doing variable substitutions on .SH files...

Extracting Makefile (with variable substitutions)

Extracting config.h (with variable substitutions)

Extracting extra_files/Makefile (with variable substitutions)

Extracting extra_files/el/Makefile (with variable substitutions)

Extracting extra_files/en/Makefile (with variable substitutions)

Extracting extra_files/fr/Makefile (with variable substitutions)

Extracting extra_files/it/Makefile (with variable substitutions)

Extracting extra_files/ja/Makefile (with variable substitutions)

Extracting extra_files/tr/Makefile (with variable substitutions)

Extracting gtk-gnutella.spec (with variable substitutions)

Extracting install (with variable substitutions)

Extracting pixmaps/Makefile (with variable substitutions)

Extracting po/Makefile (with variable substitutions)

Extracting src/Makefile (with variable substitutions)

Extracting src/bin/Makefile (with variable substitutions)

Extracting src/core/Makefile (with variable substitutions)

Extracting src/core/g2/Makefile (with variable substitutions)

Extracting src/dht/Makefile (with variable substitutions)

Extracting src/if/Makefile (with variable substitutions)

Extracting src/if/bridge/Makefile (with variable substitutions)

Extracting src/if/gen/Makefile (with variable substitutions)

Extracting src/lib/Makefile (with variable substitutions)

Extracting src/sdbm/Makefile (with variable substitutions)

Extracting src/shell/Makefile (with variable substitutions)

Extracting src/ui/Makefile (with variable substitutions)

Extracting src/ui/gtk/Makefile (with variable substitutions)

Extracting src/ui/gtk/gtk1/Makefile (with variable substitutions)

Extracting src/ui/gtk/gtk2/Makefile (with variable substitutions)

Extracting src/upnp/Makefile (with variable substitutions)

Extracting src/xml/Makefile (with variable substitutions)

Run /cygdrive/c/Strawberry/c/bin/gmake depend now? [y]

Depending in src...

gmake[1]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src'

Depending in src/bin...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/bin'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCURDIR=src/bin -W -Wall -Wformat=2 -Wshadow -- sha1sum.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/bin'

Depending in src/core...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/core'

Depending in src/core/g2...

gmake[3]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/core/g2'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCORE_SOURCES -DCURDIR=src/core/g2 -W -Wall -Wformat=2 -Wshadow -- build.c frame.c gwc.c msg.c node.c rpc.c tfmt.c tree.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[3]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/core/g2'

/usr/bin/rm -f -f gen-dmesh_url.c

/usr/bin/ln ../if/gen/dmesh_url.c gen-dmesh_url.c

/usr/bin/rm -f -f gen-gnr_stats.c

/usr/bin/ln ../if/gen/gnr_stats.c gen-gnr_stats.c

/usr/bin/rm -f -f gen-http_async.c

/usr/bin/ln ../if/gen/http_async.c gen-http_async.c

/usr/bin/rm -f -f gen-http_url.c

/usr/bin/ln ../if/gen/http_url.c gen-http_url.c

/usr/bin/rm -f -f gen-ignore.c

/usr/bin/ln ../if/gen/ignore.c gen-ignore.c

/usr/bin/rm -f -f gen-msg.c

/usr/bin/ln ../if/gen/msg.c gen-msg.c

/usr/bin/rm -f -f gen-msg_drop.c

/usr/bin/ln ../if/gen/msg_drop.c gen-msg_drop.c

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../.. -I.. -I../if/gen -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DCORE_SOURCES -DCURDIR=src/core -W -Wall -Wformat=2 -Wshadow -- alias.c alive.c ban.c bh_download.c bh_upload.c bogons.c bsched.c clock.c ctl.c dh.c dime.c dmesh.c downloads.c dq.c dump.c extensions.c features.c fileinfo.c gdht.c gen-dmesh_url.c gen-gnr_stats.c gen-http_async.c gen-http_url.c gen-ignore.c gen-msg.c gen-msg_drop.c geo_ip.c ggep.c ggep_type.c ghc.c gmsg.c gnet_stats.c guess.c guid.c hcache.c hostiles.c hosts.c hsep.c http.c huge.c ignore.c inet.c ioheader.c ipp_cache.c ipv6-ready.c local_shell.c matching.c move.c mq.c mq_tcp.c mq_udp.c namesize.c nodes.c ntp.c oob.c oob_proxy.c parq.c pcache.c pdht.c pproxy.c publisher.c qhit.c qrp.c routing.c rx.c rx_chunk.c rx_inflate.c rx_link.c rx_ut.c rxbuf.c search.c settings.c share.c soap.c sockets.c spam.c spam_sha1.c sq.c thex_download.c thex_upload.c tls_common.c token.c topless.c tsync.c tth_cache.c tx.c tx_chunk.c tx_deflate.c tx_dgram.c tx_link.c tx_ut.c udp.c udp_sched.c uhc.c upload_stats.c uploads.c urpc.c verify.c verify_sha1.c verify_tth.c version.c vmsg.c whitelist.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/core'

Depending in src/shell...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/shell'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCORE_SOURCES -DCURDIR=src/shell -W -Wall -Wformat=2 -Wshadow -- command.c date.c download.c downloads.c echo.c help.c horizon.c intr.c lib.c log.c memory.c node.c nodes.c offline.c online.c pid.c print.c props.c quit.c random.c rescan.c search.c set.c shell.c shutdown.c stats.c status.c task.c thread.c uploads.c version.c whatis.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/shell'

Depending in src/dht...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/dht'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCORE_SOURCES -DCURDIR=src/dht -W -Wall -Wformat=2 -Wshadow -- acct.c keys.c kmsg.c knode.c kuid.c lookup.c publish.c revent.c roots.c routing.c rpc.c stable.c tcache.c token.c ulq.c values.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/dht'

Depending in src/lib...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/lib'

../../scripts/generic-cat bit_array.ht bit_generic.t array >bit_array.h

../../scripts/generic-cat bit_field.ht bit_generic.t field >bit_field.h

../../scripts/generic-pp /dev/null hgeneric.ht table ckeyval TABLE >htable.h

../../scripts/generic-pp /dev/null hgeneric.ct table ckeyval TABLE >htable.c

../../scripts/generic-pp /dev/null hgeneric.ht set cdata SET >hset.h

../../scripts/generic-pp /dev/null hgeneric.ct set cdata SET >hset.c

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -DCURDIR=src/lib -W -Wall -Wformat=2 -Wshadow -- adns.c aging.c aje.c alloca.c aq.c arc4random.c argv.c ascii.c atio.c atoms.c balloc.c barrier.c base16.c base32.c base64.c bfd_util.c bg.c bigint.c bstr.c buf.c chi2.c ckalloc.c cmwc.c cobs.c compat_gettid.c compat_misc.c compat_pause.c compat_pio.c compat_poll.c compat_sendfile.c compat_setjmp.c compat_sleep_ms.c compat_statvfs.c compat_un.c compat_usleep.c concat.c cond.c constants.c cpufreq.c cq.c crash.c crc.c dam.c dbmap.c dbmw.c dbstore.c dbus_util.c debug.c dl_util.c dualhash.c elist.c entropy.c erbtree.c eslist.c etree.c eval.c event.c evq.c exit.c exit2str.c fast_assert.c fd.c file.c file_object.c filehead.c filelock.c filename.c float.c fragcheck.c frand.c fs_free_space.c ftw.c gen-iprange.c gentime.c getcpucount.c getdate.c getgateway.c gethomedir.c getline.c getphysmemsize.c glib-missing.c glog.c gnet_host.c halloc.c hash.c hashing.c hashlist.c hashtable.c header.c hevset.c hikset.c host_addr.c hset.c hstrfn.c htable.c html.c http_range.c idtable.c inputevt.c iprange.c ipset.c iso3166.c launch.c leak.c list.c listener.c log.c magnet.c malloc.c map.c mem.c mempcpy.c memusage.c mime_type.c mingw32.c misc.c mtwist.c mutex.c nid.c nv.c offtime.c ohash_table.c omalloc.c once.c options.c ostream.c pagetable.c palloc.c parse.c path.c patricia.c pattern.c plist.c pmsg.c pow2.c product.c progname.c prop.c pslist.c rand31.c random.c rbtree.c regex.c ripening.c rwlock.c sectoken.c semaphore.c sequence.c setproctitle.c sha1.c shuffle.c signal.c slist.c smsort.c sorted_array.c spinlock.c spopen.c stacktrace.c stats.c str.c stringify.c strtok.c strvec.c symbols.c symtab.c tea.c teq.c thread.c tiger.c tigertree.c timestamp.c tm.c tmalloc.c tokenizer.c tqsort.c tsig.c url.c urn.c utf8.c vector.c vendors.c vmea.c vmm.c vsort.c waiter.c walloc.c watcher.c wd.c well.c win32dlp.c wordvec.c wq.c xmalloc.c xslist.c xsort.c xsort_data.c xxtea.c zalloc.c zlib_util.c  filelock-test.c  float-test.c  ftw-test.c  launch-test.c  random-test.c  sort-test.c  spopen-test.c  thread-test.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

..cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

/usr/bin/rm -f -f gen-iprange.c

/usr/bin/ln ../if/gen/iprange.c gen-iprange.c

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/lib'

Depending in src/ui...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/ui'

Depending in src/ui/gtk...

gmake[3]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/ui/gtk'

Depending in src/ui/gtk/gtk1...

gmake[4]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/ui/gtk/gtk1'

/usr/bin/rm -f callbacks.c

/usr/bin/cp ../gtk-shared/callbacks.c .

/usr/bin/rm -f callbacks.h

/usr/bin/cp ../gtk-shared/callbacks.h .

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../../../.. -I../../.. -I../.. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGUI_SOURCES -DCURDIR=src/ui/gtk/gtk1 -W -Wall -Wformat=2 -Wshadow -- fileinfo.c gnet_stats.c hcache.c interface-glade.c monitor_cb.c monitor.c nodes_cb.c nodes.c search_cb.c search.c search_stats.c support-glade.c upload_stats.c uploads.c interface-glade.c support-glade.c callbacks.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[4]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/ui/gtk/gtk1'

Depending in src/ui/gtk/gtk2...

gmake[4]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/ui/gtk/gtk2'

/usr/bin/rm -f callbacks.c

/usr/bin/cp ../gtk-shared/callbacks.c .

/usr/bin/rm -f callbacks.h

/usr/bin/cp ../gtk-shared/callbacks.h .

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../../../.. -I../../.. -I../.. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGUI_SOURCES -DCURDIR=src/ui/gtk/gtk2 -W -Wall -Wformat=2 -Wshadow -- column_sort.c fileinfo.c gnet_stats.c hcache.c monitor.c monitor_cb.c nodes.c nodes_cb.c pbarcellrenderer.c search.c search_cb.c search_stats.c upload_stats.c uploads.c interface-glade.c support-glade.c callbacks.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[4]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/ui/gtk/gtk2'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../../.. -I../.. -I.. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGUI_SOURCES -DCURDIR=src/ui/gtk -W -Wall -Wformat=2 -Wshadow -- clipboard.c downloads_common.c drag.c drop.c filter.c filter_cb.c filter_core.c gnet_stats_common.c gtk-missing.c gtkcolumnchooser.c hcache_common.c html_view.c icon.c main.c main_cb.c misc.c nodes_common.c search_common.c search_xml.c settings.c settings_cb.c statusbar.c upload_stats.c upload_stats_cb.c uploads_cb.c uploads_common.c visual_progress.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[3]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/ui/gtk'

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/ui'

Depending in src/if...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/if'

Depending in src/if/bridge...

gmake[3]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/if/bridge'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCURDIR=src/if/bridge -W -Wall -Wformat=2 -Wshadow -- c2ui.c ui2c.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[3]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/if/bridge'

Depending in src/if/gen...

gmake[3]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/if/gen'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep  -W -Wall -Wformat=2 -Wshadow --  | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[3]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/if/gen'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCURDIR=src/if -W -Wall -Wformat=2 -Wshadow -- gnet_property.c gui_property.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/if'

Depending in src/sdbm...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/sdbm'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSDBM -DDUFF -DCURDIR=src/sdbm -W -Wall -Wformat=2 -Wshadow -- big.c hash.c lru.c pair.c sdbm.c  dba.c util.c  dbu.c util.c  dbe.c util.c  dbt.c util.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/sdbm'

Depending in src/upnp...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/upnp'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCORE_SOURCES -DUPNP_SOURCES -DCURDIR=src/upnp -W -Wall -Wformat=2 -Wshadow -- control.c discovery.c error.c natpmp.c service.c upnp.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/upnp'

Depending in src/xml...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/xml'

/usr/bin/rm -f -f gen-vxml.c

/usr/bin/ln ../if/gen/vxml.c gen-vxml.c

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I../.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCURDIR=src/xml -W -Wall -Wformat=2 -Wshadow -- gen-vxml.c vxml.c xattr.c xfmt.c xnode.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/xml'

(/usr/bin/sed '/^# DO NOT DELETE/q' Makefile && \

/home/hajun/gtk-gnutella-1.1.13/mkdep -I.. -I. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DCURDIR=src -W -Wall -Wformat=2 -Wshadow -- main.c | \

/usr/bin/sed -e 's:/usr/lib[^ ]*::g; s:/usr/include[^ ]*::g; ' \

        -e '/: / b print' -e '$ b print' -e 'H; d; n; : print' \

        -e 'x; s/\\$//; s/\\\n//g; s/  */ /g; s/ :/:/;' -e '/: *$/d' \

) > Makefile.new

cp Makefile Makefile.bak

cp Makefile.new Makefile

/usr/bin/rm -f Makefile.new

gmake[1]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src'

Now you must run '/cygdrive/c/Strawberry/c/bin/gmake'.

gmake[1]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13'

Making in src...

gmake[2]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src'

Checking gnet_property.h in if...

cd if; C:/Strawberry/c/bin/gmake gnet_property.h

gmake[3]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/if'

gmake[3]: 'gnet_property.h' is up to date.

gmake[3]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/if'

Continuing in src...

Checking gui_property.h in if...

cd if; C:/Strawberry/c/bin/gmake gui_property.h

gmake[3]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/if'

gmake[3]: 'gui_property.h' is up to date.

gmake[3]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/if'

Continuing in src...

Checking htable.h in lib...

cd lib; C:/Strawberry/c/bin/gmake htable.h

gmake[3]: Entering directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/lib'

gmake[3]: 'htable.h' is up to date.

gmake[3]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src/lib'

Continuing in src...

../scripts/git-revision .. revision.h

cc -c -I.. -I. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DCURDIR=src -O2 -g -pthread -pipe -momit-leaf-frame-pointer -W -Wall -Wformat=2 -Wshadow  main.c

process_begin: CreateProcess(D:\cygwin64\bin\cc, cc -c -I.. -I. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCURDIR=src -O2 -g -pthread -pipe -momit-leaf-frame-pointer -W -Wall -Wformat=2 -Wshadow main.c, ...) failed.

make (e=5): ▒׼▒▒▒▒▒ ▒źεǾ▒▒▒▒ϴ▒.

gmake[2]: *** [Makefile:52: main.o] Error 5

gmake[2]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13/src'

gmake[1]: *** [Makefile:108: subdirs] Error 1

gmake[1]: Leaving directory 'D:/cygwin64/home/hajun/gtk-gnutella-1.1.13'

gmake: *** [Makefile:186: all] Error 2

 

ERROR: Compiling failed.

 

패키지 일일이 체크해서 소스로 재설치 후 성공

에혀 아직도 패키징은 멀었다.

 
 
 

 

'Blog History' 카테고리의 다른 글

507  (0) 2020.06.15
506  (0) 2020.06.15
504  (0) 2020.06.15
503  (0) 2020.06.15
502  (0) 2020.06.15

+ Recent posts