trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2011

Re: [trinity-devel] Cannot compile qt3 on Arch.

From: L0ner sh4dou <sh4dou@...>
Date: Tue, 8 Nov 2011 18:26:21 +0100
2011/11/8 Timothy Pearson <kb9vqf@...>:
>> 2011/11/8 Calvin Morrison <mutantturkey@...>:
>>>
>>>
>>> On 8 November 2011 11:04, L0ner sh4dou <sh4dou@...> wrote:
>>>>
>>>> I cannot compile qt3 from git (pulled yesterday) on clean Arch install.
>>>> Log: http://paste.pocoo.org/raw/504642/
>>>> My arch is clean install, with only xorg installed. From what I see in
>>>> the log it complains about freetype/config/ftheader.h which is present
>>>> in my system in /usr/include/freetype2/freetype/config/ftheader.h
>>>>
>>>> The best thing is I tried to compile qt3 on different virtualmachine
>>>> with the same system (clean arch with only xorg), it gave me the same
>>>> error, I reinstalled whole xorg, rebooted and then compilation went
>>>> smooth.
>>>> I configured qt3 with -no-ipv6 and -v flags.
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail:
>>>> trinity-devel-unsubscribe@...
>>>> For additional commands, e-mail:
>>>> trinity-devel-help@...
>>>> Read list messsages on the Web archive:
>>>> http://trinity-devel.pearsoncomputing.net/
>>>> Please remember not to top-post:
>>>> http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>>>>
>>>
>>> Loner,
>>> are you familiar with the AUR and PKGBUILD system? Just use my pkgbuild
>>> to
>>> build qt3.
>>> http://aur.archlinux.org/packages.php?ID=46631
>>> btw, I have all of the base trinity pkgbuilds in the AUR.
>>
>> Yes I am, and I'm building it manually on purpose.
>

>
>ok.... why? :)
>
>Calvin Morrison
>

Lets just say I like doing things hard and manual way. :P I can learn
a lot more this way.

> Try this version of Qt3, as the GIT version is not guaranteed stable since
> 3.5.13 was released and we have entered a new development cycle:
> http://mirror.its.uidaho.edu/pub/trinity/releases/3.5.13/dependencies/qt3-3.3.8.d.tar.gz
>
> Tim

Not needed anymore. I did ./configure without any option (prevoiusly
I've been doing it with -no-ipv6) and compilation went smooth.
Although it's strange that -no-ipv6 triggers complains about
freetype...