I am developing on Mono a front-end for beagle. I have just started so I have nothing yet. I read this example
here and I decided to start by compiling it to see if it works.
So I copied the source code to a file named SimpleQuery.cs and I edited to remove the # comments at the beginning of each line. After saving it I compiled it using the command line that appears in that page
Code:
mcs -out:Query.exe -pkg:beagle-0.0 -pkg:gtk-sharp SimpleQuery.cs
And I got the following error message
Code:
Package gtk-sharp was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-sharp' found
error CS8027: Error running pkg-config. Check the above output.
Does anyone here have a clue?