<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
You are missing the -dev package if you are using Ubuntu or any
debian system. The package names will differ with openSUSE, Fedora,
etc. but your package manager will help.<br>
"sudo apt-get install libgtk2.0-dev"<br>
<br>
# dpkg -S /usr/include/gtk-2.0/gtk/gtk.h<br>
libgtk2.0-dev: /usr/include/gtk-2.0/gtk/gtk.h<br>
<br>
# dpkg -S /usr/include/gtk-2.0/gdk/gdkkeysyms.h<br>
libgtk2.0-dev: /usr/include/gtk-2.0/gdk/gdkkeysyms.h<br>
73 ... Sid.<br>
<br>
On 09/01/12 05:12, Mark Leone wrote:
<blockquote cite="mid:4F0A7751.2080601@verizon.net" type="cite">
<pre wrap="">***** High Performance Software Defined Radio Discussion List *****
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
I'm trying to build the ghpsdr receiver from the ghpsdr3 project
for Mac OSX. Per the wiki build page, I type make in
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<i>ghpsdr3/trunk/src/receiver, </i>but I get build errors when I
do that. I'm not sure what to make of the errors. They seem to be
implicating gtk, but I have gtk2 installed. I tried installing
gtk1 as well, but I still get the errors.<br>
<br>
Here are the build errors. Can someone please help me interpret
what dependencies I might be missing?<br>
<br>
Mark - K4XML<br>
<br>
=====================================<br>
gcc -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/gdk-pixbuf-2.0 -g -O3 -msse -msse3 -ffast-math
-march=core2 -Wall -c -o agc.o agc.c<br>
agc.c:30:21: error: gtk/gtk.h: No such file or directory<br>
agc.c:31:28: error: gdk/gdkkeysyms.h: No such file or directory<br>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot,
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
</pre>
</body>
</html>