Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 21 22 [23] 24 25 ... 360

Author Topic: DFHack 0.43.03-r1  (Read 1077451 times)

Nopenope

  • Bay Watcher
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #330 on: August 11, 2014, 09:38:45 pm »

It seems that there is a md5sum mismatch and the symbols.xml file doesn't contain any entry for .40.08. I then tried downloading the develop branch but then build fails at 44% about a missing header file:
Quote
/home/user/Games/DF/dfhack/library/LuaApi.cpp:69:25: fatal error: df/identity.h: No such file or directory
 #include "df/identity.h"
                         ^
compilation terminated.
make[2]: *** [library/CMakeFiles/dfhack.dir/LuaApi.cpp.o] Error 1
make[1]: *** [library/CMakeFiles/dfhack.dir/all] Error 2
make: *** [all] Error 2
Logged

mifki

  • Bay Watcher
  • works secretly...
    • View Profile
    • mifki
Re: DFHack 0.34.11 r5
« Reply #331 on: August 11, 2014, 10:33:33 pm »

It seems that there is a md5sum mismatch and the symbols.xml file doesn't contain any entry for .40.08. I then tried downloading the develop branch but then build fails at 44% about a missing header file:
Quote
/home/user/Games/DF/dfhack/library/LuaApi.cpp:69:25: fatal error: df/identity.h: No such file or directory
 #include "df/identity.h"
                         ^
compilation terminated.
make[2]: *** [library/CMakeFiles/dfhack.dir/LuaApi.cpp.o] Error 1
make[1]: *** [library/CMakeFiles/dfhack.dir/all] Error 2
make: *** [all] Error 2

Probably you should have mentioned that you're trying to run a version that is out only a day ago...

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #332 on: August 11, 2014, 10:34:40 pm »

Uh, yeah, dfhack isn't updated for .08 yet. Give it time.
Logged

Electrode

  • Bay Watcher
  • murmurs horrible curses
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #333 on: August 11, 2014, 11:24:54 pm »

Uh, yeah, dfhack isn't updated for .08 yet. Give it time.

Mostly working on .08 for me, using quietust's tree pulled about 8 hours ago.
Logged

Nopenope

  • Bay Watcher
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #334 on: August 12, 2014, 12:26:51 am »

Well thanks for mentioning it, built ran fine and even though it's still wonky (e.g. unretiring crashes the game and many plugins don't work) it's still useable.
Logged

int_ua

  • Bay Watcher
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #335 on: August 12, 2014, 07:46:21 am »

Try building against a repository that's actually been adjusted for version 0.40, such as this one.
Anyone with 64-bit 14.04 (K)ubuntu? http://askubuntu.com/questions/510269/how-to-install-build-essentiali386-to-compile-a-32-bit-executable-on-a-64-bit-s

Update: Had to delete dfhack and reclone it after installing all the dependencies like advised in http://www.bay12forums.com/smf/index.php?topic=91166.msg3235195#msg3235195

Code: [Select]
sudo apt-get install gcc-multilib g++-multilib
sudo apt-get install libxml-libxml-perl --no-install-recommends
# sudo ln -s /usr/include/x86_64-linux-gnu/zconf.h /usr/include # not sure it's necessary
sudo apt-get install lib32z1-dev
sudo apt-get install libxml-libxslt-perl

git clone -b develop https://github.com/DFHack/dfhack.git
cd dfhack
git submodule init
git submodule update
cd build/
cmake .. -DCMAKE_INSTALL_PREFIX=/home/int/games/df/2014/df_linux
make install

Update 2: Updated the code above to the one that worked for me.
« Last Edit: August 12, 2014, 11:37:19 am by int_ua »
Logged

Stormrage

  • Bay Watcher
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #336 on: August 12, 2014, 08:33:59 am »

It seems that there is a md5sum mismatch and the symbols.xml file doesn't contain any entry for .40.08. I then tried downloading the develop branch but then build fails at 44% about a missing header file:
Quote
/home/user/Games/DF/dfhack/library/LuaApi.cpp:69:25: fatal error: df/identity.h: No such file or directory
 #include "df/identity.h"
                         ^
