<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<style>.hmmessage P{margin:0px;padding:0px}body.hmmessage{FONT-SIZE: 10pt;FONT-FAMILY:Tahoma}</style>"#!/bin/bash<br>#<br># automatically generated by<br>#<br>#   './configure '<br>#<br># It will be completely overwritten if configure is executed again.<br># Make sure you source this file once before you start to build VBox.<br>#<br><br>export BUILD_PLATFORM="freebsd"<br>export BUILD_PLATFORM_ARCH="amd64"<br>export BUILD_TARGET="freebsd"<br>export BUILD_TARGET_ARCH="amd64"<br>export BUILD_TARGET_CPU="k8"<br>export BUILD_TYPE="release"<br>export PATH_KBUILD="/usr/home/moleque/VirtualBox-2.0.0/kBuild"<br>export PATH_DEVTOOLS="/usr/home/moleque/VirtualBox-2.0.0/tools"<br>path_kbuild_bin="$PATH_KBUILD/bin/$BUILD_TARGET.$BUILD_PLATFORM_ARCH"<br>export PATH_KBUILD_BIN="$path_kbuild_bin"<br>path_dev_bin="$PATH_DEVTOOLS/$BUILD_TARGET.$BUILD_PLATFORM_ARCH"/bin<br>echo "$PATH" | grep -q "$path_kbuild_bin" || PATH="$path_kbuild_bin:$PATH"<br>echo "$PATH" | grep -q "$path_dev_bin" || PATH="$path_dev_bin:$PATH"<br>export PATH<br>unset path_kbuild_bin path_dev_bin"<br><br>Shouldn't the target environment be different from my home directory? I've noticed that Linux installs to /usr/bin /usr/local and /etc.<br><br>I've tried debugging the Doxyfile.Core from /usr/ports/devel/doxygen<br><br>Output:<br><br>As user "$ gdb Doxyfile Doxyfile.Core<br>GNU gdb 6.1.1 [FreeBSD]<br>Copyright 2004 Free Software Foundation, Inc.<br>GDB is free software, covered by the GNU General Public License, and you are<br>welcome to change it and/or distribute copies of it under certain conditions.<br>Type "show copying" to see the conditions.<br>There is absolutely no warranty for GDB.  Type "show warranty" for details.<br>This GDB was configured as "amd64-marcel-freebsd"...Doxyfile: No such file or directory.<br><br>"/usr/home/moleque/VirtualBox-2.0.0/Doxyfile.Core" is not a core dump: File format not recognized<br>(gdb) run<br>Starting program:  <br>No executable file specified.<br>Use the "file" or "exec-file" command.<br>(gdb) <br>"<br>Root has the same.<br><br>What am I doing wrong with debugging?<br><br>Am I going to need to compile with "<br><pre class="SCREEN">cc -g -o"?<br><br><br></pre><br /><hr />Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie. <a href='http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008' target='_new'>Learn Now</a></body>
</html>