From: Chris Koeritz Date: Fri, 8 Nov 2013 06:27:34 +0000 (-0500) Subject: nice changes unified a bunch of things, although of course windows X-Git-Tag: 2.140.90~886 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=4c3c1ebcea4f605039bb33c7233d413a34fc5305 nice changes unified a bunch of things, although of course windows builds still don't work right or possibly at all. --- diff --git a/nucleus/library/loggers/program_wide_logger.cpp b/nucleus/library/loggers/program_wide_logger.cpp index c91d9771..f5f6e374 100644 --- a/nucleus/library/loggers/program_wide_logger.cpp +++ b/nucleus/library/loggers/program_wide_logger.cpp @@ -12,6 +12,7 @@ * Please send any updates to: fred@gruntose.com * \*****************************************************************************/ +#include "console_logger.h" #include "program_wide_logger.h" using namespace basis; @@ -19,7 +20,7 @@ using namespace loggers; namespace loggers { -standard_log_base *program_wide_logger::c_the_wide_log = new null_logger; +standard_log_base *program_wide_logger::c_the_wide_log = new console_logger(); standard_log_base &program_wide_logger::get() { return *c_the_wide_log; } diff --git a/nucleus/tools/simple_utilities/create_guid.cpp b/nucleus/tools/simple_utilities/create_guid.cpp index e23dfe71..e359804e 100644 --- a/nucleus/tools/simple_utilities/create_guid.cpp +++ b/nucleus/tools/simple_utilities/create_guid.cpp @@ -103,9 +103,11 @@ HOOPLE_MAIN(create_guid, ) // static dependencies found by buildor_gen_deps.sh: #include #include + #include #include #include #include + #include #include #include #include diff --git a/nucleus/tools/simple_utilities/playsound.cpp b/nucleus/tools/simple_utilities/playsound.cpp index c1ddf4b2..d5fa793e 100644 --- a/nucleus/tools/simple_utilities/playsound.cpp +++ b/nucleus/tools/simple_utilities/playsound.cpp @@ -60,14 +60,32 @@ int main(int argc, char *argv[]) #ifdef __BUILD_STATIC_APPLICATION__ // static dependencies found by buildor_gen_deps.sh: + #include #include #include #include + #include #include #include + #include + #include + #include + #include + #include + #include + #include + #include + #include #include + #include + #include #include #include + #include + #include + #include #include + #include + #include #endif // __BUILD_STATIC_APPLICATION__ diff --git a/nucleus/tools/simple_utilities/short_path.cpp b/nucleus/tools/simple_utilities/short_path.cpp index b9582492..acc899b7 100644 --- a/nucleus/tools/simple_utilities/short_path.cpp +++ b/nucleus/tools/simple_utilities/short_path.cpp @@ -50,9 +50,32 @@ int main(int argc, char *argv[]) #ifdef __BUILD_STATIC_APPLICATION__ // static dependencies found by buildor_gen_deps.sh: + #include #include #include + #include + #include #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include #include + #include + #include + #include + #include + #include + #include #endif // __BUILD_STATIC_APPLICATION__ diff --git a/nucleus/tools/simple_utilities/sleep_ms.cpp b/nucleus/tools/simple_utilities/sleep_ms.cpp index 3b3d87ed..352bb08d 100644 --- a/nucleus/tools/simple_utilities/sleep_ms.cpp +++ b/nucleus/tools/simple_utilities/sleep_ms.cpp @@ -48,9 +48,11 @@ int main(int argc, char *argv[]) #ifdef __BUILD_STATIC_APPLICATION__ // static dependencies found by buildor_gen_deps.sh: #include + #include #include #include #include + #include #include #include #include @@ -62,6 +64,7 @@ int main(int argc, char *argv[]) #include #include #include + #include #include #include #include diff --git a/nucleus/tools/simple_utilities/zap_process.cpp b/nucleus/tools/simple_utilities/zap_process.cpp index 70473765..a398c0d2 100644 --- a/nucleus/tools/simple_utilities/zap_process.cpp +++ b/nucleus/tools/simple_utilities/zap_process.cpp @@ -86,9 +86,11 @@ int main(int argc, char *argv[]) // static dependencies found by buildor_gen_deps.sh: #include #include + #include #include #include #include + #include #include #include #include diff --git a/scripts/archival/snarf_feisty_meow.pl b/scripts/archival/snarf_feisty_meow.pl index 24c8f0bd..87a5c546 100644 --- a/scripts/archival/snarf_feisty_meow.pl +++ b/scripts/archival/snarf_feisty_meow.pl @@ -54,8 +54,12 @@ local($root) = &canonicalize("$HOME/feisty_meow"); &backup_hierarchy($snarf_file_base, $number, $root, "webby"); # grab the production assets. -&backup_files($snarf_file_base, $number, $root, "production", ("*.ini", "make*")); +&backup_files($snarf_file_base, $number, $root, "production", ("*.ini", "make*", ".gitignore")); +&backup_hierarchy($snarf_file_base, $number, "$root", "production/3rdparty"); +&backup_hierarchy($snarf_file_base, $number, "$root", "production/assign_bases"); +&backup_hierarchy($snarf_file_base, $number, "$root", "production/check_versions"); &backup_hierarchy($snarf_file_base, $number, "$root", "production/setup_src"); +&backup_hierarchy($snarf_file_base, $number, "$root", "production/win32_helper"); # now rename the file so only the unpacker can access it. &rename_archive($snarf_file); diff --git a/scripts/buildor/cygwinize.sh b/scripts/buildor/cygwinize.sh deleted file mode 100644 index a9660ddc..00000000 --- a/scripts/buildor/cygwinize.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -export PATH=/bin:/cygdrive/c/utilities/firefox:$PATH - -bash - - diff --git a/scripts/core/bootstrap_shells.sh b/scripts/core/bootstrap_shells.sh index 0f7ad4a6..d2d56e48 100644 --- a/scripts/core/bootstrap_shells.sh +++ b/scripts/core/bootstrap_shells.sh @@ -16,7 +16,9 @@ THIS_TOOL_NAME="$(basename "$0")" # set up the feisty_meow dir. pushd "$CORE_SCRIPTS_DIR/../.." &>/dev/null source "$CORE_SCRIPTS_DIR/functions.sh" -export FEISTY_MEOW_DIR="$(pwd)" + +###unset SERIOUS_SLASH_TREATMENT +export FEISTY_MEOW_DIR="$(unix_to_dos_path $(\pwd) )" popd &>/dev/null export FEISTY_MEOW_SCRIPTS="$FEISTY_MEOW_DIR/scripts" @@ -40,7 +42,7 @@ for i in FEISTY_MEOW_DIR FEISTY_MEOW_SCRIPTS FEISTY_MEOW_GENERATED; do echo "export $i=${!i}" >>"$GENERATED_FEISTY_MEOW_VARIABLES" done -# load our variables so we get a useful PERLLIB variable. +# load our variables so we can run our perl scripts successfully. source "$FEISTY_MEOW_SCRIPTS/core/variables.sh" # create our common aliases. diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 9f6f61cc..ac708df3 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -100,10 +100,8 @@ if [ -z "$NECHUNG" ]; then # variables for perl. - export PERLLIB - if [ "$OS" != "Windows_NT" ]; then - PERLLIB+="/usr/lib/perl5" - else + export PERLLIB+="/usr/lib/perl5" + if [ "$OS" == "Windows_NT" ]; then export PERLIO=:perlio # choose perl's IO over the ms-windows version so we can handle file # bytes properly. @@ -116,7 +114,7 @@ if [ -z "$NECHUNG" ]; then # check if there is a perl file present; add the folder to PERLLIB if so. ls $i/*.pl &>/dev/null if [ $? -eq 0 ]; then - PERLLIB+=":$i" + PERLLIB+=":$(dos_to_unix_path $i)" fi fi done @@ -156,9 +154,9 @@ if [ -z "$NECHUNG" ]; then # up the path to it here based on the operating system. export BINDIR=$FEISTY_MEOW_DIR/production/binaries # add binaries created within build to the path. - export PATH="$BINDIR:$PATH" + export PATH="$(dos_to_unix_path $BINDIR):$PATH" # Shared libraries are located via this variable. - export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$BINDIR" + export LD_LIBRARY_PATH="$(dos_to_unix_path $LD_LIBRARY_PATH):$(dos_to_unix_path $BINDIR)" fi } @@ -179,7 +177,7 @@ if [ -z "$NECHUNG" ]; then # add to the PATH variables used for locating applications. this step is taken after any # potential overrides from the user. - export PATH="$FEISTY_MEOW_GENERATED:$PATH:$(find /usr/local/games -maxdepth 1 -type d -exec echo -n {}: ';' 2>/dev/null)/sbin" + export PATH="$(dos_to_unix_path $FEISTY_MEOW_GENERATED):$PATH:$(find /usr/local/games -maxdepth 1 -type d -exec echo -n {}: ';' 2>/dev/null)/sbin" ############## diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index c21f1b78..9281730f 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -88,10 +88,10 @@ if [ ! -z "$SHELL_DEBUG" ]; then echo "[FEISTY_MEOW_DIR is $FEISTY_MEOW_DIR]" fi -if [ "$OPERATING_SYSTEM" == "WIN32" ]; then - # harsh on the paths and make them use backwards slashes. - export SERIOUS_SLASH_TREATMENT=true -fi +#if [ "$OPERATING_SYSTEM" == "WIN32" ]; then +# # harsh on the paths and make them use backwards slashes. +# export SERIOUS_SLASH_TREATMENT=true +#fi # new BUILD_TOP variable points at the utter top-most level of any files # in the building hierarchy. @@ -193,7 +193,7 @@ if [ -z "$got_bad" ]; then # we should have established our internal variables now, so let's try # using them. - export PATH=$BINARY_DIR:$PATH + export PATH=$(dos_to_unix_path $BINARY_DIR):$PATH # load up the helper variables for visual studio on winders. if [ "$OPERATING_SYSTEM" == "WIN32" ]; then diff --git a/scripts/generator/vis_stu_vars.sh b/scripts/generator/vis_stu_vars.sh index 9f00b080..6d42e4c9 100644 --- a/scripts/generator/vis_stu_vars.sh +++ b/scripts/generator/vis_stu_vars.sh @@ -20,7 +20,7 @@ fi function setup_visual_studio_variables() { chmod 755 $PRODUCTION_DIR/win32_helper/*.exe - export PATH=$PRODUCTION_DIR/win32_helper:$PATH + export PATH="$(dos_to_unix_path $PRODUCTION_DIR)/win32_helper:$PATH" # we try to use the most recent compiler location, and work backwards as # needed for the supported range (10 = vs 2010, 9 = vs 2008, 8 = vs 2005). @@ -40,7 +40,7 @@ function setup_visual_studio_variables() export VIS_STU_ROOT="$(echo $VSxTOOLS | sed -e 's/^\(.*\)\/[^\/]*\/[^\/]*[\/]$/\1/' | sed -e 's/^\(.\):/\/\1/' )" export VSINSTALLDIR="$VIS_STU_ROOT" - export WINDIR="$(short_path "$WINDIR" | sed -e 's/\\/\//g' | sed -e 's/^\(.\):/\/\1/' )" + export WINDIR="$(short_path "$WINDIR" | tr A-Z a-z | sed -e 's/\\/\//g' | sed -e 's/^\(.\):/\/\1/' )" export VCINSTALLDIR="$VSINSTALLDIR/VC" export VSCOMMONROOT="$VSINSTALLDIR/Common7" @@ -58,7 +58,10 @@ function setup_visual_studio_variables() export WindowsSdkDir="$PLATFORM_DIR" #echo "path before is $PATH" - export PATH="$DevEnvDir:$VCINSTALLDIR/BIN:$VSxTOOLS:$VSxTOOLS/bin:$FrameworkDir/$FrameworkVersion:$FrameworkDir/v3.5:$VCINSTALLDIR/VCPackages:$VSINSTALLDIR/Common7/Tools:$PLATFORM_DIR/bin:$PATH" + local filena + for filena in "$DevEnvDir" "$VCINSTALLDIR/BIN" "$VSxTOOLS" "$VSxTOOLS/bin" "$FrameworkDir/$FrameworkVersion" "$FrameworkDir/v3.5" "$VCINSTALLDIR/VCPackages" "$VSINSTALLDIR/Common7/Tools" "$PLATFORM_DIR/bin"; do + export PATH="$PATH:$(dos_to_unix_path $filena)" + done #echo "path after is $PATH" export INCLUDE="$VCINSTALLDIR/ATLMFC/INCLUDE:$VCINSTALLDIR/INCLUDE:$PLATFORM_DIR/include" diff --git a/scripts/generator/wrapdoze.sh b/scripts/generator/wrapdoze.sh old mode 100755 new mode 100644 index d7432835..0ce27c37 --- a/scripts/generator/wrapdoze.sh +++ b/scripts/generator/wrapdoze.sh @@ -4,6 +4,13 @@ source $FEISTY_MEOW_SCRIPTS/core/functions.sh function dossify_and_run_commands() { + + +eval "${@}" +return $? + + +#all primordial gunk. try above first. # we only mess with the command line on windows... if [ "$OS" != "Windows_NT" ]; then # for non windows, just run the commands straight up.