ArcticaProject / nx-libs

nx-libs
Other
120 stars 39 forks source link

compiling nx-libs on OpenBSD -- missing OpenBSD.cf #1043

Closed sandeep-gh closed 2 years ago

sandeep-gh commented 2 years ago

I simply cloned this repo, changed the bash path in Makefile and ran gmake. The compile fails with error:

In file included from Imakefile.c:17:2:
./config/cf/Imake.tmpl:102:2: Include file OpenBSD.cf not found
imake: Exit code 1.

Question is how to build/obtain OpenBSD.cf. Does one have to write an Imakefile from scratch?

sandeep-gh commented 2 years ago

I copied OpenBSD.cf and other related files from /usr/local/lib/X11/config and that seems to satisfy the compiler. Fingers crossed rest works out :).

uli42 commented 2 years ago

Can you please provide that file so we can include it?

sandeep-gh @.***> schrieb am Do., 24. März 2022, 07:24:

Closed #1043 https://github.com/ArcticaProject/nx-libs/issues/1043.

— Reply to this email directly, view it on GitHub https://github.com/ArcticaProject/nx-libs/issues/1043#event-6296766348, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQHBZANG3L55OLODNSK3L3VBQDABANCNFSM5RP5VMIQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

sandeep-gh commented 2 years ago

@uli42 , Please find attached imake config files for OpenBSD bsd_imake.zip