Here's the end of the output from the second attempt at make (I forgot
to copy the first one, but the error should be identical):
make[1]: Entering directory
'/sync/builds/qt-everywhere-opensource-src-5.3.1/qtwebkit'
cd Source/WTF/ && ( test -e Makefile.WTF ||
/sync/builds/qt-everywhere-openso
Hey guys, for some time now I can't build Qt statically in order to
deploy my app. The build process always fails with "recipe for target X
failed" . In this case its ".obj/disassembler/UDis86Disassembler.o" . My
config is : "configure -prefix C:\Qt5.3.1-static -release -static
-no-compile-exam
;re programmers and error codes are always an option :D
On 5/29/2014 2:02 AM, Thiago Macieira wrote:
> Em qui 29 maio 2014, às 01:56:48, Petko Ditchev escreveu:
>> I'd love to give back to the project, but I'm not confident I know
>> enough on the topic to write the metho
m qua 28 maio 2014, às 23:07:41, qt.dan...@free.fr escreveu:
>> Le Sat, 24 May 2014 13:50:45 -0700, Thiago Macieira
>>
>> écrivait:
>>> Em sáb 24 maio 2014, às 19:15:51, Petko Ditchev escreveu:
>>>> [...] I guess I can't call this function a few times f
I knew there was such a function, and I'd overlooked it. Thank you very
much! I guess I can't call this function a few times for different
processes though ? At least that's what I make out from the description
in the documentation. So I'll probably use a function to transfer the
data via my ow
Hello, I'm writing a data analysis application which consists of a few
filters which pass data to each other and to a GUI. At this point it's
pretty much an input ( which is actually 'arecord' , the audio recording
CLI tool in a QProcess) which should pipe the data to a noise reduction
filter I
Hello everyone, I thinking now about how to approach the problem in
the title. I have a small console app (a filter for mic input) that uses
Qt libs, and I want to deploy it on the Pi. It uses some Qt5 features so
Qt4 from the repos isn't an option. I was thinking about building it
statically