-
Notifications
You must be signed in to change notification settings - Fork 98
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 of IceWM on Ubuntu 16.04 #222
Comments
You need a complete GNU autoconf/automake/getttext/libtool or alternately a cmake toolchain to build the package. Its been a long time since I used ubuntu, but I helieve there is some "devel" meta-package that pulls in everything you need to build stuff. |
Try: apt-get build-dep icewm |
E: You must put some 'source' URIs in your sources.list |
Ok. apt-get install autotools-dev |
In general one can figure out which package needs to be installed by using a command like for instance
Then The README appears to be incomplete on the requirements and the INSTALL file is too generic, while INSTALL.cmakebuild merely refers to INSTALL. You may wish to add the |
I suggest then add this information to the readme. |
Try to install this first:
then:
|
Unable to locate package libx11 libxext libx11 -> libx11-6
|
You can omit libx11 and libxext. Comment #222 (comment) was edited. Yes the compile and install has some translation errors, but you can safely ignore those. The installed icewm should work for you. Did you test it? |
ok...
icewm:
icewm: /usr/bin/icewm /usr/share/icewm |
try |
@gijsbers thx! How to build a .deb package? :) |
You should have said that from the start.
|
I apologize, this is a spontaneous question. The first post has been fixed.
Can create new issues? |
You were supposed to run it in your existing working directory, where you other git checkout already lies. Either that, or you can create a new checkout (simply clone When you are there, run debbuild there and it should do the job or tell you what else (build-deps) is missing. |
|
Friends, on the second point the task is:
|
Friends, have any ideas? |
Please start by reading intro documentation about how to setup a basic build environment. Like: https://duckduckgo.com/?t=palemoon&q=ubuntu+install+compiler When you have done that, please clone my repo (see above) and checkout the Debian specific branch ( When you are there, run PS: and for god's sake, please stop working as root and stop pasting images where you could post plain text. |
@Code7R thx.
|
I did everything as you said ... |
It would really be easier for us if you could use a ssh connection to your VirtualBox server and then copy paste plain text here instead of images. Install openssh-server and openssh-client. Then connect to your server from a terminal with ssh. What gives (in plain text output, not in a screendump):
Does it help if you try:
|
He rolled back the changes. Output from the desired command.
|
I would suggest on some Ubuntu forum then. I see no reason why they set the dependencies in a way which uninstalls libxft-dev etc. |
@Code7R and on what distribution do you build the package? debian 9? It is not important for me to collect exactly on ubuntu, I can also build on debian. |
Debian 9?? Welcome to bleeding edge! Using Debian Sid here (aka Unstable or development area). But the build also works on Debian 9, I have tested it with a quick test in pbuilder (Debian Stable environment). In the meantime I moved the target branch from debian/experimental to debian/sid so please checkout that branch. I think I have also solved the mentioned problem with libpng12 headers, so you can continue with my last instructions above. |
@Code7R thx friend. Its work. |
Ubuntu Server 16.04.03 x64 (latest, clean).
git clone http://github.com/bbidulock/icewm.git
cd icewm
./autogen.sh
output: ./autogen.sh: 40: ./autogen.sh: autoreconf: not found
https://github.com/bbidulock/icewm/blob/icewm-1-4-BRANCH/autogen.sh#L40
#222 (comment)
The text was updated successfully, but these errors were encountered: