Open GoogleCodeExporter opened 8 years ago
I've got icon for game :-D if you'll wait in next version will be ;-)
Original comment by wenz...@gmail.com
on 4 Jun 2009 at 1:27
Ok, i hope it will be (displayed) in Mac OS build.
Original comment by jankr...@gmail.com
on 4 Jun 2009 at 5:28
Hi,
I know about the complications on Mac OS and I will try to fix them. But
unfortunately I'm not a user of Mac OS. I'm trying to get access to a machine
with
Mac OS X, but even if I get it, I still know almost nothing about Mac OS. It
would be
very nice to have someone that would take care of Mac OS support.
I've already talked to one guy that has some programming skills and is a Mac OS
user,
so I can ask him.
Anyway, if there is someone who would like to help us with Mac OS X support,
please
let me know.
Original comment by MacJar...@gmail.com
on 4 Jun 2009 at 6:50
Meanwhile, you can add the directive
CONFIG -= app_bundle
in kbang_client.pro and kbang_server.pro, so that Qt will create executables
like
Unix (no more .app).
To compile at command line, use:
$ qmake -spec macx-g++ kbang.pro
$ make
Original comment by bruno.si...@gmail.com
on 6 Aug 2009 at 1:50
Comment 4 by bruno.silvestre, Aug 06 (3 days ago)
Meanwhile, you can add the directive
CONFIG -= app_bundle
in kbang_client.pro and kbang_server.pro, so that Qt will create executables
like
Unix (no more .app).
To compile at command line, use:
$ qmake -spec macx-g++ kbang.pro
$ make
I get an error when i run this code
rc/common/parser/parserstructs.h:29: error: forward declaration of ‘struct
QXmlStreamWriter’
make[1]: *** [obj/common/parser.o] Error 1
make: *** [sub-kbang_common-pro-make_default-ordered] Error 2
Original comment by ndprunne...@gmail.com
on 10 Aug 2009 at 6:18
Here you can find my builds for Mac OS X. (server + client)
http://kissdelta.smajl.eu/kbang/
Tested on Mac OS X 10.4.11 (Tiger).
Original comment by jankr...@gmail.com
on 10 Aug 2009 at 5:36
to > jankrpes
Your builds can't run in (Leopard 10.5.8.). Can you post new builds for Leopard
(or Snow Leopard) ?
Original comment by hach...@gmail.com
on 1 Sep 2009 at 10:33
> Comment 5 by ndprunner22, Aug 09, 2009
>
> I get an error when i run this code
>
> rc/common/parser/parserstructs.h:29: error: forward declaration of ‘struct
> QXmlStreamWriter’
> make[1]: *** [obj/common/parser.o] Error 1
> make: *** [sub-kbang_common-pro-make_default-ordered] Error 2
Sorry, version 0.1.3 does not work, you need to checkout the trunk from svn and
then
change the .pro files as I said.
Original comment by bruno.si...@gmail.com
on 12 Sep 2009 at 2:35
I was able to compile and run KBang under my OSX using macports, using a trunk
checkout, the only problem is that the card images are not visible. The gfx
folder exists.
Any advice ?
Original comment by rodi...@gmail.com
on 19 Apr 2011 at 9:44
i dont find kbang in macports
Original comment by juancarl...@hotmail.es
on 15 Sep 2011 at 6:36
For kbang-client for OS X, you can use my build.
http://dl.dropbox.com/u/1334092/kbang-client.zip
successfully tested and running on Mac OS X 10.6.8
Original comment by jankr...@gmail.com
on 21 Sep 2011 at 5:18
Guys, please, do you have version for Mac OSX 10.6.8, which really works? I
tried this one but it doesn't work. :(
Original comment by Phenomen...@gmail.com
on 15 Nov 2013 at 10:04
Try this one.
I've been using it on 10.6.8 and I've upgraded to 10.9 today and it works as
well.
https://www.dropbox.com/s/tl2zpqn8o5czstn/kbang-client.app.zip
Original comment by jankr...@gmail.com
on 15 Nov 2013 at 3:32
[deleted comment]
I'm not expert... But It doesn't work... :(
Original comment by Phenomen...@gmail.com
on 15 Nov 2013 at 4:41
You are missing Qt library.
Install Qt 4 (http://qt-project.org/downloads) and it should work
Original comment by jankr...@gmail.com
on 15 Nov 2013 at 6:12
Original issue reported on code.google.com by
jankr...@gmail.com
on 4 Jun 2009 at 12:45Attachments: