build error fixed, should be fine now.
Search Criteria
Package Details: openframeworks 0.12.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/openframeworks.git (read-only, click to copy) |
---|---|
Package Base: | openframeworks |
Description: | An open source C++ toolkit for creative coding. |
Upstream URL: | http://openframeworks.cc/ |
Keywords: | coding creative dev graphics toolkit |
Licenses: | MIT |
Submitter: | marcs |
Maintainer: | marcs |
Last Packager: | marcs |
Votes: | 19 |
Popularity: | 0.000028 |
First Submitted: | 2015-09-27 13:41 (UTC) |
Last Updated: | 2024-03-15 11:30 (UTC) |
Dependencies (27)
- assimp (assimp-gitAUR)
- boost (boost-gitAUR)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- freeimage
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glfw-x11 (glfw-gitAUR, glfw)
- gst-libav (gst-libav-gitAUR)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gst-plugins-ugly (gst-plugins-ugly-gitAUR)
- gstreamer (gstreamer-gitAUR)
- libxcursor
- libxinerama (libxinerama-randr-gitAUR)
- make (make-gitAUR)
- mpg123 (mpg123-svnAUR, mpg321AUR, mpg321-binAUR)
- openal (openal-gitAUR)
- opencv (opencv-cuda)
- pkgconf (pkgconf-gitAUR)
- Show 7 more dependencies...
Required by (1)
- oscilloscope-git (make)
Sources (2)
marcs commented on 2015-12-18 13:57 (UTC)
xavier83 commented on 2015-12-13 12:13 (UTC)
build failing
http://pastebin.com/44tGQwUW
marcs commented on 2015-10-14 21:40 (UTC)
Mixed up some dependencies, should be fine now.
<deleted-account> commented on 2015-10-14 21:13 (UTC)
Build fails:
-> Building openFrameworks...
makefileCommon/config.shared.mk:260: *** couldn't find some pkg-config packages, did you run the latest install_dependencies.sh?. Stop.
chown: cannot access '../lib/linux64/*': No such file or directory
Pinned Comments
marcs commented on 2020-01-02 12:43 (UTC) (edited on 2020-01-02 13:08 (UTC) by marcs)
I know @damir, for some reason it's a path problem with aur-helpers, it seems that if the helper saves the package in a hidden folder then the Makefile fails.
For example yay saves this package in
$HOME/.cache/yay/openframeworks
(which is awful IMO) and start building it. If you move the package folder to a non hidden folder (like your$HOME
folder for example) then the build works.It's a bug with OpenFrameworks, hopefully will be resolved.
For now clone this package and build it with
makepkg
.