View Single Post
  #3   (View Single Post)  
Old 3rd June 2009
SunSpyda SunSpyda is offline
Port Guard
 
Join Date: Mar 2009
Posts: 20
Default

Quote:
Originally Posted by ephemera View Post
Well, no, since the part that's in your code: #include <X11/Xlib.h>
is portable.
Yeah, but OpenBSD doesn't work with that - Sorry if I didn't explain that. That's what I would like to use - but that isn't where OpenBSD puts it, so it won't work.

To get it to work under OpenBSD it would have to be instead -

Code:
#include "/usr/X11R6/include"
Which isn't, to my knowledge, portable.
Reply With Quote