Devesh Here escribió:
hello buddies,
> i am very new in linux and Qt Designing.
> I install Linux on my computer and made a program in Qt. according to
> mannual help provided with Qt..
> i have made 'Makefile' of it...
> but not able to run this program...
You should try to upgrade to a newer version of Fedora first.
In file included from
/usr/include/c++/3.3.3/i386-redhat-linux/bits/c++config.h:35,
from /usr/include/c++/3.3.3/iostream:44,
from /usr/include/c++/3.3.3/backward/iostream.h:32,
from main.cpp:1:
/usr/include/c++/3.3.3/i386-redhat-linux/bits/os_defines.h:39:22:
features.h: No such file or directory
Looks like you don't have glibc-devel or glibc-headers (or both) installed.
/usr/include/c++/3.3.3/i386-redhat-linux/bits/os_defines.h:46:23:
gnu/types.h: No such file or directory
gnu/types.h? I know of linux/types.h and others, but not gnu/types.h.