Submitted by Anonymous on Tue, 03/05/2002 - 07:08. General Questions
Thanks for help that I have installed openmotif.
But when I use gcc. It told me that can find the header file included,such as .
What cause this problem? Forgive my ignorance,I am really new to this.
Wed, 06/27/2012 - 12:02
#1
Problem!
You probably need to specify "gcc -I" to name the directory with the Motif installation, such as "gc c -I/blah/blah/motif/usr/include" .
Also, if your compiling (up to 2.1.30)
Make sure you specified your build paths in environment variables as shown in RELNOTES.
You should set these in a shell, export them in that same shell, then run the build from that same shell (whithout any exiting).