You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello thank you for this great project! I am very new to compiling projects with make. I try to build this project on my macbook with Apple A2 chip, macos: 14.2.1 (23C71).
I tried to installed the prerequest
It's been a while since I've had access to a macOS machine, but I do know that the MacPorts build is supposed to work: https://ports.macports.org/port/xchm/
Maybe check out what they do there and adapt the steps for the latest version of xCHM?
Hello thank you for this great project! I am very new to compiling projects with
make
. I try to build this project on my macbook with Apple A2 chip, macos: 14.2.1 (23C71).I tried to installed the prerequest
but when I try to compile this xchm project , it failed with following error:.
1.
./configure
, with error2.
./configure --enable-builtin-chmlib && make
, with following error:3. I tried to modified the above error file
src/chm_lib.c
remove the two blocks of data type definition for 32bit machines. the
make
andmake install
can work, but the programxchm
has no repsonse.any clue?
thanks,
CZ
The text was updated successfully, but these errors were encountered: