CentOS 5 :: Can't Find LibXpm Xlib.h And Intrinsic.h When Install NCL?

Mar 17, 2010

When I install NCL on my system. There are many error about X11 appeared. Such like:

xdevice.c(40): catastrophic error: could not open source file "X11/Xlib.h"
rasdraw.c(30): catastrophic error: could not open source file "X11/Intrinsic.h"
w_idt.c(26): catastrophic error: could not open source file "X11/Intrinsic.h"

[code]....

View 1 Replies


ADVERTISEMENT

Ubuntu :: Can't Find Xlib.h - Fatal Error: Xlib.h: No Such File Or Directory

Jun 12, 2011

I'm trying to build a program called Obpager, but I'm getting an error saying I don't have xlib.h. From what I understand, that file is included in libx11-dev, which I have installed. Any idea?

Code:

dagoss@MAGIC-PORT:~/Downloads/obpager-1.8$ make
Compiling src/main.cc
In file included from src/main.cc:33:0:

[code]....

View 2 Replies View Related

CentOS 5 :: Xlib Resource Id Allocation Space Exhausted?

Aug 25, 2009

Now I'm using Centos 5.3. when I let ADP (a EDA Tools) to idle more than 1 hours. The tools will display incorrectly. The per letter will be displayed as pane. So I must close it and re-open it.When the status is displayed, the system always said:xlib resource id allocation space exhausted!Forestall I use Centos 4.7, the system always works well. But I'm using Centos 5.3.How to maintenance it

View 2 Replies View Related

Fedora :: LibXpm-3.5.8-3.fc15.i686 Was Supposed To Be Installed But Is Not?

Aug 12, 2011

I have installed Fedora15. When I tried to install other softwares by "yum", I got following errors:

Code:
libXpm-3.5.8-3.fc15.i686 was supposed to be installed but is not!
Also, when I tried to remove some software by "yum erase ......", I got following similar errors:

Code:
...was supposed to be removed but is not.

View 2 Replies View Related

Server :: /usr/bin/ld: Skipping Incompatible /usr/lib/libXpm.so When Searching For -lXpm?

May 12, 2009

I am trying to install OTRS 2.3.4 on an Centos release 5.3 (Final) with Kernel 2.6.18-92.el5xen on an x86_64 with an yum -y update after setup

the problem is when I try to install the perl:GD GD::Text GD::Graph GD::Graph::lines GD::Text::Align

on installing the GD I receive:

Code:

/usr/bin/ld: skipping incompatible /usr/lib/libXpm.so when searching for -lXpm
/usr/bin/ld: cannot find -lXpm
collect2: ld returned 1 exit status
make: *** [blib/arch/auto/GD/GD.so] Error 1
LDS/GD-2.41.tar.gz
code....

View 4 Replies View Related

CentOS 5 :: Install W3c-libwww Package But Can't Seem To Find In Yum

May 4, 2009

I'm looking to install the w3c-libwww package, but can't seem to find it in yum. Is there a safe repository somewhere I can enable to grab it, or am I going to have to install if from source? CentOS ver. 5.2/3

View 1 Replies View Related

CentOS 5 :: PXE/NFS Install - Could Not Find Kernel Image?

Jul 1, 2010

In order to not post into the wrong forum, I am wondering if an issue related to performing a PXE based NFS install can be posted here, or does it belong in the networking forum? Seems that I've seen both, and I've done several searches using parameters/error messages that I'm seeing and can't seem to find a post that relates.

I have results of "./getinfo.sh network", and other necessary config file info ready to post, but want to make certain on correct forum.

View 1 Replies View Related

Hardware :: CentOS 5 Install Does Not Find HDs On Adaptec AHA-2940AU / Get That?

Jan 24, 2009

All installs attempts below are from CD

My hardware is
Tyan 1834 (VIA Chipset) dual P-III and 512 MB
Adaptec AHA-2940AU SCSI card with 3 Seagate drives
ATI Rage 128 AGP Video card

Tried to install CentOS 5 but did not locate any hard drives
(No drives listed at Partition Step)

Was able to install CentOS 4.4 and it located ATI card, and installed successfully and runs.

However, trying to upgrade to CentOS, also fails and does not find any hard drives (same error)
(also say "no video found, assuming headless" - but output still shown to screen - using 'linux text' install)

http://www.adaptec.com/en-US/_common/linux/ - lists Linux "supported distributions" including
CentOS 4.0/4.2/4.3 - but no mention of CentOS 5 (or could that page be too old?)

