View Single Post
  #62  
Old 03-05-2013, 09:09 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Looks like it's checking out the sources fine, but then failing to build.

Quote:
:info:build /opt/local/var/macports/build/_Users_scriptless_ports_games_gonstruct/gonstruct/work/gonstruct-0.2.2/src/level_editor/filesystem.cpp:35:14: error: no viable overloaded operator[] for type 'cache_type' (aka 'map<std::string, boost::filesystem::path>')
:info:build m_cache[path.leaf()] = path;
:info:build ~~~~~~~^~~~~~~~~~~~
:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/c++/4.2.1/bits/stl_map.h:342:7: note: candidate function not viable: no known conversion from 'boost::filesystem::path' to 'const key_type' (aka 'const std::basic_string<char>') for 1st argument
:info:build operator[](const key_type& __k)
:info:build ^
:info:build /opt/local/var/macports/build/_Users_scriptless_ports_games_gonstruct/gonstruct/work/gonstruct-0.2.2/src/level_editor/filesystem.cpp:93:14: error: no viable overloaded operator[] for type 'cache_type' (aka 'map<std::string, boost::filesystem::path>')
:info:build m_cache[file.leaf()] = graal_dir / file;
:info:build ~~~~~~~^~~~~~~~~~~~
:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/c++/4.2.1/bits/stl_map.h:342:7: note: candidate function not viable: no known conversion from 'boost::filesystem::path' to 'const key_type' (aka 'const std::basic_string<char>') for 1st argument
:info:build operator[](const key_type& __k)
:info:build ^
:info:build 2 errors generated.
:info:build make[2]: *** [src/level_editor/CMakeFiles/gonstruct.dir/filesystem.cpp.o] Error 1
:info:build make[2]: *** Waiting for unfinished jobs....
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Users_scriptless_ports_games_gonstruct/gonstruct/work/gonstruct-0.2.2'
:info:build make[1]: *** [src/level_editor/CMakeFiles/gonstruct.dir/all] Error 2
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_Users_scriptless_ports_games_gonstruct/gonstruct/work/gonstruct-0.2.2'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_Users_scriptless_ports_games_gonstruct/gonstruct/work/gonstruct-0.2.2'
:info:build Command failed: cd "/opt/local/var/macports/build/_Users_scriptless_ports_games_gonstruct/gonstruct/work/gonstruct-0.2.2" && /usr/bin/make -j4 -w all
:info:build Exit code: 2
:error:build org.macports.build for port gonstruct returned: command execution failed
:debug:build Error code: CHILDSTATUS 1800 2
:debug:build Backtrace: command execution failed
while executing
"system -nice 0 $fullcmdstring"
("eval" body line 1)
invoked from within
"eval system $notty $nice \$fullcmdstring"
invoked from within
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for gonstruct: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port gonstruct for details:
/opt/local/var/macports/logs/_Users_scriptless_ports_games_gonstruct/gonstruct/main.log
__________________
Reply With Quote