Code: Select all
$ cd Codelite*/Gizmos
$ make
=================================================
Building target Gizmos
=================================================
test -d Release_gcc_unicode || mkdir Release_gcc_unicode
test -d ../lib || mkdir ../lib
g++ -fPIC -O3 -DREGEXP_UNICODE -shared -o ../lib/Gizmos.so Release_gcc_unicode/gizmos.o Release_gcc_unicode/newclassbasedlg.o Release_gcc_unicode/newclassdlg.o Release_gcc_unicode/newinheritancebasedlg.o Release_gcc_unicode/newinheritancedlg.o Release_gcc_unicode/newplugindata.o Release_gcc_unicode/newwxprojectbasedlg.o Release_gcc_unicode/newwxprojectdlg.o Release_gcc_unicode/newwxprojectinfo.o Release_gcc_unicode/pluginwizard.o Release_gcc_unicode/pluginwizard_pag2.o Release_gcc_unicode/pluginwizard_page1.o -L../lib -lcurl -lpluginu -lcodeliteu -lwxsqlite3u -lwxscintillau -L../sdk/sqlite3/lib -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
/usr/bin/ld: cannot find -lpluginu
collect2: ld returned 1 exit status
make: *** [Gizmos] Error 1
I checked under the Plugin/ folder that there is no Makefile there. Is that missing from the source distribution (if that is what I am missing)?
Thanks in advance.