I CAN'T setup "Nabi"

stargt의 이미지

[stargt@localhost stargt]$ ls
nabi-0.15  nabi-0.15.tar.gz
[stargt@localhost stargt]$ cd nabi-0.15
[stargt@localhost nabi-0.15]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[stargt@localhost nabi-0.15]$ make
make: *** No targets specified and no makefile found.  멈춤.

살려주세요...
처음 리눅스를 설치했는데 나비라는 한글입력기가 아미보다 좋다는군요
(지금 아미)
그런데 나비가 설치가 안됩니다 위의 코드를 보시면 터미널에서 입력한 것인데 make를 썼더니안됩니다...

http://bbs.kldp.org/viewtopic.php?t=29695&start=0&postdays=0&postorder=asc&highlight=
이 페이지를 참고했습니다

hiseob의 이미지

configure: error: no acceptable C compiler found in $PATH

gcc 가 없다는거 같네요.

stargt의 이미지

empty

#include <stdio.h>

int main()
{
while(1)
printf("0");
return 0;
}

다크슈테펜의 이미지

페도라코어신가요 그럼 시스템 메뉴에 프로그램 추가 삭제하는 게 있을 겁니다.그럼 그것중에 프로그래밍에 관련된 곳에서 gcc체크 하시면 될겁니다.
만약 우분투나 데비안 이라면 apt-get install gcc하시면 될꺼구요...
페도라 코어라 해도 나비 패키지 있을 것 같은데 구지 컴파일 해서 사용하실려는 이유가...물론 시스템 최적화를 위해서 좋긴합니다만(너무 구차니즘에 빠진거야..긁적긁적)

인생이란게 다 그런게 아니겠어요....? 뭘(?)
http://schutepen.egloos.com

stargt의 이미지

다크슈테펜 wrote:
페도라코어신가요 그럼 시스템 메뉴에 프로그램 추가 삭제하는 게 있을 겁니다.그럼 그것중에 프로그래밍에 관련된 곳에서 gcc체크 하시면 될겁니다.
만약 우분투나 데비안 이라면 apt-get install gcc하시면 될꺼구요...
페도라 코어라 해도 나비 패키지 있을 것 같은데 구지 컴파일 해서 사용하실려는 이유가...물론 시스템 최적화를 위해서 좋긴합니다만(너무 구차니즘에 빠진거야..긁적긁적)

이럴수가;

나비가 어딨죠!

#include <stdio.h>

int main()
{
while(1)
printf("0");
return 0;
}

다크슈테펜의 이미지

여기 kLDP.net을 한번 방문해보세요 검색에 nabi라고 치시면 페도라 코어용 바이너리 패키지 있을겁니다.방금 보고 왔음 ㅡㅡv
만약 우분투나 데비안 이라면 apt-get install nabi하시면 설치됩니다.
그렇다 하더라도 gcc는 설치해주세요..필수라면 필수니까요

인생이란게 다 그런게 아니겠어요....? 뭘(?)
http://schutepen.egloos.com

stargt의 이미지

다크슈테펜 wrote:
여기 kLDP.net을 한번 방문해보세요 검색에 nabi라고 치시면 페도라 코어용 바이너리 패키지 있을겁니다.방금 보고 왔음 ㅡㅡv
만약 우분투나 데비안 이라면 apt-get install nabi하시면 설치됩니다.
그렇다 하더라도 gcc는 설치해주세요..필수라면 필수니까요
헐ㄱ

엄청이상해요

"응용프로그램 추가/삭제" 에서 개발용 도구를 설치했는데도(물론 gcc 포함) 나비를 하면 아래처럼되요(터미널 전문)

gtk가없다고나오는데 저건또 뭐죠;

[stargt@localhost stargt]$ ls
nabi-0.15  nabi-0.15.tar.gz  test
[stargt@localhost stargt]$ cd nabi-0.15
[stargt@localhost nabi-0.15]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for egrep... grep -E
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... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether closedir returns void... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gethostname... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strdup... yes
checking for strtol... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 2.2.0... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
configure: error: nabi needs GTK+ 2.2.0 or higher
[stargt@localhost nabi-0.15]$ make
make: *** No targets specified and no makefile found.  멈춤.
[stargt@localhost nabi-0.15]$

#include <stdio.h>

int main()
{
while(1)
printf("0");
return 0;
}

hys545의 이미지

stargt wrote:
다크슈테펜 wrote:
여기 kLDP.net을 한번 방문해보세요 검색에 nabi라고 치시면 페도라 코어용 바이너리 패키지 있을겁니다.방금 보고 왔음 ㅡㅡv
만약 우분투나 데비안 이라면 apt-get install nabi하시면 설치됩니다.
그렇다 하더라도 gcc는 설치해주세요..필수라면 필수니까요
헐ㄱ

엄청이상해요

"응용프로그램 추가/삭제" 에서 개발용 도구를 설치했는데도(물론 gcc 포함) 나비를 하면 아래처럼되요(터미널 전문)

gtk가없다고나오는데 저건또 뭐죠;

[stargt@localhost stargt]$ ls
nabi-0.15  nabi-0.15.tar.gz  test
[stargt@localhost stargt]$ cd nabi-0.15
[stargt@localhost nabi-0.15]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for egrep... grep -E
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... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether closedir returns void... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gethostname... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strdup... yes
checking for strtol... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 2.2.0... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
configure: error: nabi needs GTK+ 2.2.0 or higher
[stargt@localhost nabi-0.15]$ make
make: *** No targets specified and no makefile found.  멈춤.
[stargt@localhost nabi-0.15]$

]

gtk2-devel까세여

즐린

stargt의 이미지

ㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇ<-나비의 증표

정말 감사합니다!

#include <stdio.h>

int main()
{
while(1)
printf("0");
return 0;
}

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.