I have inquired a few times but hopefully my mail is posting to the list
now, so here goes.
I am very new to barry, and have been having issues getting the source
to build in the manor indicated by the online directions.
I have two questions:
1) In what directory am I supposed to initiate the build?
2) Why would btools fail to build while in barry-<version> however
complete successfully while in barry-<version>/barry but nothing seems
to actually be installed, after "sudo make install."
3) Do I have to be root, or can I be a sudoer to complete the build
process and install barry?
4) I have recently downloaded barry-0.14
Where should I look first to attempt troubleshooting this?
I would also like someone to let me know if I am missunderstanding the
motivations for list submittions. All of the recent barry messages have
been for a version that does not seem to be available on
sourceforge.net.
There is talk of barry-0.15, but only barry-0.14 is available at this
time. Is this list intended for developers only, and not those that are
attempting to get the sources installed so that they can try their hand
at using the application?
I have attached my error logs.
[mar...@mgw_1 barry-0.14]$ sudo make
make all-recursive
make[1]: Entering directory `/home/martes/Download/SystemTools/barry-0.14/barry-0.14'
Making all in .
make[2]: Entering directory `/home/martes/Download/SystemTools/barry-0.14/barry-0.14'
rm -f ./barry
ln -s ./src ./barry
make[2]: Leaving directory `/home/martes/Download/SystemTools/barry-0.14/barry-0.14'
Making all in src
make[2]: Entering directory `/home/martes/Download/SystemTools/barry-0.14/barry-0.14/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/martes/Download/SystemTools/barry-0.14/barry-0.14/src'
Making all in tools
make[2]: Entering directory `/home/martes/Download/SystemTools/barry-0.14/barry-0.14/tools'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -D__BARRY_BOOST_MODE__ -D_REENTRANT -I/usr/include -ansi -Wall -g -g -O2 -MT btool-btool.o -MD -MP -MF ".deps/btool-btool.Tpo" -c -o btool-btool.o `test -f 'btool.cc' || echo './'`btool.cc; \
then mv -f ".deps/btool-btool.Tpo" ".deps/btool-btool.Po"; else rm -f ".deps/btool-btool.Tpo"; exit 1; fi
In file included from btool.cc:22:
../barry/barry.h:79:43: error: boost/archive/text_iarchive.hpp: No such file or directory
../barry/barry.h:80:43: error: boost/archive/text_oarchive.hpp: No such file or directory
../barry/barry.h:81:47: error: boost/archive/archive_exception.hpp: No such file or directory
In file included from ../barry/barry.h:82,
from btool.cc:22:
../barry/s11n-boost.h:29:42: error: boost/serialization/vector.hpp: No such file or directory
In file included from ../barry/barry.h:82,
from btool.cc:22:
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::UnknownField&, unsigned int)â:
../barry/s11n-boost.h:51: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:51: error: (if you use â-fpermissiveâ, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
../barry/s11n-boost.h:52: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::ContactGroupLink&, unsigned int)â:
../barry/s11n-boost.h:58: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:59: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::Contact&, unsigned int)â:
../barry/s11n-boost.h:65: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:66: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:68: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:69: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:70: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:71: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:72: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:73: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:74: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:75: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:76: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:77: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:78: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:79: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:80: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:81: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:82: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:83: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:84: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:85: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:86: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:87: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:88: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:89: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:90: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:91: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:92: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:93: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:94: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:95: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:96: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:97: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:98: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:99: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:100: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:101: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:102: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:103: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:104: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:105: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:106: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:107: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:108: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:111: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:112: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::EmailAddress&, unsigned int)â:
../barry/s11n-boost.h:119: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:120: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::Message&, unsigned int)â:
../barry/s11n-boost.h:126: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:127: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:128: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:129: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:130: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:131: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:132: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:133: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:134: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:135: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:136: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:137: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:139: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:140: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:141: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:142: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:143: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:145: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:146: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:149: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::Calendar&, unsigned int)â:
../barry/s11n-boost.h:156: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:157: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:159: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:161: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:162: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:163: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:165: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:166: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:167: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:169: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:170: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:172: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:173: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:174: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:175: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:176: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:177: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:178: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:180: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:181: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:182: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:183: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:184: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:187: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::ServiceBookConfig&, unsigned int)â:
../barry/s11n-boost.h:194: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:197: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::ServiceBook&, unsigned int)â:
../barry/s11n-boost.h:204: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:205: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:207: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:208: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:209: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:210: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:211: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:212: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:213: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:214: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:217: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::Memo&, unsigned int)â:
../barry/s11n-boost.h:224: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:225: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:227: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:228: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:229: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:230: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:233: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::Task&, unsigned int)â:
../barry/s11n-boost.h:240: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:241: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:243: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:244: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:245: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:246: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:247: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:249: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:250: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:251: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:253: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:255: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:256: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:257: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:258: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:259: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:260: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:261: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:262: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:263: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:265: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:266: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:267: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:268: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:269: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:270: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:273: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::PINMessage&, unsigned int)â:
../barry/s11n-boost.h:280: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:281: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:283: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:284: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:285: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:286: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:287: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:288: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:289: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:290: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:291: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:292: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:294: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:295: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:296: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:297: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:298: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:300: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:301: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:304: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::SavedMessage&, unsigned int)â:
../barry/s11n-boost.h:311: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:312: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:314: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:315: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:316: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:317: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:318: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:319: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:320: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:321: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:322: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:323: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:324: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:325: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:326: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:328: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:329: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:330: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:331: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:332: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:334: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:335: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:338: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::Folder&, unsigned int)â:
../barry/s11n-boost.h:345: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:346: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:348: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:349: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:350: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:351: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:354: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h: In function âvoid boost::serialization::serialize(ArchiveT&, Barry::Timezone&, unsigned int)â:
../barry/s11n-boost.h:361: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:362: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:364: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:365: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:366: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:367: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:368: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:369: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:370: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:371: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:372: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:374: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
../barry/s11n-boost.h:377: error: there are no arguments to âmake_nvpâ that depend on a template parameter, so a declaration of âmake_nvpâ must be available
btool.cc: In constructor âStore<Record>::Store(const std::string&, bool)â:
btool.cc:139: error: âboost::archiveâ has not been declared
btool.cc:139: error: expected `;' before âiaâ
btool.cc:140: error: âiaâ was not declared in this scope
btool.cc:154: error: expected type-specifier
btool.cc:154: error: expected unqualified-id before â::â token
btool.cc:154: error: expected `)' before â::â token
btool.cc:154: error: expected `{' before â::â token
btool.cc:154: error: â::archive_exceptionâ has not been declared
btool.cc:154: error: âaeâ was not declared in this scope
btool.cc:154: error: expected `;' before â)â token
btool.cc: In destructor âStore<Record>::~Store()â:
btool.cc:172: error: âboost::archiveâ has not been declared
btool.cc:172: error: expected `;' before âoaâ
btool.cc:173: error: âoaâ was not declared in this scope
btool.cc:178: error: expected type-specifier
btool.cc:178: error: expected unqualified-id before â::â token
btool.cc:178: error: expected `)' before â::â token
btool.cc:178: error: expected `{' before â::â token
btool.cc:178: error: â::archive_exceptionâ has not been declared
btool.cc:178: error: âaeâ was not declared in this scope
btool.cc:178: error: expected `;' before â)â token
make[2]: *** [btool-btool.o] Error 1
make[2]: Leaving directory `/home/martes/Download/SystemTools/barry-0.14/barry-0.14/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/martes/Download/SystemTools/barry-0.14/barry-0.14'
make: *** [all] Error 2
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel