I am trying to compile a program and it appears I don't have XOpenDisplay on my system and I don't know what package it would be in. I have searched high and low with no joy. Can anyone help? -- -------------------------------------------------------------------- Dan Owens mtn@redmeadow.com Bigfork, MT. -------------------------------------------------------------------- -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
That is a function from the X window system, maybe you need to install xdevel.rpm. Rafael -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
On Wed, 23 Feb 2000, you wrote:
That is a function from the X window system, maybe you need to install xdevel.rpm.
Rafael
Thanks, but unfortunately, it is installed. Is this where the file should be? -- -------------------------------------------------------------------- Dan Owens mtn@redmeadow.com Bigfork, MT. -------------------------------------------------------------------- -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
* Dan Owens (mtn@redmeadow.com) [20000223 17:37]:
I am trying to compile a program and it appears I don't have XOpenDisplay on
XOpenDisplay is defined in /usr/X11R6/include/X11/Xlib.h. But what is the error you're getting? Is the missing definition (which should only give you a warning) or is the function missing from the library. You should have posted the actual error message itself, as that would have made things quiter a bit clearer Philipp -- Philipp Thomas <pthomas@suse.de> SuSE GmbH, Deutschherrenstrasse 15-29, 90429 Nuremberg The only difference between a bug and a feature is you can turn a feature off. -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
On Thu, 24 Feb 2000, you wrote:
* Dan Owens (mtn@redmeadow.com) [20000223 17:37]:
I am trying to compile a program and it appears I don't have XOpenDisplay on
XOpenDisplay is defined in /usr/X11R6/include/X11/Xlib.h. But what is the error you're getting? Is the missing definition (which should only give you a warning) or is the function missing from the library. You should have posted the actual error message itself, as that would have made things quiter a bit clearer
Philipp
The message was that the file (or function as I now know) was missing. My problem was that I needed to be more specific in the config file as to where the libs and includes were located. Suse hides them in different places than most config files want them to be. Thanks for the help from those of you that tried to help. -- -------------------------------------------------------------------- Dan Owens mtn@redmeadow.com Bigfork, MT. -------------------------------------------------------------------- -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
* Dan Owens (mtn@redmeadow.com) [20000224 16:21]:
Suse hides them in different places than most config files want them to be.
For the base X11 libs, and libXt *is* one, that's simply not true! The header files *ARE* in /usr/X11R6/include and the base X11 libs *ARE* in /usr/X11R6/lib and those are the default places for them. *Please* tell me what you think was in the wrong place, or at least where the config file searched them, as I really interested to see if it's really our configuration or just a dumb config file. Unless proven otherwise, I believe taht quoted statement to be untrue. So prove me wrong ;-) Philipp -- Philipp Thomas <pthomas@suse.de> SuSE GmbH, Deutschherrenstrasse 15-29, 90429 Nuremberg The only difference between a bug and a feature is you can turn a feature off. -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
On Thu, 24 Feb 2000, you wrote:
* Dan Owens (mtn@redmeadow.com) [20000224 16:21]:
Suse hides them in different places than most config files want them to be.
For the base X11 libs, and libXt *is* one, that's simply not true! The header files *ARE* in /usr/X11R6/include and the base X11 libs *ARE* in /usr/X11R6/lib and those are the default places for them. *Please* tell me what you think was in the wrong place, or at least where the config file searched them, as I really interested to see if it's really our configuration or just a dumb config file.
Unless proven otherwise, I believe taht quoted statement to be untrue. So prove me wrong ;-)
Perhaps my statement is false and so are my assumptions. The config file (freeciv-1.10.0) had this: x_includes=NONE x_libraries=NONE which I changed to /usr/X11R6/include and /usr/X11R6/lib to get it to work. My assumption was that there were some default settings that I was changing, which has happened before. Since I am not a programmer, I am not sure. Would they really have set the config file so that it wouldn't compile on any system? -------------------------------------------------------------------- Dan Owens mtn@redmeadow.com Bigfork, MT. -------------------------------------------------------------------- -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
* Dan Owens (mtn@redmeadow.com) [20000224 22:21]:
Perhaps my statement is false and so are my assumptions. The config file (freeciv-1.10.0) had this:
x_includes=NONE x_libraries=NONE
which I changed to /usr/X11R6/include and /usr/X11R6/lib to get it to work. My assumption was that there were some default settings that I was changing, which has happened before. Since I am not a programmer, I am not sure. Would they really have set the config file so that it wouldn't compile on any system?
With the defines it wouldn't have compiled on *any* system. So its purely a dumb configuration, that is, if there isn't a readme that tells you that you should edit the configuration. Seems what they would need is using autoconf. Then most of the stuff could be detected automatically. Philipp -- Philipp Thomas <pthomas@suse.de> SuSE GmbH, Deutschherrenstrasse 15-29, 90429 Nuremberg The only difference between a bug and a feature is you can turn a feature off. -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (3)
-
mtn@redmeadow.com
-
pthomas@suse.de
-
raffo@neuronet.pitt.edu