Search found 26 matches

by mankoff
Thu Nov 03, 2011 5:58 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15169

Re: Portage to OS X

OK I've gotten everything through and including qCC compiling. There are some errors at the link stage for qCC that I am still working on, but it looks like this can run on OS X without too much trouble. 90% of the changes were to the build system, I only had to change about 10 lines of code. -k. P....
by mankoff
Thu Nov 03, 2011 1:47 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15169

Re: Portage to OS X

Yes I was surprised this was an error and not a warning. I did not have many "-W..." flags set, so I thought it was already not pedantic. Anyway, your suggested code change has fixed this issue.

Onward...!

-k.
by mankoff
Thu Nov 03, 2011 5:46 am
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15169

Re: Portage to OS X

Hi Daniel, Your help has been invaluable so far. If you can continue to do so without too much time/trouble, I will be grateful. I am confident we can get an OS X build and will send a changelog to show what I did, and make the binaries available. Perhaps this will be useful for others. If you are n...
by mankoff
Tue Nov 01, 2011 2:18 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15169

Re: Portage to OS X

Well Triangle and QHull both compiled just fine (although I could also install them system-wide with 'brew install triangle' and 'brew install qhull'). All I did was duplicate the Linux build settings and set targets to OSX or Mac. I'm running into issues with Glew. -------------- Build: release.OSX...
by mankoff
Mon Oct 31, 2011 3:27 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15169

Re: Portage to OS X

I didn't use Code::Blocks because I had never heard of it and it looked like some Perl module (I think the :: is a Perl thing?) and I thought it was a Qt project and qmake might work. Google has clarified what Code::Blocks is and I will try going that route.

Thanks,

-k.
by mankoff
Sat Oct 29, 2011 9:24 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15169

Portage to OS X

This is a great tool. Thank you for developing it and making it open source. I have used it with success on Windows, but I run Windows in VirtualBox on OS X and would like a native version. Can you help with OS X compilation? In my experience it does not have to be terribly different than Linux comp...