Problem!

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

3 posts / 0 new
Last post
Problem!

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.

ICS_support

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" .

Anonymous

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).