Hi Slávek!
Anno domini 2022 Tue, 22 Mar 19:48:28 +0100 Slávek Banko scripsit:
Dne út 22. března 2022 Dr. Nikolaus Klepp napsal(a):
Ok, it's HAVE_XSHM_H is not defined by "configure", so Xshm.h is not included. Need to look deeper :)
Nik
Hi Nik, Hunter,
on my test machine with FreeBSD is installed:
libXext-1.3.4,1
It's installed here, too.
...and imlib build is successfull. Wherein libXext is installed from a binary package. What version do you have on your machine?
Cheers
This is what's installed on my test system (clean install to virtual box). Almost packages are from binaries, exept:
"glib20" - This was the only paclage I had to build via portmaster. "*-trinity" - that's what I could build till imlib hit me.
I have attached: - make.log: Output from "make" - config.log: [...]/work/imlib_1.9.15/config.log - pkg.list: output from "pkg list" <<< Sorry, had to remove it, the can't post to list 'cause message to big >>>>
What bothers me in config.log: configure:13423: checking X11/extensions/XShm.h configure:13438: result: no
But: $ pkg provides XShm.h Name : libXext-1.3.4,1 Desc : X11 Extension library Repo : FreeBSD Filename: usr/local/include/X11/extensions/XShm.h
$ pkg info | grep ibXext libXext-1.3.4,1 X11 Extension library
$ ll /usr/local/include/X11/extensions/XShm.h -rw-r--r-- 1 root wheel 3735 3 Feb. 02:15 /usr/local/include/X11/extensions/XShm.h
So I guess configure does not detect X11/extensions/XShm.h although it's there?
Nik