[maemo-developers] Trying to get started with Chinnok

From: William Hope hope.we at gmail.com
Date: Thu Oct 4 13:15:11 EEST 2007
Hi all,
I'm new to this type of development environment, so I'm not sure I didn't
miss something.

I'm going straight to Chinnok and to get started, I wanted to compile the
simple example in "Programming with maemomm".

This is on a fresh install following the install instructions for
"Maemo 4.0Chinook beta SDK" & "Programming with maemomm".

I was able to get around this:

[sbox-SDK_BETA_X86: ~/prgms/ppim/trunk/src] > g++ simple.cc -o simple
`pkg-config hildon-libsmm hildon-fmmm --cflags --libs`
Package hildon-libsmm was not found in the pkg-config search path.
Perhaps you should add the directory containing `hildon-libsmm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hildon-libsmm' found
simple.cc:1:22: hildonmm.h: No such file or directory
simple.cc: In function `int main(int, char**)':
simple.cc:7: error: `Gtk' has not been declared
simple.cc:7: error: `Main' undeclared (first use this function)
simple.cc:7: error: (Each undeclared identifier is reported only once for
each function it appears in.)
simple.cc:7: error: expected `;' before "kit"
simple.cc:8: error: `Hildon' has not been declared
simple.cc:8: error: `init' undeclared (first use this function)
simple.cc:10: error: `osso_context_t' undeclared (first use this function)
simple.cc:10: error: `osso_context' undeclared (first use this function)
simple.cc:10: error: `TRUE' undeclared (first use this function)
simple.cc:10: error: `osso_initialize' undeclared (first use this function)
simple.cc:14: error: `Glib' has not been declared
simple.cc:14: error: `set_application_name' undeclared (first use this
function)
simple.cc:17: error: `Hildon' has not been declared
simple.cc:17: error: `Window' undeclared (first use this function)
simple.cc:17: error: expected `;' before "window"
simple.cc:18: error: `Hildon' has not been declared
simple.cc:18: error: `get_instance' undeclared (first use this function)
simple.cc:18: error: `window' undeclared (first use this function)
simple.cc:21: error: `Gtk' has not been declared
simple.cc:21: error: `Label' undeclared (first use this function)
simple.cc:21: error: expected `;' before "label"
simple.cc:22: error: `label' undeclared (first use this function)
simple.cc:26: error: `kit' undeclared (first use this function)
simple.cc:28: error: `osso_deinitialize' undeclared (first use this
function)


only to get to this:

[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

/var/tmp/cc1agk6v.o: In function `main':simple.cc:(.text+0x142): undefined
reference to `Hildon::init()'
:simple.cc:(.text+0x1eb): undefined reference to `Hildon::Window::Window()'
:simple.cc:(.text+0x1f6): undefined reference to
`Hildon::Program::get_instance()'
:simple.cc:(.text+0x215): undefined reference to
`Hildon::Program::add_window(Hildon::Window&)'
:simple.cc:(.text+0x2f5): undefined reference to `Hildon::Window::~Window()'
:simple.cc:(.text+0x345): undefined reference to `Hildon::Window::~Window()'
collect2: ld returned 1 exit status


so before I attempt to submit a bug, I wanted to check here first. What did
I miss??

Regards & TIA,
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20071004/f4f1f13b/attachment.htm 
More information about the maemo-developers mailing list