Well, I have tried Fink but it doesn't work well on my system with Xcode even in changing order of path. There is some error messages displayed when compiling, to be honest I didn't try to find why...
Actually, Xcode is just enough to use qooxdoo make command, I just missed gettext for a while, now everything rules again after a manual gettext installation. Cheers Eric PS: I'm really impressed by the work done by the Qooxdoo team, I'm not an expert of javascript, but I know very well Delphi, Php, c++ and few other languages, and qooxdoo looks to be a great SDK for intranet development. Sebastian Werner wrote: > > Just for interest, have you tried to use fink (+xcode) instead? On my > Mac OS system it was enough to install fink and let fink afterwards > install gettext. > > Greetings, > Sebastian > > > ericson schrieb: >> This is just a snipset for people who are trying to use OSX as main >> qooxdoo >> development environment. >> >> because I have encountered few problems in trying to set qooxdoo >> developement environment on OSX here is some precious information for mac >> owners. >> >> (1) install last Xcode 2.4.1 or later >> (2) download gettext from here http://www.gnu.org/software/gettext/ >> (3) extract gettext in a folder and open it in a terminal >> (4) do a "sudo ./configure", "sudo make", "sudo make install" in the >> terminal window >> (5) create or open your .profile file in your own directory and add a >> line >> "export PATH=$PATH:/usr/local/bin" >> >> that's all now you can use make build and make source :) >> >> Hope this helps a lot >> >> Cheers >> Eric >> > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- View this message in context: http://www.nabble.com/For-people-who-use-OSX-some-help-here-tf3082030.html#a8565592 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
