FYI: pcre and valgrind required for gnome-hacker-tools



Compiling gnome-hacker-tools required downloading and configuring pcre from:

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-4.3.tar.bz2

and configuring thusly:

./configure --prefix=/home/syd/garnome --enable-utf8

The compile of regexxer complained that my existing libpcre was not utf-8 capable.

(then make and make install, of course)

Then Alleyoop complained that I didn't have valgrind installed.

So I downloaded it from:

http://developer.kde.org/~sewardj/valgrind-1.9.6.tar.bz2

and configured it with the same prefix:

./configure --prefix=/home/syd/garnome

and make && make install

But then I arrived at the following error message:

make[5]: Entering directory `/home/syd/working/garnome-0.24.2/mono/gtk-sharp/wor k/main.d/gtk-sharp-0.9/sample/rsvg'
mcs svghelloworld.cs           \
-r ../../gnome/gnome-sharp.dll \
-r ../../gtk/gtk-sharp.dll     \
-r ../../gdk/gdk-sharp.dll     \
-r ../../rsvg/rsvg-sharp.dll

** (/home/syd/garnome/bin/mcs.exe:3675): WARNING **: Could not find assembly gli b-sharp
error CS0006: Cannot find assembly `../../gnome/gnome-sharp.dll'
Log:


** (/home/syd/garnome/bin/mcs.exe:3675): WARNING **: Could not find assembly gdk -sharp
error CS0006: Cannot find assembly `../../gtk/gtk-sharp.dll'
Log:


** (/home/syd/garnome/bin/mcs.exe:3675): WARNING **: Could not find assembly gli b-sharp
error CS0006: Cannot find assembly `../../gdk/gdk-sharp.dll'
Log:


** (/home/syd/garnome/bin/mcs.exe:3675): WARNING **: Could not find assembly gli b-sharp
error CS0006: Cannot find assembly `../../rsvg/rsvg-sharp.dll'
Log:

Compilation failed: 4 error(s), 0 warnings
make[5]: *** [svghelloworld.exe] Error 1
make[5]: Leaving directory `/home/syd/working/garnome-0.24.2/mono/gtk-sharp/work

Can anyone help me past this one?

Cheers,
Syd.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]