-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation problem on debian 9 "Configuring incomplete, errors occurred" "No CMAKE_CXX_COMPILER" #498
Comments
update: While installing on debian 9 I have done all the steps needed, even the optional, but after
|
sudo apt-get update && sudo apt-get install build-essential |
apt-get install build-essentialReading package lists... Done |
it did install, and it took more than 5 minutes...wow Thank you for your time. I just want to uninstall now.. |
After installing all the python dependencies mentioned in the wiki section, I do
git clone https://github.com/nvbn/everpad.git cd everpad python setup.py install
and after that this is what I get:
running install
.....
.....
Installed /usr/local/lib/python2.7/dist-packages/everpad-2.5.dev0-py2.7.egg
Processing dependencies for everpad==2.5.dev0
Searching for PySide
Reading https://pypi.python.org/simple/PySide/
Downloading https://pypi.python.org/packages/36/ac/ca31db6f2225844d37a41b10615c3d371587677efd074db29855e7035de6/PySide-1.2.4.tar.gz#md5=3cb7174c13bd45e3e8f77638926cb8c0
Best match: PySide 1.2.4
Processing PySide-1.2.4.tar.gz
Writing /tmp/easy_install-WkXZYl/PySide-1.2.4/setup.cfg
Running PySide-1.2.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-WkXZYl/PySide-1.2.4/egg-dist-tmp-IwtZW7
Removing /tmp/easy_install-WkXZYl/PySide-1.2.4/pyside_package
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/tmp/easy_install-WkXZYl/PySide-1.2.4/pyside_build/py2.7-qt4.8.7-64bit-release/shiboken/CMakeFiles/CMakeOutput.log".
See also "/tmp/easy_install-WkXZYl/PySide-1.2.4/pyside_build/py2.7-qt4.8.7-64bit-release/shiboken/CMakeFiles/CMakeError.log".
error: Setup script exited with error: Error configuring shiboken
I guess the problem is in the last part were it says "configuring incomplete" about "No CMAKE_CXX_COMPILER could be found.", but I do not understand what should I do.
--
Thank you for your time.
The text was updated successfully, but these errors were encountered: