How can I compile CalcHep with X11?

Asked by Shakiba

I installed MicrOmegas and got CalcHep, and as I try to launch CalcHep it says that because I compiled it without X11 Current version can work only in the 'blind' mode.
I have X11 on my OS X, how can I compile CalcHep with X11?

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 X11 develop package:

     libX11-devel for Fedora/Scientific, Darwin(MAC)
     libX11-dev for Ubuntu/Debian
     xorg-x11-devel for SUSE

Main point is X11 header files /usr/include/X11/*.h
which now are absent ( I guess) on your computer.

After X11 upgrade use
make clean
    ( reply Y on questions)
   and
make
in CalcHEP directory.

Best
    Alexander Pukhov

On 10/05/2017 03:58 AM, Shakiba wrote:
> New question #658931 on CalcHEP:
> https://answers.launchpad.net/calchep/+question/658931
>
> I installed MicrOmegas and got CalcHep, and as I try to launch CalcHep it says that because I compiled it without X11 Current version can work only in the 'blind' mode.
> I have X11 on my OS X, how can I compile CalcHep with X11?
>
>

Revision history for this message
Shakiba (shaki001) said :
#2

Thanks a lot.

Revision history for this message
Shakiba (shaki001) said :
#3

Thanks Alexander Pukhov, that solved my question.