컴파일 에러..

익명 사용자의 이미지

현재 두개의 박스가 있습니다. 하나는 한컴이고, 다른 하나는 와우리눅스
입니다. 둘
간의 gcc 버전은

한컴
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (HancomLinux 2.2 2.96-99hl)

와우
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.0)

입니다.

그런데 간단한 프로그램이 있습니다.

#include
#include

int main()
{
time_t l_time;
struct tm *today;

time(&l_time);
today = (struct tm *)localtime(&l_time);
printf("year %d \n", today->tm_year+1900);

return 0;
}

이 있습니다. 타임 구조체에서 연도를 얻어서 출력하는 프로그램인데요,

한컴리눅스에서 컴파일을 하면, printf 부분에서

dereferencing pointer to incomplete type 의 에러가 나옵니다.

하지만 같은 코드로 와우리눅스에서 컴파일 하면 문제없이 잘 넘어 갑니
다.

(컴파일 명령은 둘 모두 gcc -o test test.c 입니다)

물론 printf내의 today->tm_year 의 형은 int고, 시작을 1900부터 하기 때
문에 현재
연도를 나타내기 위해서 +1900을 한 것입니다.

제 생각에 이러한 기종간의 컴파일 문제가 나타날때는

컴파일러 버전이 문제가 되는것으로 알고 있는데.. 현재 컴파일러 버전은
같습니다.

이 외에 어떤 부분이 문제가 될 수 있나요? 혹시 같은 버전의 컴파일러라
도 헤더파일
(sys/time.h)이 다를수가 있을까요?

당췌 갈피를 못잡겠습니다. 도와주세요.

익명 사용자의 이미지

그거 와 간의 차이때문이네요..

include => include 로 바꾸면 위와같은 에러 안납니다.

sys/time.h 안에는 struct tm과 같은 구조체가 정의되어있지 않구요. time.h안에 정의되어있습니다
.

sys/time.h를 살펴보면

#define __need_time_t
#include

와 같은 부분이 있구요.

time.h의 부분을 살펴보면
#if (! defined __need_time_t)
#define _TIME_H
#endif

.....

#ifdef _TIME_H
struct tm
{
....
}

와 같이 되어있습니다.

즉 #include 를 하고 time관련 구조체나 함수를 쓰면 time.h안에 있는 struct tm가 선
언이 안되게 되어있네요. struct tm을 사용할려면 #include 로 하면 될거 같습니다.

끝으로, 컴파일러의 문제점은 아니구요. 배포본마다 다른 헤더때문에 생기는 일이네요. glibc버젼
의 다름때문.

참고로 전 glibc-2.2.5-r5를 쓰구요. gentoo와 컴파일러는 2.95.3과 3.23둘다 테스트해봤습니다.

댓글 달기

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