--- Bill Cunningham <billcu1@xxxxxxxxxxx> wrote: > Here is a cfg.log that I hope explains somethings. I use the --x- > includes and libraries switches to override pkg-config and it just doesn't > work. Inside my usr/local/include header directory I have an X11 directory. > In it I had two subdirectories called Xtrans and extensions. The Xrender.h > file was in extensions with some xproto headers. So to make some things > simpler I moved all the headers from extensions and the headers and a couple > of C files from Xtrans up into X11 and eliminated the Xtrans and extensions > directories. Now all the X11 headers are in X11. The linker or > comiler/assembler isn't finding this header and I copied Xrender.h there. > Xrender.pc isn't in the pkg-config dir though. I don't know what to do here. > > Bill > > _______________________________________________ > gtk-list mailing list > gtk-list@xxxxxxxxx > http://mail.gnome.org/mailman/listinfo/gtk-list > Xrender.pc most likely contains path of include and library files. You probably effectively don't use Xrender.pc since, as you wrote, it "isn't in the pkg-config dir". And it probably is not consistent with actual file locations anyway, since, as you wrote: "So to make some things simpler I moved all the headers from extensions and the headers and a couple of C files". Now, why do you think you've made things simpler ? How did you let 'configure' know where the files are - you moved them, remember ? Did you use environment variables in order to help 'configure' find the necessary files ? --Sergei. Applications From Scratch: http://appsfromscratch.berlios.de/ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list