all applications are missing
-
- Posts: 5
- Joined: Mon Feb 25, 2008 9:34 pm
all applications are missing
When I open the Irrlicht 1.4 XCode project, all of the ".app" and some of the header files are completely missing from the program. Is there something that needs to be re-arranged or downloaded?
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Re: all applications are missing
I don't do OSX builds, but there aren't (AFAICT) any ".app" files in the SDK.cyb3rpunk617 wrote:When I open the Irrlicht 1.4 XCode project, all of the ".app"
How do you know that headers are missing? I mean, what are you doing that is highlighting this?
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
That's always struck me as a bit peculiar. I mean, if you can't compile the examples, you're not going to be doing much else with Irrlicht.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
-
- Posts: 5
- Joined: Mon Feb 25, 2008 9:34 pm
is it not becaue every linux "exe" wil only run if it is compiled in the correct version? Which are about .... 300 . And maybe not because it is not the correct build . Just kidding.hybrid wrote:We have .exe files But there are no ' ' files (linux binaries ). I don't know why, but my guess was always that only Windows people are known to be mostly compiler unaware
Rogerborg, I don't know, is much quicker to double click to see wich are the 3d engine features that setting the correct compiler/ide configuration (even you do it in 1 minute, 1minute > 1 second-> 10 demos = 10 minutes or just 10 seconds ).
It is same reason for wicht the ide proyects are included, even if it easier take the .hs and .cpps and make it work on you preffer ide ¿Why not make it more easier?.
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
No, distributing binaries outside packages (the distribution packages, not just any archives) is jusst considered waste of space in the Linux community. Because you have the compiler at hand and there's just a call for make to be done (for Irrlicht it's one make and one buildAllExamples.sh). And you'd probably have to make all static binaries (as made by the script by default) which is really a waste of space.
But on the other hand the Irrlicht Win32 binaries only run on so many systems because they are compiled with old compilers and carefully chosen settings. Otherwise you'd face the same problems on Windows, too. Many examples don't run on my machines because MSVCRT something dll is missing...
But on the other hand the Irrlicht Win32 binaries only run on so many systems because they are compiled with old compilers and carefully chosen settings. Otherwise you'd face the same problems on Windows, too. Many examples don't run on my machines because MSVCRT something dll is missing...