Still fails to compile with undeclared `chdir` and `usleep`. I also see "/usr/bin/ld: cannot find -lfltk_png".
Search Criteria
Package Details: non-daw 1.1.0-2
Package Actions
| Package Base: | non-daw |
|---|---|
| Description: | A powerful, reliable and fast modular Digital Audio Workstation |
| Upstream URL: | http://non-daw.tuxfamily.org/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | speps |
| Last Packager: | None |
| Votes: | 11 |
| First Submitted: | 2008-10-22 06:20 |
| Last Updated: | 2012-03-15 01:57 |
Dependencies (8)
Required by (0)
Sources
Latest Comments
Comment by jplona
Comment by lee
gcc 4.7 strikes again - undeclared ‘chdir’and ‘usleep’,
probably this:
http://gcc.gnu.org/gcc-4.7/porting_to.html
Fixed by adding <unistd.h> to the includes of two files. e.g.:
sed -i 's/#include "Thread.H"/&\n#include <unistd.h>/' timeline/src/Engine/Timeline.C
sed -i 's/#include <stdio.h>/&\n#include <unistd.h>/' mixer/src/Project.C
I'll report upstream, it's the same in git.
Comment by speps
@epicurious You're right, thanks. Added imake build dependency, without bumping release version.
Comment by epicurious
Think it needs imake adding to listed dependencies: but other than that builds fine
Comment by epicurious
Great - I was just about to write about fltk11 - many thanks for updating.
Comment by speps
Updated to latest 1.1.0-1 (provides non-daw non-mixer and non-session-manager)
Upstream recommends linking against fltk 1.1.xx, so now this depends on fltk11.
Anonymous comment
i had to remove the empty 'install=()' and add 'imake' to makedepends for the 'makedepend' binary
like here: http://aur.pastebin.com/u3K7hRhh
Comment by hollunder
fyi, non-mixer is part of that package
Thanks for packaging!