You are not logged in.

#1 2022-10-13 03:54:31

n4ck
Member
Registered: 2022-10-13
Posts: 6

HISE and arch

i would want to use HISE on my arch (https://hise.audio resp. https://github.com/christophhart/HISE/)

there is a pkg downloadable, but i am not able to install it:

error: missing package metadata in HISE.2.0.0.pkg
error: 'HISE.2.0.0.pkg': invalid or corrupted package

Last edited by n4ck (2022-10-13 03:54:59)

Offline

#2 2022-10-13 04:02:26

loqs
Member
Registered: 2014-03-06
Posts: 18,964

Re: HISE and arch

https://github.com/christophhart/HISE/r … .2.0.0.pkg appears to be a macOS Installer Package rather than a pacman package.

Offline

#3 2022-10-13 04:03:38

Awebb
Member
Registered: 2010-05-06
Posts: 6,688

Re: HISE and arch

That pkg file is for OSX. Build the thing from source.

Offline

#4 2022-10-13 04:10:03

n4ck
Member
Registered: 2022-10-13
Posts: 6

Re: HISE and arch

i tried to compile it via juce like the readme said

what seems missing for now is the libipp[?] (ipp.h)

anyone knows what i need to install to get this?

Offline

#5 2022-10-13 04:31:15

n4ck
Member
Registered: 2022-10-13
Posts: 6

Re: HISE and arch

i checked all the needed libraries, and what i cannot find is

libasound2

also i did not install the lib32 stuffs, but i think that wouldnt matter?

error is the same

Last edited by n4ck (2022-10-13 04:35:07)

Offline

#6 2022-10-13 04:39:05

loqs
Member
Registered: 2014-03-06
Posts: 18,964

Re: HISE and arch

I generated the Makefile using Producer from the juce 7.0.2-1 package in community.  That Makefile disables the use of IPP.  The build still fails due to a gcc issue and switching to clang fails as 2.0.0 does not contains https://github.com/christophhart/HISE/c … 65b0706ebf

Offline

#7 2022-10-13 04:39:10

n4ck
Member
Registered: 2022-10-13
Posts: 6

Re: HISE and arch

as far as i found out ipp.h
should be a part of libcups, what is installed.

Offline

#8 2022-10-13 04:41:31

loqs
Member
Registered: 2014-03-06
Posts: 18,964

Re: HISE and arch

IPP is Intel Performance Primitives in this context.

Offline

#9 2022-10-13 06:21:51

n4ck
Member
Registered: 2022-10-13
Posts: 6

Re: HISE and arch

well, according to that name, they should be on the system,right?

Offline

#10 2022-10-13 07:00:32

loqs
Member
Registered: 2014-03-06
Posts: 18,964

Re: HISE and arch

n4ck wrote:

well, according to that name, they should be on the system,right?

How did you reach that conclusion?  Why not build with IPP disabled?  https://github.com/christophhart/HISE/b … jucer#L191

extraDefs="USE_IPP=0"

Which should be disabling IPP use on linux.  Did you manually enable it?  What is the error related to IPP?

Offline

Board footer

Powered by FluxBB