Jump to content

andy5995

Community Members
  • Posts

    505
  • Joined

  • Days Won

    9

Everything posted by andy5995

  1. Can anyone help me fix this osx build? I'm trying to test building 0ad on Travis using High Sierra, and installing the dependencies with brew. current build log script used to install dependencies travis.yml output from brew
  2. Thanks. I updated the links in my first post to show what I'm using currently. What I did was install libgloox-dev from the 0ad PPA and the builds are working now (except for the osx build, which is a different problem). As for the versions mentioned in the build instructions, I'd like to refer you to ticket #5290
  3. Let me know if you finish your mod, and I 'll download it and host it sometime.
  4. I was curious to see some output from different compilers and version so I set up a code integration test on my 0ad GitHub fork. Can anyone see why the build is failing at glooxwrapper.cpp? As far as I can tell, I've installed all the required dependencies. The first 3 jobs shown here are running on trusty, using gcc-4.8, 7.0, and clang 5.0. Each one fails at the gloox build: https://travis-ci.org/andy5995/0ad/builds/417847354 script used to install dependencies .travis.yml
  5. Hmm.. strange. jessie backports doesn't have a23 available. https://packages.debian.org/jessie-backports/0ad >Okay so now i know the importance of using non-root usr for running any 3rd party application. Would it work on non-root usr ? or i have to do something more to run the game? Probably not, but you should definitely try it. I suggest you ask in the Kali community because the source of this problem is, as far as I can tell, not with 0ad development, but rather specific to installing it on Kali Linux. https://www.kali.org/community/ But perhaps some other user in this forum will be able to guide you further. EDIT: Oh, you got it working, great!
  6. > i am new to linux... You should only try to run it as a non-root user. Please see https://askubuntu.com/questions/16178/why-is-it-bad-to-log-in-as-root On Linux, it's best only to use root for system administration. Please post the contents of your /etc/apt/source.list
  7. Please tell us what you've tried step-by-step, and then paste in any errors that were output at the end.
  8. Do you ever try Slackware-current? I tested the patch I mentioned on the LQ thread and it works for me. As for 14.2, based on the stack trace, I suspect it has something to do with boost library. I tried making a boost package for 14.2 from the -current source, but it failed to build on 14.2.
  9. I meant the link to the build instructions that I posted above. The order of building the deps doesn't matter, except that I'm pretty sure that wxGTK3 must be installed before wxPython3 (if you want to build the Atlas Editor). By default, the Slackbuild script won't build the Atlas Editor. You can have a binary with the debug symbols using either the release archive or the svn. If you want to just use the release archive with the Slackbuild script, I think all you'd have to do is remove the "strip" command from 0ad.Slackbuild. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null That section from the Slackbuild script there you could just comment out completely. I think it's the only place where the stripping is done.
  10. >If it's player error, it should be addressed by informing the player better. For defending against rams, we may also consider giving more civs easier access to sword units (or new upgrades or whatever) >If there is a thing where experienced players don't complain about but inexperienced ones do, it seems to be a matter of missing information, such as was intended to be provided by tutorials. Then wouldn't it be helpful if a trac admin created a wiki page that could be edited later by experienced users? A wiki page with the title and subject "Defense against battering rams", or something to that effect? Something that new users could be referred to? And regarding the tutorial, shall I create a ticket for that? Since any type of balancing would take a lot of time and testing, I wanted to make those two suggestions as something that might be effective in the meantime.
  11. Hi @konmit It looks like you've been very thorough! I assigned myself the ticket 4789 a few days ago. I'm not really sure what else to try yet. I added Slackware build instructions to the documentation. Like you, I did refer to the Slackbuild scripts to get the deps right. >No debugging symbols found? Is this it or it's something else related to /usr/lib64/libstdc++.so.6? In my case it's a symbolic link to /usr/lib64/libstdc++.so.6.0.21 The reason for that is because the Slackbuild script will strip symbols from the binary, as Slackbuild scripts generally are for packaging releases. If you use the instructions I posted directly above, and build from svn (you could also build from the a23 archive that you already have), the resulting binary will contain debugging symbols. To be honest, I'm not sure what to try next and I'm hoping that when the 0ad devs have more time they might be able to take a closer look and give me ideas to try. In the meantime, I've asked for help in the Slackware forum at LQ, so you may want to also subscribe to that thread. But I'll try to keep you updated if anything changes for the better. If you have any ideas or more questions, of course, please share them here or on the ticket.
  12. @elexis I could create a ticket for this. I'd work on it. Is this a desired patch?
  13. I finally won another one, but it didn't count, even though the player resigned.
  14. Very thorough answers, thank you. >Two unprotected rams are quite easy to destroy And is there a way to visually see the amount of "armor" that's added when units are garrisoned inside rams or other structures?
  15. There's a related ticket at: https://trac.wildfiregames.com/ticket/3951#comment:3 My own experience with this is that In 2 games it looked like I was about to win, the my opponent left the game without resigning first, and those games weren't counted in my rating. All my other games were counted though. Another reason a game wouldn't get rated is if no victory condition was set in the game options.
  16. What are the specific advantages of garrisoning units into battering rams? Which are the best units to garrison?
  17. Maybe I misunderstood or I didn't clearly write my question (I'm somewhat confused by all the answers). I didn't mean to ask about modding, but was suggesting that the color of metal be changed for the default distribution of 0 A.D., and wondering if anyone had opinions on if a different color for metal would be more visually interesting or not (as the default color). (P.S. I edited my first post to change "bronze" to "gold" since bronze can't actually be mined xD)
  18. I noticed the color of metal is essentially the same color as stone. Wouldn't it look nicer if metal was the color of copper or gold?
  19. The branch is on my fork: https://github.com/andy5995/0ad/tree/issue_3700
  20. @Lion.Kanzen I know I "could", but I'm not sure yet if I *want* to. I'm trying to spend a bit less time on the computer lately. It seems to affect my sleep quite a bit, also some physical pain issues I'm dealing with.
  21. @jeru Thanks for the response. Yes, I'll send you those details in a PM.
  22. I donated through Paypal on March 28/29, but have not yet received any confirmation/thank you email (aside from the one auto-sent from PayPal). My feedback is that I like to get a confirmation email from the project to which I donated. One other bit of feedback @Jeru : In this blog post where comments and suggestions are encouraged, the link to the forum post leads to a post and sub-forum where replies and new posts are disabled.
  23. I don't know yet if I'll be working on this patch or not. As @Lion.Kanzen mentioned, there is a ticket for it. Once I'm able to log in to trac, I'll add a link to this forum post.
×
×
  • Create New...