Search Results

Search: Posts Made By: colt
8,621
Posted By colt
Pango 1.20 does not compile when passing Cairo or X server packages as backends
Hello. Trying to compile Pango with one or mentioned packages as backend, Cairo or X11 related packages I have been facing a series of error messages that I do not know how to fix.

First with...
7,535
Posted By colt
Hi MadeInGermany...
Hi MadeInGermany (https://www.unix.com/member_modal.php?u=302116191&modal=1). I tried your script. I end receiving many messages like;

then:

and finally

It ends reencoding only the first...
7,535
Posted By colt
Script to reencode all files in a directory
Hello. I usually reencode many video files with this ffmpeg command or similar

ffmpeg -y -i -c:a copy -vf scale=720:-2 -c:v mpeg4 -vtag xvid -b:v 969k -r 25 -pass 1 -an -f avi /dev/null && ffmpeg...
11,813
Posted By colt
PangoX cannot find Xlib.h
Hello. I used to have Pango compiled, however it did not have X support, only Freetype support. Since gtk requires pangoX to be compiled, I went to compile it with Xsupport.

I had to issue a...
5,621
Posted By colt
Problem trying to compile libXres
Hello. I recently tried to build libXres from the source and I am encountering issues when trying to build from two different manners.

In the first I run the configure script with ./configure...
8,391
Posted By colt
Required libs to compile libXft
Hello. I am looking for all the necessary packages required to be able to compile libXft.

I tried to compile libXft-2.1.8.2$ and the error message was:

checking for XRENDER... checking for...
1,938
Posted By colt
Did you solve it already? If not I can show you...
Did you solve it already? If not I can show you how to do with ffmpeg.
2,847
Posted By colt
Ok, I clone it. Unpacked it, entered the dir,...
Ok, I clone it. Unpacked it, entered the dir, created a dir called "temp", entered temp and executed:

/media/34GB/Arquivos-de-Programas-Linux/Cmake-2.8.12.2/bin/cmake ..It printed a lot of things...
2,847
Posted By colt
Problem to download cmake extra modules v 1.7
Hello. I am currently trying to compile kde-baseapps.

I issue this command: which returns So I need this ECM stuff.

I found this: extra-cmake-modules.git - Extra modules and scripts for...
3,127
Posted By colt
The answer was on the Makefile. solved the issue...
The answer was on the Makefile. solved the issue (after also manually creating the "dir" and the "include" directories)
3,127
Posted By colt
Well, no, but isn't this "install" job to do so?...
Well, no, but isn't this "install" job to do so? I mean, never before I did a "make install" that had issues to create directories.
When I read this message, I thought it was referring to the cjpeg...
3,127
Posted By colt
Libjpeg "make install" does not work.
Hello. I recently downloaded, configured and executed make on libjpeg.

Until there all worked well. Then suddenly when executing what shall be the simplest part, it returned this error message:
...
5,814
Posted By colt
Thanks for the answers. Another doubt. Once...
Thanks for the answers.

Another doubt. Once during a compilation, I passed the location of the Glib .pc file to the program I was compiling through PKG_CONFIG_PATH, however, configure complained...
5,814
Posted By colt
Why LD_LIBRARY_PATH did not work but LDFLAGS did?
Hello, a few moments ago, I tried to compile lynx. It complained about the lack of ncurses. I downloaded it, compiled it and then installed it to non standard directory.

Going back to the lynx, I...
1,998
Posted By colt
Possibly, but all the work that I already had...
Possibly, but all the work that I already had with the other dependencies, I really wan to to try to compile pango, especially since it might be the last remaining dependency.
1,998
Posted By colt
How to find required packages needed by cairo?
Hello, I am currently trying to install and old version of Cairo. I tried two versions, 10.5 and 1.1.1 and they say similar things. Pango 1.1.1 says:



and Pango 1.0.5 says:


So quite...
2,361
Posted By colt
Well, they are (2009-2010). Shall I go after...
Well, they are (2009-2010). Shall I go after newer versions?
2,361
Posted By colt
Problems to install youtube-dl
Hello, I have been experimenting several difficulties to install youtube-dl.

On its website, it suggests four different ways of installing it, using curl, wget, pip or brew.

I tried the first...
Forum: Programming 11-24-2018
2,528
Posted By colt
Based on the above tutorial I created this...
Based on the above tutorial I created this Makefile

CFLAGS=-I.
DEPS = PerformanceManager.h InputHandler.h Vec3f.h Image.h FileManager.h GeometricObjects.h TGAManager.h Plane.h Sphere.h Triangle.h...
Forum: Programming 11-23-2018
2,528
Posted By colt
hummm. I will try this tutorial first: A Simple...
hummm. I will try this tutorial first: A Simple Makefile Tutorial (http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/) About the configure, shall I keep it? It generated a broken...
Forum: Programming 11-22-2018
2,528
Posted By colt
Makefile cannot find separator
Hello. I recently have been trying to use the autotools in a already existing program that I used an IDE before. I started to follow this tutorial: autoconf automake tutorial...
2,200
Posted By colt
I did that, but there is no makefile, just a...
I did that, but there is no makefile, just a makefile.am. I tried to execute the autogen.sh file, but he complains that I do not have autoreconf. Do I have to download, compile and run autotools?
...
2,200
Posted By colt
In GEGLs build directory run make uninstall. ...
In GEGLs build directory run make uninstall.
For GEGL checkout gegl-0-2, run make and make install.
Go to the GIMP build directory and run autogen.sh again, run make and make install.


Ok,...
2,200
Posted By colt
Well I already used it before when compiling Gegl...
Well I already used it before when compiling Gegl that needed Glib and Babl. Anyway the export attempt did not work. I started to look in the configure with and of relevant stuff (it returned a lot...
2,200
Posted By colt
Gimp's configure do not find Gegl libs
Hello, I have been trying to compile Gimp. To do so, I had to compile its dependencies Babl and Gegl. After doing so I use this command to try to compile it: ./configure...
Showing results 1 to 25 of 40

 
All times are GMT -4. The time now is 04:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy