> > could somebody provide
> > me with a very brief sketch as to which part of the code I would have
> > to look at if I intended to add what I think it lacks ?
> 
> src/document/io/LilyPondExporter.cpp is the heart and soul of the thing.
>   There is also src/gui/dialogs/LilyPondOptionsDialog.cpp and
> src/gui/general/LilyPondProcessor.cpp handles the command line
> conversion stuff.
> 
> I'm not really interested in doing any work right now, and probably
> never again, but I'm still around, and a bunch of it is still my code.
> I'd certainly be interested in seeing someone freshen it up and get
> things up to date.

Thanks alot for that pointer. I'll have a look at it.

Meanwhile I have set up my build environment for rosegarden and came
across an annoyance (if not error) in the configure script.

I'm on ArchLinux and there jack's header are in /usr/include which
(correctly) results in JACK_CFLAGS being empty at the end of ./configure

However that in turn creates the warning:
configure: WARNING: Required JACK library not found, building with no audio!

IMO the test at the end of configure whether JACK_CFLAGS is empty seems
bogus. A quick fix (for ArchLinux) could include an additional test for an
empty JACK_LIBS (which it is not on ArchLinux).

However if jack had not been found during configure you'd get a warning
anyway. If the whole purpose of this construct had been to give a summary
of warnings at the end of configure I think you should rather introduce a
new variable (e.g. JACK_MISSING) and check that instead.

Best wishes,
Michael
-- 
 Michael Gerdau       email: m...@qata.de
 GPG-keys available on request or at public keyserver

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to