Re: [Cppcms-users] undefined reference to `cppcms::widgets::text::size(int)'
Brought to you by:
artyom-beilis
From: augustin <aug...@ov...> - 2010-08-19 09:54:10
|
On Thursday 19 August 2010 04:46:19 pm Artyom wrote: > Thanks for the report. > Fixed in changeset 1374, > I had added an implementation of the missing function Hello Arytom, Thanks for the quick fix. However, I did: $ svn update U src/form.cpp Updated to revision 1375. $ cd build/ $ make $ sudo make install As before I added the following line to your form example: name.size(20); The code compiles, now, but the application crashes when I browse it: cppcms/examples/forms$ ./hello -c config.js ./hello: symbol lookup error: ./hello: undefined symbol: _ZN6cppcms7widgets4text4sizeEi Augustin. -- Friends: http://www.reuniting.info/ http://activistsolutions.org/ My projects: http://astralcity.org/ http://3enjeux.overshoot.tv/ http://linux.overshoot.tv/ http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ http://openteacher.info/ http://minguo.info/ http://www.wechange.org/ http://searching911.info/ . |