[Pianod] Ubuntu 12.04 compile error

Steven Adeff adeffs.mythtv at gmail.com
Sat Apr 13 05:55:05 PDT 2013


On Tue, Apr 9, 2013 at 8:35 PM, Perette Barella <perette at barella.org> wrote:
> On 2013年04月09日, at 11:18, Steven Adeff wrote:
>>> On Sun, 2013-04-07 at 09:00 -0400, Perette Barella wrote:
>>>> The linker isn't finding the json library.  pkg-config should indicate where it comes from if you run:
>>>>
>>>>      pkg-config --libs json
>>
>> $ pkg-config --libs json
>> -ljson
>>
>
> So it seems pkg-config is missing the -L portion of the linker flags.
>
> I expect Ubuntu will have a working locate.  Do
>         locate libjson.a
> It should give you something like /opt/local/lib/libjson.a -- add the path from this to LDFLAGS:
>         LDFLAGS="$LDFLAGS -L/usr/local/lib"
>         export LDFLAGS
> Then retry the ./configure && make
>
> Perette
>

sorry for the late reply, I noticed 137 was released and tried that
and it seems to have fixed the issue, I was able to build without
issue.

thanks!

-- 
Steve
http://www.mythtv.org/wiki/User:Steveadeff
Before you ask, read the FAQ!
http://www.mythtv.org/wiki/Frequently_Asked_Questions
then search the Wiki, and this list,
http://www.gossamer-threads.com/lists/mythtv/
Mailinglist etiquette - http://www.mythtv.org/wiki/Mailing_List_etiquette



More information about the Pianod mailing list