Hi all,<br>I&#39;m new to this type of development environment, so I&#39;m not sure I didn&#39;t miss something.<br><br>I&#39;m going straight to Chinnok and to get started, I wanted to compile the simple example in &quot;Programming with maemomm&quot;.
<br><br>This is on a fresh install following the install instructions for &quot;Maemo 4.0 Chinook beta SDK&quot; &amp; &quot;Programming with maemomm&quot;.<br><br>I was able to get around this:<br><br>[sbox-SDK_BETA_X86: ~/prgms/ppim/trunk/src] &gt; g++ 
simple.cc -o simple `pkg-config hildon-libsmm hildon-fmmm --cflags --libs`<br>Package hildon-libsmm was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `hildon-libsmm.pc&#39;<br>
to the PKG_CONFIG_PATH environment variable<br>No package &#39;hildon-libsmm&#39; found<br>simple.cc:1:22: hildonmm.h: No such file or directory<br>simple.cc: In function `int main(int, char**)&#39;:<br>simple.cc:7: error: `Gtk&#39; has not been declared
<br>simple.cc:7: error: `Main&#39; undeclared (first use this function)<br>simple.cc:7: error: (Each undeclared identifier is reported only once for each function it appears in.)<br>simple.cc:7: error: expected `;&#39; before &quot;kit&quot;
<br>simple.cc:8: error: `Hildon&#39; has not been declared<br>simple.cc:8: error: `init&#39; undeclared (first use this function)<br>simple.cc:10: error: `osso_context_t&#39; undeclared (first use this function)<br>simple.cc
:10: error: `osso_context&#39; undeclared (first use this function)<br>simple.cc:10: error: `TRUE&#39; undeclared (first use this function)<br>simple.cc:10: error: `osso_initialize&#39; undeclared (first use this function)
<br>simple.cc:14: error: `Glib&#39; has not been declared<br>simple.cc:14: error: `set_application_name&#39; undeclared (first use this function)<br>simple.cc:17: error: `Hildon&#39; has not been declared<br>simple.cc:17: error: `Window&#39; undeclared (first use this function)
<br>simple.cc:17: error: expected `;&#39; before &quot;window&quot;<br>simple.cc:18: error: `Hildon&#39; has not been declared<br>simple.cc:18: error: `get_instance&#39; undeclared (first use this function)<br>simple.cc:18: error: `window&#39; undeclared (first use this function)
<br>simple.cc:21: error: `Gtk&#39; has not been declared<br>simple.cc:21: error: `Label&#39; undeclared (first use this function)<br>simple.cc:21: error: expected `;&#39; before &quot;label&quot;<br>simple.cc:22: error: `label&#39; undeclared (first use this function)
<br>simple.cc:26: error: `kit&#39; undeclared (first use this function)<br>simple.cc:28: error: `osso_deinitialize&#39; undeclared (first use this function)<br><br><br>only to get to this:<br><br>[sbox-SDK_BETA_X86: ~/prgms/ppim/trunk/src] &gt; g++ 
simple.cc -o ppim -L /targets/SDK_BETA_X86/usr/lib `pkg-config hildon-fmmm --cflags --libs` -I /targets/SDK_BETA_X86/usr/include/hildonmm -I /targets/SDK_BETA_X86/usr/include/dbus-1.0 -I /targets/SDK_BETA_X86/usr/lib/dbus-
1.0/include<br><br>/var/tmp/cc1agk6v.o: In function `main&#39;:simple.cc:(.text+0x142): undefined reference to `Hildon::init()&#39;<br>:simple.cc:(.text+0x1eb): undefined reference to `Hildon::Window::Window()&#39;<br>:simple.cc:
(.text+0x1f6): undefined reference to `Hildon::Program::get_instance()&#39;<br>:simple.cc:(.text+0x215): undefined reference to `Hildon::Program::add_window(Hildon::Window&amp;)&#39;<br>:simple.cc:(.text+0x2f5): undefined reference to `Hildon::Window::~Window()&#39;
<br>:simple.cc:(.text+0x345): undefined reference to `Hildon::Window::~Window()&#39;<br>collect2: ld returned 1 exit status<br><br><br>so before I attempt to submit a bug, I wanted to check here first. What did I miss??<br>
<br>Regards &amp; TIA,<br>Bill<br>