سلام
من می خوام یه برنامه ی ساده را در اوبونتو 8.10 با gcc کامپایل کنم خطای زیر را دریافت می کنم :
دستوری که من اجرا می کنم :
gcc -o test test.cpp `pkg-config --libs --cflags gtk+-2.0`
خطای نمایش داده شده :
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
بعد این دستور را اجرا کردم :
sudo apt-get install libgtk2.0-dev
و این هم نتیجش :
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libgtk2.0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libgtk2.0-bin
E: Package libgtk2.0-dev has no installation candidate
کسی می دونه اشکال کجاست؟اونطوری که نشون میده اشکال از پکیج های اوبونتو باشه.
آیا در اوبونتوی 8.10 نمی توان با gtk و c++ برنامه نویسی کرد؟
این نکته هم بگم که من به اینترنت متصل هستم