Want to use as test platform for custom software development, but it must match existing production machine CentOS 5 platform...
(Cent OS 4 could introduce a significant difference)

View 3 Replies View Related

CentOS 5 :: Unable To Find The Folder To Install The Support Driver?

Jul 25, 2009

When i put the command: /etc/init.d/vboxdrv setup for install it it say this:

Stopping VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
[root@server ~]#
and
the log:
Makefile:185: *** Unable to find the folder to install the support driver to. Stop.

View 4 Replies View Related

Software :: Compile Xlib And All Its Dependencies ?

May 20, 2009

I have a linux system set up. Very minimal. I have a compiler and I need to compile xlib and all its dependencies so that I can use it. I don't have any type of package management system because it is an embedded application. So I need to know what all I need to build before xlib. Assume that I only have the core utils and gcc. Please don't tell me to download binaries, I cant do that, it wont work. Unless you have armeb binaries for me.

View 1 Replies View Related

Programming :: Can't Get Xlib Window To Display / What To Do?

Mar 12, 2009

I am having trouble writing an Xlib application that displays a window. The most frustrating thing is that I've written applications like this before, and never had any problems. For some reason I cannot get this program to work properly. I'm running KDE and when I launch the program, a "button" for the application will appear on the application panel, however, no window will display. It is possible to right click on the panel button and select the Close item which will successfully close the window.

The following is source code that when built will exhibit the behaviour described above code...

View 10 Replies View Related

Programming :: Use QPainter Over An Xlib Window?

Jan 15, 2011

Suppose i have an XID of a window. How can i wrap QPainter to draw on this window? I need something like cairo_xlib_surface_create(), but Qt-based.

View 3 Replies View Related

Programming :: Implementing Scrollbar Using Xlib ?

Oct 17, 2010

I am working on xlib project to develop text editor without using help from any of toolkit/widgets.I get stuck in scrollbar.I have no idea how they work and developed.It become more difficult as I am using low-level C library - xlib.

View 1 Replies View Related

Programming :: Mouse Click C++ XLIB

Mar 3, 2009

The code below seems to do a right mouse click (firefox 2.0.0.7) IF I pass it 3, but I cant get it to do a left mouse click?

View 4 Replies View Related

Programming :: Difference Between Xlib And OpenGL?

Dec 6, 2008

I am starting to learn Linux graphical programming. Most of codes in my hands were written based on xlib, which is a kind of old graphic lib. I see some developers more interested in openGL. Then what's the difference between xlib and openGL? And which one is more popular used in which industry area?

View 2 Replies View Related

CentOS 5 :: Centos 5.2 Installed On /dev/hda3, Won't Boot, Cant Find Grub Stage 2?

Nov 10, 2009

I just upgraded by box from Fedora Core 9 to Centos 5.2. Finally!I have a 500GB SATA drive, it's partitioned into three equal size slices, hda1 through 3. The old Fedora was on hda1, I installed the new Centos on hda3. I instructed the installer to write the MBR to /dev/hda, not /dev/hda3. Fdisk says I have sector 0 unused.First, the system wouldn't boot - it just looped through the BIOS, rebooting over and over again. The BIOS sees the disk, but it never loaded Grub. I tried re-running grub-install /dev/hda, and not I get a Grub Error 17 after stage 1.5 loads.

I can boot from rescue OK, the grub.conf man menu.lst look fine, it's pointing to "root (hd0,2)". It's either the BIOS that can't find the MBR, or the MBR can't find Grub.When I looked at the disk with fdisk after the install, hda1 was still marked bootable, hda3 was not, so I swapped bootable flags but that has not made a difference. I also appended the new grub to the old grub thinking I could get the MBR (if it is there) to load the old grub and thence find the new Centos, but that didn't work either.Mobo is an old Shuttle AK35.Any ideas? Did I mess up by not telling the system to put the MBR on /dev/hda3? Is there a way to fix this without reinstalling?

View 2 Replies View Related

CentOS 5 Server :: Cannot Find Mysqld, Safe_mysqld, Mysql_install_db In CentOS 5.1

Apr 2, 2009

I've installed the CentOS 5.1 from a CD only yesterday and everything is working fine except Mysql that came from the CD distribution. I have detected that my system has mysql.

[root@onion /]# rpm -qa |grep mysql
mysql-5.0.22-2.1.0.1
[root@onion /]# find . -name mysql
./usr/bin/mysql
./usr/share/mysql
./usr/lib/mysql

However I'm unable to find mysqld, safe_mysqld or mysql_install_db in my filesysytem.

[Code]...

View 3 Replies View Related

