All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qais Yousef <qais.yousef@imgtec.com>
To: Vinod Koul <vinod.koul@intel.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [TINYCOMPRESS][v2 PATCH 0/7] Convert build system to autotools
Date: Tue, 24 Mar 2015 16:26:23 +0000	[thread overview]
Message-ID: <5511902F.5040000@imgtec.com> (raw)
In-Reply-To: <20150324160754.GB32683@intel.com>

On 03/24/2015 04:07 PM, Vinod Koul wrote:
> On Tue, Mar 24, 2015 at 10:32:27AM +0000, Qais Yousef wrote:
>> This series converts the build system to use autotools and splits the files into
>> lib and utils.
>>
>> Also patch 5 fixes error handling code.
>>
>> I can't test Android builds but both cross and native compiling worked for me.
>>
>> I left AUTHORS, ChangeLog and NEWS files empty. I used the license header to fill COPYING.
>>
>> Changes in v2:
>>   - Use -M option when generating the patches
>>   - Add Makefile.am to include directory that exports tinycompress.h
>>   - New patch (7) that fixes include dependency in tinycompress.h
> This looks okay to me. I have two issue though:
>
> 1. So after applying tha patches, I did ./autogen.sh, that seems to have
> updated INSTALL, do you know why?

I'm no autotools expert. Either I'm passing wrong args to autoreconf or 
I need to replace it with something better. I'll have a look.

>
> 2. For the fun part, I did make and then make install. Running cplay w/o
> args should have printed the help menu, but that didnt ahppen
>
> $ cplay
> cplay: error while loading shared libraries: libtinycompress.so.0: cannot
> open shared object file: No such file or directory
>
> Not sure why...
>
> I will try Android build possibly tomorrow
>

Weird. I can't reproduce this.
Can you see libtinycompress.so.0 in /usr/local/lib?Do you need to update 
your LD_LIBRARY_PATH to include /usr/local/lib?

Thanks for having a look and testing.

  reply	other threads:[~2015-03-24 16:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-24 10:32 [TINYCOMPRESS][v2 PATCH 0/7] Convert build system to autotools Qais Yousef
2015-03-24 10:32 ` [TINYCOMPRESS][v2 PATCH 1/7] Convert the " Qais Yousef
2015-03-30 16:02   ` Qais Yousef
2015-03-30 16:50     ` Vinod Koul
2015-03-31  9:22       ` Qais Yousef
2015-04-29 14:34       ` Qais Yousef
2015-03-24 10:32 ` [TINYCOMPRESS][v2 PATCH 2/7] add .gitignore file Qais Yousef
2015-03-24 10:32 ` [TINYCOMPRESS][v2 PATCH 3/7] makefile.linux: delete as no longer necessary/used Qais Yousef
2015-03-24 10:32 ` [TINYCOMPRESS][v2 PATCH 4/7] Android.mk: Update to use the new location of source files Qais Yousef
2015-03-24 10:32 ` [TINYCOMPRESS][v2 PATCH 5/7] compress.c: fix check for errors from poll(), read() and write() Qais Yousef
2015-03-24 10:32 ` [TINYCOMPRESS][v2 PATCH 6/7] src/lib/utils.c: remove this empty file Qais Yousef
2015-03-24 10:32 ` [TINYCOMPRESS][v2 PATCH 7/7] tinycompress.h: explicitly include required headers Qais Yousef
2015-03-24 16:07 ` [TINYCOMPRESS][v2 PATCH 0/7] Convert build system to autotools Vinod Koul
2015-03-24 16:26   ` Qais Yousef [this message]
2015-03-24 16:46   ` Qais Yousef

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5511902F.5040000@imgtec.com \
    --to=qais.yousef@imgtec.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.