compilation terminated.
make[2]: *** [library/CMakeFiles/dfhack.dir/LuaApi.cpp.o] Error 1
make[1]: *** [library/CMakeFiles/dfhack.dir/all] Error 2
make: *** [all] Error 2
It seems quitesutst's dev branch builds fine but there is a version mismatch.
However, I built https://github.com/DFHack/dfhack/tree/develop (after pulling and updating submodules) and it built fine and worked fine except autolabor.plug.dll which failed to initialize.
Logged

BatCountry

  • Bay Watcher
  • We can't stop here...
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #337 on: August 12, 2014, 10:26:19 am »

Somewhat out of left field - the protobuf dependency fails to configure properly if you  have clang installed on Linux (it gets selected over the GNU compiler for some reason.)

Spoiler (click to show/hide)

That'll fix that, but I'm not entirely certain it won't break GNU on older distros.
Logged

ohgoditburns

  • Bay Watcher
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #338 on: August 12, 2014, 11:11:39 am »

I ended up failing protobuf build until I remembered to switch to the develop branch before building. I am having general problems with libstdc++.6.dylib on OSX trying to actually run the thing, I think because xcode and gcc are not playing nice. 
Logged
The landscape routinely being soaked in flammable fluids somehow seems less than benevolent.

isitanos

  • Bay Watcher
  • Seasonal river flood nostalgic
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #339 on: August 12, 2014, 01:47:50 pm »

Tried building Quietut's develop branch at the "Change version to v0.40.08" commit with Visual Studio Express 2010 and using the recommended cmake and perl, but compilation fails. Also, cmake fails to download the ruby library.
Logged

sv-esk

  • Bay Watcher
  • sorry for my bad english
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #340 on: August 12, 2014, 01:56:23 pm »

Tried building Quietut's develop branch at the "Change version to v0.40.08" commit with Visual Studio Express 2010 and using the recommended cmake and perl, but compilation fails. Also, cmake fails to download the ruby library.
Same thing(windows). You can download ruby manually from http://cloud.github.com/downloads/jjyg/dfhack/msvcrtruby187.tar.gz and put this *.tar.gz into .....build\VC2010\plugins\ruby\
Then run generate-MSVC-all.bat again
----------
 My building attempts fails with lots of errors in autolabor2, rprobe, misery, prospector and stonesense.
I tried to delete these plugins from CMakeLists.txt . It compiled succesfully but doesnt work.(I can launch DF but DFHack console seems to be not connected properly to DF)

May be my problem in VC? I am using VC2012.
I changed "6" line in generate-MSVC-all.bat  --->   cmake ..\.. -G"Visual Studio 11"    .....blahblahblah
and second line in package-release.bat ----> call "%VS110COMNTOOLS%vsvars32.bat"


« Last Edit: August 12, 2014, 02:29:19 pm by sv-esk »
Logged

danaris

  • Bay Watcher
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #341 on: August 12, 2014, 04:59:26 pm »

Somewhat out of left field - the protobuf dependency fails to configure properly if you  have clang installed on Linux (it gets selected over the GNU compiler for some reason.)

I suspect that DF will not actually run properly if built with clang (since I tried it on OS X, and it didn't ;D ).

If you've got other compilers getting in the way, then before running CMake, you need to export CC=/path/to/gcc and export CXX=/path/to/g++.
Logged

Thormgrim

  • Bay Watcher
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #342 on: August 12, 2014, 05:05:11 pm »

ptw
Logged

Nopenope

  • Bay Watcher
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #343 on: August 12, 2014, 06:11:39 pm »

Since it seems there's no link as yet, here are my DFhack builds based on Quietust's latest pull
GNU/Linux: http://wikisend.com/download/557900/df_linux_40_08_hack.tar.gz
OS X: http://rghost.net/57423137
Note that the links will likely expire in 7 and 30 days respectively, until I find a better file-hosting site. Most stuff works, including most UI plugins and the essentials like reveal or dig-v.
Logged

smjjames

  • Bay Watcher
    • View Profile
Re: DFHack 0.34.11 r5
« Reply #344 on: August 12, 2014, 06:47:39 pm »

I wonder when DFhack will be available for 40.08? I'd really like to be able to figure out what the heck is going on with the responses and why x is acting y way. It's really confusing atm and vague.

And also whatever is causing some underground critters to spam path fail errors sometimes. I feel like posting a bug report, but just saying I'm getting craploads of path fail errors isn't really enough.
« Last Edit: August 12, 2014, 06:49:49 pm by smjjames »
Logged
Pages: 1 ... 21 22 [23] 24 25 ... 360