General :: Error: X11/Xlib.h: No Such File Or Directory

Aug 1, 2011

I am trying to compile the code. I am getting this following error. Am I missing any package?

x86_screen.h:12:22: error: X11/Xlib.h: No such file or directory
In file included from osal_event.c:12:
x86_screen.h:25: error: expected specifier-qualifier-list before �Display�
make[1]: *** [osal_event.o] Error 1

View 5 Replies View Related

Software :: Error: X11/Xlib.h: No Such File Or Directory

Jun 21, 2011

I tried to install the pgplot, and I faced this error: X11/Xlib.h: No such file or directory

to solve this, I did this:
sudo apt-get install libx11-dev
but I face the other error which is:
f77 -c -u /usr/local/src/pgplot/drivers/gidriv.f
gidriv:
Error on line 247: syntax error

[Code]...

View 1 Replies View Related

Programming :: Get String Width In Pixels In Xlib?

Aug 3, 2009

I'm trying to get the width of a string in pixels this way:

Display *disp;
int len;
disp = XOpenDisplay(0);
font = XLoadQueryFont(disp, desc );

[code]....

I'm getting negative numbers as the the pixel length, eg -7275

View 3 Replies View Related

Programming :: Invoke A ButtonPress Event Using XLib?

Nov 17, 2010

I'm working on an application which generates random shapes when clicking on a window. I designed the window using Motif. I want to invoke the ButtonPress Event .

View 1 Replies View Related

Programming :: Read The State By Using _NET_WM_STATE In Xlib?

Oct 8, 2010

i want to get the state of a particular window by using the _NET_WM_STATE atom. i dont know how to use it with XGetProperty.

View 6 Replies View Related

Software :: List / Find / Compare The Program Versions On A Centos System Against Redhat / Centos Errata / Security / Bug Lists?

Mar 30, 2011

Is it possible to list/find/compare the program versions on a Centos system, against Redhat/Centos Errata/Security/Bug lists? Sort of looking for a way to make sure that all the packages on a system are ok, and not a security risk-- Without having to update every package. A pseudo code, in my mind is:

[Code]...

View 2 Replies View Related

CentOS 5 Networking :: Find Whether Firmware Is Installed In CentOS 5.4?

Jan 19, 2010

I am trying to get the wireless enabled in my laptop. Following is the dmesg log I get:

ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection

[code]....

View 3 Replies View Related

Debian Multimedia :: Xlib - Extension GLX Missing On Display 0.0

Oct 6, 2010

I am trying to run the SDK for Meego with Qt. When I try to launch my simulator I get the error message: Xlib: extension "GLX" missing on display ":0.0". The answer I got on Meego's forum is that I am missing glx extensions. I have tried to find a way to get the glx extensions but I do not seem to get it. My searches on the web all point to Nvidia, but I have got ATI. I run Lenny 5.0.6 amd64.

View 2 Replies View Related

OpenSUSE :: Xlib - Extension RandR Missing On Display

Feb 5, 2010

I've verified that xorg-x11-libs is installed. This package provides libXrandr.so.2. However, when I run a program, in this case the python script for blueproximity (start_proximity.sh), I get the error in the title.

Code:
grep -ni randr /var/log/Xorg.0.log
237:(==) RandR enabled
247:(==) RandR enabled
257:(==) RandR enabled
274:(II) Initializing built-in extension RANDR

View 5 Replies View Related

General :: While Compiling Wine Got Error Xlib/Xfree86

Sep 29, 2010

compiling wine i got error Xlib/Xfree86 how can the package of it for RHEL 5.3

View 1 Replies View Related

Programming :: Xlib C Program Doesnt Work Every Time

Jul 24, 2010

I tried to draw two lines with xlib.h in C. If I start this compiled program it show me in most cases a window with two lines as it should be.

But sometimes the two lines are not drawn.If I insert XFlush() before the second XSync() it worked better but not every time.Why?How can I solve the problem?How works the X-Server buffer in detail?

Code:

View 1 Replies View Related

Software :: Xlib - Run A Graphical Application At A Remote Host ?

Dec 21, 2008

When trying to run a graphical application at a remote host i get the error

Xlib: 'connection to ":0.0" refused by server'

Xlib: No protocol specified

How to address this?

View 1 Replies View Related

CentOS 5 :: Find A Bunch Of GDM Theme RPM's For CentOS 5.4?

Nov 9, 2009

Where can I find a bunch of GDM theme RPM's for CentOS 5.4? All my efforts at Googling only results in Ubuntu (.deb) themes.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved