Posts: 107
brian
Joined: 10 Sep 2011
#1
Hi all,
I'd like to install fsthost but I get the following errors:

Code: Select all

make
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
gcc -c  -m32  -g -O2 -Wall -Wno-deprecated-declarations -Wno-multichar -frounding-math -fsignaling-nans -mfpmath=sse -msse2 -DNO_VUMETER -fno-pic -fno-PIC -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows   -o amc_32.o amc.c
In file included from amc.h:5:0,
                 from amc.c:23:
vestige/aeffectx.h:30:21: fatal error: windows.h: No such file or directory
 #include <windows.h>
                     ^
compilation terminated.
Makefile:97: recipe for target 'amc_32.o' failed
make: *** [amc_32.o] Error 1
How can I fix this?


Much thanks in advance!
brian
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Eino should weigh in on this. I would check if jack is installed. A link to where you got the .tar.gz of fsthost should be in this thread also.

Sounds almost like things are missing in that tar.gz with the
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
among the other errors saying the same thing but with other names like jack and glib. I am no expert installing from source so be patient and wait for others to weigh in on this thread.
Posts: 107
brian
Joined: 10 Sep 2011
#3
Ok, I'll wait, no problem. I've never really learned to install things in the right places, and so things like this happen and I get stuck.
Jack is already installed, and I think the various libraries are, too. I downloaded fsthost from Sourceforge, always had success with it (it's usually in the repos but not this time, I guess...)


brian
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://stackoverflow.com/questions/24530721/compiling-i386-binaries-on-amd64-debian"
linktext was:"Bump"
====================================


Might help or not. Best I can find for now


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.joebutton.co.uk/fst/"
linktext was:"http://www.joebutton.co.uk/fst/"
====================================
Posts: 107
brian
Joined: 10 Sep 2011
#5
Here's where I find fsthost:


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://sourceforge.net/projects/fsthost/?source=directory"
linktext was:"http://sourceforge.net/projects/fsthost ... =directory"
====================================



brian