make 에러중 존재하는 파일을 인클루드 못합니다..

hitman7의 이미지

make 시 아래와 같은 에러가 발생합니다.

g++ -c -pipe -Wall -W -g -I/usr/local/qt/include -I/usr/X11R6/include -o controller.o controller.cpp
In file included from /usr/include/signal.h:307,
                 from /usr/include/sys/signal.h:1,
                 from controller.cpp:3:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
In file included from /usr/include/sys/socket.h:35,
                 from controller.cpp:6:
/usr/include/bits/socket.h:298: asm/socket.h: No such file or directory
controller.cpp: In method `void Controller::closeApp()':
controller.cpp:187: implicit declaration of function `int stopVideo(...)'
controller.cpp: In method `void Controller::mouseReleaseEvent(QMouseEvent *)':
controller.cpp:527: warning: unused variable `class QPoint point'
make: *** [controller.o] 오류; 1

제가 작성한 controller.cpp 헤더에서

#include <sys/signal.h>
#include <sys/socket.h>

란 부분이 들어 있으며 이들이 include하는 하위 파일에서 문제가 있는듯 한데 분명 위의 경로에는 에러가 발생하는 /usr/include/bits/asm/sigcontext.h 및 /usr/include/bits/asm/socket.h 파일은 존재합니다.

무슨 문제일까요 :(

늦은 시간까지 고생하는 중생을 보아서라도 고수님들의 한수 지도를 바랍니다.

sodomau의 이미지

Quote:

란 부분이 들어 있으며 이들이 include하는 하위 파일에서 문제가 있는듯 한데 분명 위의 경로에는 에러가 발생하는 /usr/include/bits/asm/sigcontext.h 및 /usr/include/bits/asm/socket.h 파일은 존재합니다.

/usr/include/bits/asm/sigcontext.h 랑 /usr/include/bits/asm/socket.h
가 아니라
/usr/include/asm/sigcontext.h 랑 /usr/include/asm/socket.h
가 존재하나요?

hitman7의 이미지

sodomau wrote:
Quote:

란 부분이 들어 있으며 이들이 include하는 하위 파일에서 문제가 있는듯 한데 분명 위의 경로에는 에러가 발생하는 /usr/include/bits/asm/sigcontext.h 및 /usr/include/bits/asm/socket.h 파일은 존재합니다.

/usr/include/bits/asm/sigcontext.h 랑 /usr/include/bits/asm/socket.h
가 아니라
/usr/include/asm/sigcontext.h 랑 /usr/include/asm/socket.h
가 존재하나요?

답변 감사드립니다.
/usr/include/asm/sigcontext.h 는 없습니다.

하지만 에러 코드에서는
/usr/include/bits/sigcontext.h에서 asm/sigcontext.h를 include 못하는것이니 /usr/include/bit/asm/sigcontext.h를 찾게 되는것 아닌가요?

/usr/include/bits/asm/sigcontext.h을 /usr/include/asm에 복사한후 컴파일 해보았는데, 토시 틀린것 없이 같네요. :roll:

far and hard way

hys545의 이미지

/usr/include/bits/sigcontext.h:28: asm/sigcontext.h
이 파일에서

< asm/sigcontext.h>
이런식으로 절대경로로 인클로드 된거인지?
아니면
" asm/sigcontext.h"
이런식으로 상대경로로 포함된거인지 알아보세야ㅕ
절대ㅇ로라면
/usr/include/asm에 잇어야 하거
상대경로라면 복잡합니다
/usr/include/bits/asm/*

즐린

hitman7의 이미지

해결 되었습니다.

/usr/include/asm 이 /usr/src/linux/include/asm으로 링크 되어 있고..
/usr/src/linux/include/asm은 /usr/src/linux/include/asm-i386으로 링크 되어야 하는것이
링크가 깨어져 있었네요...^^;;

밤늦게 까지 도움주신 분들 감사합니다~~~

far and hard way

댓글 달기

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