hai,
I'm interested using GTK 2.4 to create GUI. I have tried to configure it with visual studio 2008. I followed the instruction in this link http://www.etechplan...evelopment.aspx
but when I debug my code, it results error Error
fatal error C1083: Cannot open include file: 'gdk-pixbuf/gdk-pixbuf.h': No such file or directory c:\gtk\include\gtk-2.0\gdk\gdkpixbuf.h 37 mygtk001
does anyone can help me to resolve this error?
thank you..
9 Replies - 3073 Views - Last Post: 07 May 2012 - 10:34 AM
Replies To: problem when configure GTK with visual studio 2008
#2
Re: problem when configure GTK with visual studio 2008
Posted 01 May 2012 - 07:12 AM
What language are you using? Did you include all the paths?
#3
Re: problem when configure GTK with visual studio 2008
Posted 01 May 2012 - 07:18 AM
#4
Re: problem when configure GTK with visual studio 2008
Posted 01 May 2012 - 07:21 AM
Did you read the comment at the bottom of it?
#5
Re: problem when configure GTK with visual studio 2008
Posted 01 May 2012 - 07:30 AM
yes, I just read it. But I could not find where "PATH variable (in System Properties -> Advanced Tab -> Environment Variables))" can you help me to find out where I can do this?
thank you.
thank you.
#6
Re: problem when configure GTK with visual studio 2008
Posted 01 May 2012 - 07:59 AM
#7
Re: problem when configure GTK with visual studio 2008
Posted 01 May 2012 - 08:45 AM
thank you very much.. really appreciate it. I have tried to fix it by refering to what is being told but still results same error. the error message still did not change.
do you have any idea? thanks
do you have any idea? thanks
#8
Re: problem when configure GTK with visual studio 2008
Posted 01 May 2012 - 08:52 AM
How about you chat with the folks who out put "GTK 2.4"? They might have a better handle on how to best interpret some random tutorial on the web relating their product.
#9
Re: problem when configure GTK with visual studio 2008
Posted 01 May 2012 - 09:07 AM
I download the package from www.gtk.org. they only provide contact for bussiness purposes. I also tried post to their forum, but no replied. hmm well, thanks for your time to try to help me resolve this error.. really appreciate it.
#10
Re: problem when configure GTK with visual studio 2008
Posted 07 May 2012 - 10:34 AM
I had a similar problem when trying to build a project that used an older version of GTK in the past.
What seemed to work for me: (at least it made that error go away... I still need to do more the make a successful build)
-- Open the project properties
-- configuration properties >> c/c++ >> general >> additional include directories
-- there add another directory: for my environment the line looked like this
... my old project had quite a few directories already there ... but that one was missing... maybe it exists only in the newer version of the GTK toolkit
What seemed to work for me: (at least it made that error go away... I still need to do more the make a successful build)
-- Open the project properties
-- configuration properties >> c/c++ >> general >> additional include directories
-- there add another directory: for my environment the line looked like this
$(SolutionDir)\..\gtk-2.24.10\include\gdk-pixbuf-2.0
... my old project had quite a few directories already there ... but that one was missing... maybe it exists only in the newer version of the GTK toolkit
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote







|