gnome-compiz-manager 컴파일 에러입니다. 펄스크립트에서 에러가 난것 같습니다.

skydancer의 이미지

우분투를 새로 깔고 compiz 설정을 조정하려다 보니 gnome-compiz-manager라는게 있어서 사용할려고 합니다.
7.10용 패키지가 없어서 컴파일 에러가 나는데 펄쪽이라서 제가 디버깅을 할 수가 없네요. 그래서 질문 드립니다.
make를 실행하면 아래와 같은 에러가 발생합니다.

Merging translations into gnome-compiz-preferences.desktop.
Died at ../intltool-merge line 1080.
make[3]: *** [gnome-compiz-preferences.desktop] 오류 13
make[3]: Leaving directory `/home/skydancer/gnome-compiz-manager-0.10.4/gnome-compiz-preferences'
make[2]: *** [all] 오류 2
make[2]: Leaving directory `/home/skydancer/gnome-compiz-manager-0.10.4/gnome-compiz-preferences'
make[1]: *** [all-recursive] 오류 1
make[1]: Leaving directory `/home/skydancer/gnome-compiz-manager-0.10.4'
make: *** [all] 오류 2

그래서 intltool-merge의 1080번 줄을 보니

라고 나오는데 제가 펄을 모르니 디버깅을 어떻게 해야할지 모르겠네요.

그래서 질문 드리고 싶은게

  open OUTPUT, ">${OUTFILE}" or die;
라는 부분에서 문제가 생긴것 같은데 이 OUTFILE이라는 파일이 어떤 파일인지 알려면 어떻게 해야 하는지? 그리고 어떤 문제때문에 컴파일이 안되는지 알려면 어떻게 해야 하는지 알고 싶습니다.

여러 고수님들의 도움 부탁드립니다.

File attachments: 
첨부파일 크기
Image icon source1.jpg19.69 KB
keedi의 이미지

분위기 상으로 ${OUTFILE} 은 전역 변수인데, 파일 이름이 들어가 있을 겁니다.
어딘가에 $OUTFILE 또는 ${OUTFILE}에 값을 넣는 부분이 있을 겁니다.
그리고, 해당 구문은 파일에 쓰는 부분인데, 쓰기가 실패해서 그런 문제가
나는 것이겠네요. 좀 더 정확한 정보를 알고 싶으시면 해당 구문을 다음과 같이 바꿔보세요.

open OUTPUT, ">${OUTFILE}" or die "cannot open file to write: $!";

---------------------------
Smashing Watermelons~!!
Whatever Nevermind~!!

Keedi Kim

----
use perl;

Keedi Kim

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.