Need help with compile "make"
- Anmelden oder Registrieren um Kommentare zu schreiben
Hi, I tryed to compile with "make", program called "cssed". I got some error, but I fixed them modifying the code and installing some libraries (like autogen). But now, I don't know what to do. I want to know, what it is the problem.
Latest lines from console when compiling:
http://hastebin.com/ibudemeseg.hs
For compile it:
In cssed-0.4.0/scintilla/src/LexCaml.cxx, replace that one with fixed one "LexCaml.cxx", and
$ cs to the cssed-0.4.0 folder
and
$ ./configure (this one works fine)
later
$ make
Anhang | Größe |
---|---|
cssed-0.4.0.tar.gz | 1.39 MB |
Are you following the instructions in the INSTALL file?
I always read the installation instructions, and packages needed. I see, that this project is very old.
I always read the installation instructions, and packages needed. I see, that
this project is very old.
Package cssed is in the repository. You could get it from there (unless it is
a newer version you want). If you still want to build it, first do 'apt-get
build-dep cssed' (as root) to get the dependencies for the build. If the
package needs newer ones then you may have to compile those too. It is up to
the developer to write their files so they build properly with make. So I
doubt you should be files: it is probably something else causing problems, so
check dependencies and required versions. Keep trying, if it is a big
application sometimes errors can happen. You could always extract the files
from the source archive provided, again so and try to run make after that.
Are you following the instructions in the INSTALL file?
- Anmelden oder Registrieren um Kommentare zu schreiben