[PD] Makefile error in library template v1.0.14

Joel Matthys jwmatthys at gmail.com
Sat Jun 15 09:21:45 CEST 2013


Hi Hans.

The Makefile fails for Android on Linux 64 bit. I tracked it down to 
line 149:

$(NDK_BASE)/toolchains/$(NDK_ABI)*-$(NDK_COMPILER_VERSION)/prebuilt/$(NDK_UNAME)-x86)

should be:

$(NDK_BASE)/toolchains/$(NDK_ABI)*-$(NDK_COMPILER_VERSION)/prebuilt/$(NDK_UNAME)-x86*)

Thanks!
Joel

On 05/07/2013 06:17 PM, Hans-Christoph Steiner wrote:
> On 05/07/2013 02:43 PM, me.grimm wrote:
>> hey hans.
>>
>> the link off the pd wiki under get template gives me "The
>> "/libraries/template/..mplate-1.0.14.tar.gz" file could not be found
>> or is not available. Please select another file."
> Thanks, fixed.
>
>> also.... would it make sense to add the macosx-embed-dependencies.sh
>> script to the template?
> Hmm... that's a good idea... my one concern is that the template is meant to
> be as simple as possible, so it doesn't cover all cases.  Instead its meant to
> be self-documenting as much as possible, so I think adding a file like that
> script will confuse a lot of people.  Most libraries will never use it.
> Perhaps I should just be documented on the wiki.
>
> .hc
>
>> m
>>
>> On Tue, May 7, 2013 at 2:30 PM, Hans-Christoph Steiner <hans at at.or.at> wrote:
>>> I just posted v1.0.14 of the Library Template that fixes some build issues on recent Mac OS X and Android:
>>>
>>> https://puredata.info/downloads/template
>>>
>>> If you are starting a library or want to port your existing library to multiple platforms, then the Library Template will make things much easier for you. Libraries in this format are very easy to install and they integrate tightly with Pd, providing things like namespace support, meta data for the search function, a listing in the Help Browser, etc. It handles building on all supported platforms (currently GNU/Linux, GNU/Hurd, GNU/kFreeBSD, Mac OS X/Universal, Windows/MinGW, Windows/Cygwin, Android, Apple iOS). Using this template makes it trivially easy to package your library for Debian, Ubuntu, Fedora, Gentoo, etc.
>>>
>>> Find out all about it here:
>>> https://puredata.info/docs/developer/LibraryTemplate
>>>
>>> .hc
>>> _______________________________________________
>>> Pd-announce mailing list
>>> Pd-announce at iem.at
>>> http://lists.puredata.info/listinfo/pd-announce
>>>
>>> _______________________________________________
>>> Pd-list at iem.at mailing list
>>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>>
>>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list




More information about the Pd-list mailing list