libx11 Mac problem

Asked by Alejandro Quiroga

I already install libx11 but I still get this message, what can I do?

 CalcHEP has compiled successfuly and can be started.
# The manual can be found on the CalcHEP website:
# http://theory.sinp.msu.ru/~pukhov/calchep.html
# The next step is typically to run
# ./mkWORKdir <new_dir>
# where <new_dir> is the new directory where you will do
# your calculations. After creating this directory, you
# should cd into it and run calchep or calchep_batch.
# Please see the manual for further details.
#---------------------------------------------------------"
 Warning:!!! CalcHEP has compiled without X11.
   It means that CalcHEP can only be used in 'blind' mode. (See manual).
   To use CalcHEP in interactive mode, install the package
         libX11-devel for Fedora/Scientific, Darwin(MAC)
         libX11-dev for Ubuntu/Debian
         xorg-x11-devel for SUSE
   and recompile CalcHEP by
       make clean
       make

Question information

Language:
English Edit question
Status:
Solved
For:
CalcHEP Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Pukhov
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexander Pukhov (pukhov) said :
#1

You  have to install

Xquartz ( https://www.xquartz.org)  for new Mac

On 4/24/23 15:25, Alejandro Quiroga wrote:
> New question #706366 on CalcHEP:
> https://answers.launchpad.net/calchep/+question/706366
>
> I already install libx11 but I still get this message, what can I do?
>
> CalcHEP has compiled successfuly and can be started.
> # The manual can be found on the CalcHEP website:
> # http://theory.sinp.msu.ru/~pukhov/calchep.html
> # The next step is typically to run
> # ./mkWORKdir <new_dir>
> # where <new_dir> is the new directory where you will do
> # your calculations. After creating this directory, you
> # should cd into it and run calchep or calchep_batch.
> # Please see the manual for further details.
> #---------------------------------------------------------"
> Warning:!!! CalcHEP has compiled without X11.
> It means that CalcHEP can only be used in 'blind' mode. (See manual).
> To use CalcHEP in interactive mode, install the package
> libX11-devel for Fedora/Scientific, Darwin(MAC)
> libX11-dev for Ubuntu/Debian
> xorg-x11-devel for SUSE
> and recompile CalcHEP by
> make clean
> make
>
>

Revision history for this message
Alejandro Quiroga (master2alejo) said :
#2

Thank you, after installing Xquartz, it works perfectly.