Mailinglist Archive: opensuse-programming (24 mails)

< Previous Next >
Re: [suse-programming-e] newbie questions - please help me get started
  • From: kamal <kamalnee@xxxxxxxxxxxxxx>
  • Date: Thu, 01 Apr 2004 10:18:17 +0530
  • Message-id: <406B9F11.9060304@xxxxxxxxxxxxxx>

I checked the system and the .h files that the compiler says it cannot find seem to be there. Example: io.h is located at /usr/include/sys/io.h.

So you need to "#include <sys/io.h>" or pass -I/usr/include/sys option to compiler. Similarly for other header files.

The only exception might be the dos.h which only exists in a Kylix3 directory.

So you need to pass -I/path/to/Kylix3 to compiler.

< Previous Next >
List Navigation