Kompilacja do inna

Kamil Jonca kjonca at pol.pl
Tue Feb 27 08:43:56 CET 2001


Witam.
Od razu zastrzegę że nie wiem czy piszę pod właściwy adres.
Chciałęm sobie skompilować newsx. Jest to coś podobnego do suck. 
Nie udało się. 
Okazało się że nie przechodzi kompilacja czegoś takiego:

#include <storage.h>
int main(int argc,char ** argv){};

Zgłasza błędy:
1.jeśli skompiluję gcc plik.c to
   In file included from plik.c:1:
   /usr/include/storage.h:11: config.h: No such file or directory
2. jeśli skompiluje z gcc -I. plik.c  to
  In file included from plik.c:1:
  /usr/include/storage.h:66: parse error before `ARTNUM'
  /usr/include/storage.h:66: warning: no semicolon at end of struct or union
  /usr/include/storage.h:75: parse error before `IsToken'
  /usr/include/storage.h:75: warning: data definition has no type or storage
  class
  /usr/include/storage.h:79: parse error before `SMsetup'
  /usr/include/storage.h:79: warning: data definition has no type or storage
  class
  /usr/include/storage.h:80: parse error before `SMinit'
  /usr/include/storage.h:80: warning: data definition has no type or storage
  class
  /usr/include/storage.h:85: parse error before `SMcancel'
  /usr/include/storage.h:85: warning: data definition has no type or storage
  class
  /usr/include/storage.h:86: parse error before `SMprobe'
  /usr/include/storage.h:86: warning: data definition has no type or storage
  class
  /usr/include/storage.h:87: parse error before `SMflushcacheddata'
  /usr/include/storage.h:87: warning: data definition has no type or storage
  class


I nie mam zielonego pojęcia o co może mu chodzić i gdzie mogę to znaleźć. Gdy
kompiloałem to dla MDK jakoś przechodziło.(choć też nie bezboleśnie)

KJ
-- 
GNU is Not Unix



More information about the feedback mailing list