monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] Re: Imminent release...


From: Lapo Luchini
Subject: [Monotone-devel] Re: Imminent release...
Date: Mon, 23 Jul 2007 07:57:39 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.12) Gecko/20070509 Thunderbird/1.5.0.12 Mnenhy/0.7.4.0

Richard Levitte wrote:
> For Windows, has anyone else built the latest head successfully, be it
> with mingw, cygwin or whatever?

Just a VERY QUICK compile while I'm still waking up.. (no guarantees :P)
have this in linking phase:

g++  -ggdb -I/usr/include/boost-1_33_1 -Wall -W -Wno-unused
-fno-strict-aliasing   -o mtn.exe  mtn-sanity.o mtn-simplestring_xform.o
mtn-constants.o mtn-numeric_vocab.o mtn-vocab.o mtn-charset.o
mtn-paths.o mtn-luaext_mkstemp.o mtn-luaext_parse_basic_io.o
mtn-luaext_guess_binary.o mtn-luaext_platform.o mtn-luaext_globish.o
mtn-lua.o mtn-mkstemp.o mtn-file_io.o mtn-globish.o mtn-basic_io.o
mtn-mtn-sanity.o mtn-ui.o mtn-app_state.o mtn-commands.o
mtn-cmd_netsync.o mtn-cmd_list.o mtn-cmd_packet.o mtn-cmd_key_cert.o
mtn-cmd_merging.o mtn-cmd_db.o mtn-cmd_diff_log.o mtn-cmd_ws_commit.o
mtn-cmd_othervcs.o mtn-cmd_automate.o mtn-cmd_files.o mtn-diff_patch.o
mtn-lua_hooks.o mtn-transforms.o mtn-update.o mtn-work.o
mtn-work_migration.o mtn-cert.o mtn-project.o mtn-outdated_indicator.o
mtn-database.o mtn-key_store.o mtn-ssh_agent.o mtn-keys.o mtn-packet.o
mtn-rcs_file.o mtn-xdelta.o mtn-schema_migration.o mtn-refiner.o
mtn-enumerator.o mtn-netsync.o mtn-netxx_pipe.o mtn-netcmd.o
mtn-merkle_tree.o mtn-lcs.o mtn-rcs_import.o mtn-revision.o mtn-cset.o
mtn-roster.o mtn-mt_version.o mtn-automate.o mtn-database_check.o
mtn-epoch.o mtn-inodeprint.o mtn-selectors.o mtn-annotate.o
mtn-restrictions.o mtn-hmac.o mtn-string_queue.o mtn-roster_merge.o
mtn-merge.o mtn-legacy.o mtn-uri.o mtn-graph.o mtn-roster_delta.o
mtn-sha1.o mtn-rev_height.o mtn-asciik.o mtn-dates.o mtn-randomizer.o
mtn-package_revision.o mtn-package_full_revision.o mtn-option.o
mtn-options.o mtn-specialized_lexical_cast.o mtn-monotone.o
unix/mtn-main.o mtn-std_hooks.o mtn-schema.o lib3rdparty.a
-lboost_regex-gcc-mt  libplatform.a -liconv -lintl  -lz
mtn-app_state.o: In function `app_state':
/home/lapo/monotone-trunk/app_state.cc:40: undefined reference to
`system_path::operator/(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&) const'
/home/lapo/monotone-trunk/app_state.cc:40: undefined reference to
`system_path::operator/(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&) const'
mtn-lua_hooks.o:/home/lapo/monotone-trunk/lua_hooks.cc:141: undefined
reference to `system_path::operator/(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) const'
mtn-lua_hooks.o:/home/lapo/monotone-trunk/lua_hooks.cc:147: undefined
reference to `bookkeeping_path::operator/(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) const'
mtn-rcs_import.o: In function
`_Z15import_cvs_repoRK11system_pathR9app_state':
/home/lapo/monotone-trunk/rcs_import.cc:1203: undefined reference to
`system_path::operator/(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&) const'
mtn-options.o:/home/lapo/monotone-trunk/options_list.hh:117: undefined
reference to `system_path::operator/(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) const'
mtn-monotone.o: In function `_Z8cpp_mainiPPc':
/home/lapo/monotone-trunk/monotone.cc:245: undefined reference to
`system_path::operator/(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&) const'
lib3rdparty.a(lib3rdparty_a-trigger.o): In function `sqlite3BeginTrigger':
/home/lapo/monotone-trunk/sqlite/trigger.c:86: undefined reference to
`_sqlite3MallocFailed'
/home/lapo/monotone-trunk/sqlite/trigger.c:95: undefined reference to
`_sqlite3MallocFailed'
lib3rdparty.a(lib3rdparty_a-trigger.o): In function `sqlite3DropTrigger':
/home/lapo/monotone-trunk/sqlite/trigger.c:458: undefined reference to
`_sqlite3MallocFailed'
lib3rdparty.a(lib3rdparty_a-delete.o): In function `sqlite3DeleteFrom':
/home/lapo/monotone-trunk/sqlite/delete.c:118: undefined reference to
`_sqlite3MallocFailed'
lib3rdparty.a(lib3rdparty_a-vacuum.o): In function `sqlite3RunVacuum':
/home/lapo/monotone-trunk/sqlite/vacuum.c:115: undefined reference to
`_sqlite3MallocFailed'
lib3rdparty.a(lib3rdparty_a-update.o):/home/lapo/monotone-trunk/sqlite/update.c:117:
more undefined references to `_sqlite3MallocFailed' follow
Info: resolving vtable for boost::regex_errorby linking to
__imp___ZTVN5boost11regex_errorE (auto-import)
collect2: ld returned 1 exit status
make[2]: *** [mtn.exe] Error 1
make[2]: Leaving directory `/home/lapo/monotone-trunk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lapo/monotone-trunk'
make: *** [all] Error 2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]