On Tuesday 05 Dec 2006 21:47, Guillaume Laurent wrote:
> On Tuesday 05 December 2006 22:16, Chris Cannam wrote:
> > But with an error log, right?
>
> Uh, yeah, sorry, it was so obvious that I didn't even think of adding
> one : all the fftw3f symbols are missing, the lib isn't specified to
> the link command.

Hmm.  Michael just got back to me with the same report.

Do you actually have the pkg-config?  What does "pkg-config --modversion 
fftw3f" say?

fftw3f is definitely in my link command, and I've built the trunk on two 
different systems from that commit (Debian stable and unstable).

You have FFTW3F_LIBS in the link list for the rosegarden executable in 
src/CMakeLists.txt, right?  (You should have, it's hardcoded, not a 
configuration detail.)  And your top-level CMakeLists.txt should have a 
bit saying

    PKG_CHECK_MODULES(FFTW3F fftw3f>=3.0.0)
    IF(FFTW3F_FOUND)
        ADD_DEFINITIONS(-DHAVE_FFTW3F)
        SET(HAVE_FFTW3F TRUE)
        SET(FFTW3F_LIBS ${FFTW3F_LIBRARIES})
    etc.

If that pkg-config command reported the right thing and you have both of 
the above, then I'm afraid it's over to Pedro -- I'm not quite sure 
what's going on in that case.


Chris

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to