When i am compiling my program, i always get this error:
fatal error: 'libsoup/soup.h' file not found
The Compile command i am using is:
valac --pkg glib-2.0 --pkg libsoup-2.4 Main.vala
My OS is MacOS Sierra 10.12 and when i look into the Vala API Folder, there is a libsoup-2.4 file at: /opt/local/share/vala-0.36/vapi
And i have no idea from where this issue is coming.
I already searched on google without success.
Notice the code is just the sample code for vala from: https://wiki.gnome.org/Projects/Vala/LibSoupSample