Re: Linker Problem on gtkmm/libglademm



Well, I managed to figure it out on my own (I won't say how long it took...). I am using Anjuta and had to set up my Libraries differently and redo the autogen. I set Project Configuration->Configuration->Libraries to have:

PKG_CHECK_MODULES(libglademm, [libglademm-2.4])

AC_SUBST(libglademm_CFLAGS)
AC_SUBST(libglademm_LIBS)

and

Settings->Compiler and Linker Settings->Options
Compiler Flags: $(libglademm_CFLAGS)
Linker Flags: $(libglademm_LIBS)

Redid and Autogen and Build worked fine.

Regards,
Don.








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