Need help with compile "make"

5 respuestas [Último envío]
vita_cell
Desconectado/a
se unió: 07/19/2015

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

AdjuntoTamaño
cssed-0.4.0.tar.gz1.39 MB
Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

Are you following the instructions in the INSTALL file?

vita_cell
Desconectado/a
se unió: 07/19/2015

I always read the installation instructions, and packages needed. I see, that this project is very old.

vita_cell
Desconectado/a
se unió: 07/19/2015

I always read the installation instructions, and packages needed. I see, that
this project is very old.

duncan@bguthrie.plus.com
Desconectado/a
se unió: 02/07/2016

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.

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

Are you following the instructions in the INSTALL file?