arxarian / kbang

Automatically exported from code.google.com/p/kbang
GNU General Public License v2.0
2 stars 1 forks source link

Better Mac OS X support #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This isnt bug, but enhancement, with quite low priority.

It will be so nice, if there will be - in the future i mean - better Mac OS 
support:
1) better file linking (?) for compilation - i mean, overall better compilation 
support and comfort
2) App icon :)
3) !gfx folder included at the kbang.app (application) folder! Mac OS 
Application isnt one 
executable like in Windows or Linux, its folder (package) of resources and 
executable - but user 
dont see it like folder, but like icon, like application (you know, that it is 
folder only via 
Terminal/bash or something like it) - at the Finder (at windows it is explorer) 
doubleclick mean 
run application (yep, doubleclick, to the whole folder, which normal user see 
as one icon). Now 
user must have one folder (icon/application for normal BFU) and another folder 
gfx for it, this is 
really unusual and not practical (it dont look nice and it cause mess at the 
list of apps etc.) at 
Mac OS apps :)

At the attachment you can see list of regular Mac OS apps and kbang inside of 
it - please notice, 
that ie. Cyberduck doesn't have any other user (BFU) viewable folders etc. it 
consist (for user) 
only from this one icon (if you'll move it to the bin - you'll remove whole app 
- Cyberduck in this 
case) - but kbang consist unusual from 2 icons (gfx folder and whole app).

Original issue reported on code.google.com by jankr...@gmail.com on 4 Jun 2009 at 12:45

Attachments:

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
Ok, i hope it will be (displayed) in Mac OS build.

Original comment by jankr...@gmail.com on 4 Jun 2009 at 5:28

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years 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

Original comment by bruno.si...@gmail.com on 6 Aug 2009 at 1:50

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
> 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
i dont find kbang in macports

Original comment by juancarl...@hotmail.es on 15 Sep 2011 at 6:36

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I'm not expert... But It doesn't work... :(

Original comment by Phenomen...@gmail.com on 15 Nov 2013 at 4:41

GoogleCodeExporter commented 9 years ago
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