<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="sans-serif">Hi<br>
<br>
I am trying to build clam 1.4.0 on Fedora 12 x86_64<br>
<br>
Using the attached rpm spec file I can successfully build libclam.<br>
<br>
However, the build stops when trying to build the plug-ins... See
Konsole output below...<br>
<br>
The CLAM source code is not particularly lib64 savy -
clam_build_helpers.py has to be modified to build libclam.<br>
<br>
How to build the plug-ins on 64bit linux systems? <br>
<br>
Simon<br>
<br>
<br>
+ for i in Filters GuitarEffects MIDI resampling samplebysample sndfile
spacialization speech osc<br>
+ pushd plugins/Filters<br>
~/rpmbuild/BUILD/CLAM-1.4.0/plugins/Filters ~/rpmbuild/BUILD/CLAM-1.4.0<br>
+ export
PKG_CONFIG_PATH=/home/simon/rpmbuild/BUILDROOT/libclam_core1_4-1.4.0-2.sl.fc12.x86_64/usr/lib64/pkgconfig<br>
+
PKG_CONFIG_PATH=/home/simon/rpmbuild/BUILDROOT/libclam_core1_4-1.4.0-2.sl.fc12.x86_64/usr/lib64/pkgconfig<br>
+ scons
clam_prefix=/home/simon/rpmbuild/BUILDROOT/libclam_core1_4-1.4.0-2.sl.fc12.x86_64/usr
prefix=/home/simon/rpmbuild/BUILDROOT/libclam_core1_4-1.4.0-2.sl.fc12.x86_64/usr<br>
scons: Reading SConscript files ...<br>
Package clam_core was not found in the pkg-config search path.<br>
Perhaps you should add the directory containing `clam_core.pc'<br>
to the PKG_CONFIG_PATH environment variable<br>
No package 'clam_core' found<br>
OSError:
'PKG_CONFIG_PATH=/home/simon/rpmbuild/BUILDROOT/libclam_core1_4-1.4.0-2.sl.fc12.x86_64/usr/lib/pkgconfig
pkg-config clam_core --libs --cflags' exited 1:<br>
  File
"/home/simon/rpmbuild/BUILD/CLAM-1.4.0/plugins/Filters/SConstruct",
line 36:<br>
    env.EnableClamModules(clamDependencies, CLAMInstallDir)<br>
  File "/usr/lib/scons/SCons/Environment.py", line 217:<br>
    return apply(self.method, nargs, kwargs)<br>
  File
"/home/simon/rpmbuild/BUILDROOT/libclam_core1_4-1.4.0-2.sl.fc12.x86_64/usr/share/clam/sconstools/clam.py",
line 166:<br>
    ' '.join(libs)))<br>
  File "/usr/lib/scons/SCons/Environment.py", line 1447:<br>
    return function(self, self.backtick(command))<br>
  File "/usr/lib/scons/SCons/Environment.py", line 585:<br>
    raise OSError("'%s' exited %d" % (command, status))<br>
<br>
</font></font>
</body>
</html>