Hi all,<br>I'm new to this type of development environment, so I'm not sure I didn't miss something.<br><br>I'm going straight to Chinnok and to get started, I wanted to compile the simple example in "Programming with maemomm".
<br><br>This is on a fresh install following the install instructions for "Maemo 4.0 Chinook beta SDK" & "Programming with maemomm".<br><br>I was able to get around this:<br><br>[sbox-SDK_BETA_X86: ~/prgms/ppim/trunk/src] > 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'<br>
to the PKG_CONFIG_PATH environment variable<br>No package 'hildon-libsmm' found<br>simple.cc:1:22: hildonmm.h: No such file or directory<br>simple.cc: In function `int main(int, char**)':<br>simple.cc:7: error: `Gtk' has not been declared
<br>simple.cc:7: error: `Main' 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 `;' before "kit"
<br>simple.cc:8: error: `Hildon' has not been declared<br>simple.cc:8: error: `init' undeclared (first use this function)<br>simple.cc:10: error: `osso_context_t' undeclared (first use this function)<br>simple.cc
:10: error: `osso_context' undeclared (first use this function)<br>simple.cc:10: error: `TRUE' undeclared (first use this function)<br>simple.cc:10: error: `osso_initialize' undeclared (first use this function)
<br>simple.cc:14: error: `Glib' has not been declared<br>simple.cc:14: error: `set_application_name' undeclared (first use this function)<br>simple.cc:17: error: `Hildon' has not been declared<br>simple.cc:17: error: `Window' undeclared (first use this function)
<br>simple.cc:17: error: expected `;' before "window"<br>simple.cc:18: error: `Hildon' has not been declared<br>simple.cc:18: error: `get_instance' undeclared (first use this function)<br>simple.cc:18: error: `window' undeclared (first use this function)
<br>simple.cc:21: error: `Gtk' has not been declared<br>simple.cc:21: error: `Label' undeclared (first use this function)<br>simple.cc:21: error: expected `;' before "label"<br>simple.cc:22: error: `label' undeclared (first use this function)
<br>simple.cc:26: error: `kit' undeclared (first use this function)<br>simple.cc:28: error: `osso_deinitialize' undeclared (first use this function)<br><br><br>only to get to this:<br><br>[sbox-SDK_BETA_X86: ~/prgms/ppim/trunk/src] > 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':simple.cc:(.text+0x142): undefined reference to `Hildon::init()'<br>:simple.cc:(.text+0x1eb): undefined reference to `Hildon::Window::Window()'<br>:simple.cc:
(.text+0x1f6): undefined reference to `Hildon::Program::get_instance()'<br>:simple.cc:(.text+0x215): undefined reference to `Hildon::Program::add_window(Hildon::Window&)'<br>:simple.cc:(.text+0x2f5): undefined reference to `Hildon::Window::~Window()'
<br>:simple.cc:(.text+0x345): undefined reference to `Hildon::Window::~Window()'<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 & TIA,<br>Bill<br>