DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 28th February 2022
nihil nihil is offline
Port Guard
 
Join Date: Oct 2021
Posts: 27
Default [Xlib.h not found] Unable to install ueberzug with pip

Code:
pip3 install ueberzug
Pip log
dmesg
Pip 21.3.1
Python 3.8.12

I must include /usr/X11R6/include/X11/ into some make or config file. Not sure where exactly to though.
Reply With Quote
  #2   (View Single Post)  
Old 10th March 2022
frakswe frakswe is offline
Port Guard
 
Join Date: Oct 2020
Posts: 18
Default

try:
$ git clone https://github.com/seebye/ueberzug.git

remove in ueberzug/X/python.h:

Code:
#ifndef __linux__
#error OS unsupported
#endif
at setup.py line 36:

Code:
ext_modules=[
    distutils.core.Extension(
    "ueberzug.X",
    glob.glob("ueberzug/X/*.c"),
    libraries=["X11", "Xext", "XRes"],
    library_dirs=["/usr/X11R6/lib"],
    include_dirs=["ueberzug/x","/usr/X11R6/include"]),
],
compile:

Code:
python3 ./setup.py install --user

not a python fellow at all but had some spare time to see why it didn't work, learning experience with python and so forth.

Last edited by frakswe; 11th March 2022 at 07:40 AM.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to install 5.9 release betweendayandnight OpenBSD Installation and Upgrading 7 19th February 2016 12:16 PM
unable to install HP printer sacerdos_daemonis OpenBSD General 25 5th January 2015 01:20 PM
Unable to install FreeBSD-8.2-RELEASE mapcorp FreeBSD Installation and Upgrading 1 20th June 2011 11:03 AM
wd0 not found at install shep OpenBSD Installation and Upgrading 8 15th June 2010 02:41 AM
Xlib - Strange location? SunSpyda OpenBSD General 5 3rd June 2009 06:54 PM


All times are GMT. The time now is 06:36 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick