@Toby,

So I'm trying to
parametrize<https://github.com/tresf/lmms/blob/stable-1.0/CMakeLists.txt#L666>the
shell scripts that create the bundle (APP_NAME, VERSION, TARGET,
BUILD,
etc).

It's working well, but it's flagging warnings with CMake warnings because
of some failed attempts at variable substitution.  It doesn't like some of
the shell variable ${syntax.##}.

It works, but it spits out undesirable cmake
warnings<http://i.imgur.com/KK2sqxz.png>when its doing the configure.

I known darn well the *right* way is to just use CMake do the entire part,
but some of this bundling and packaging stuff is very hack-ish and I'd much
rather be debugging a shell script a year from now when Apple breaks
something, so unless you have a recommendation (escape sequence to ignore
${vars.##}?), I'm inclined to just leave the warnings on Apple.

Changes:
https://github.com/tresf/lmms/blob/stable-1.0/CMakeLists.txt#L666

Syntax Warning:
http://i.imgur.com/KK2sqxz.png

- tres.finocchi...@gmail.com


On Sat, May 3, 2014 at 1:57 PM, Tres Finocchiaro <tres.finocchi...@gmail.com
> wrote:

>  include lmmsconfig.h
>
> Thanks that did it. :)
>
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
LMMS-devel mailing list
LMMS-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to