Thanks! (I will assume not posting to the mailing list was unintentional?)
On Thu, Jan 14, 2016, 12:10 Bertrand Dekoninck <[email protected]> wrote: > I was quite surprised to have this configuration. But it's quite > comfortable now. I don't want to go back to /user/local. And I discover the > use of "GNUSTEP_INSTALLATION_DOMAIN=", which I use a lot to compile my own > stuff. All is now in /GNUstep or in ~/GNUstep. Clear. In debian, I had > things in /usr/lib/GNUstep (Windowmaker stuff by the distribution), > /usr/share/GNUstep, /usr/local/GNUstep > > > I had to touch .profile because I have GWorkspace in Windowmaker's > autostart file and because I want GNUstep applications in WMaker's > appmenu. bashrc doesn't help here. > Bertrand > > 2016-01-14 12:50 GMT+01:00 Ivan Vučica <[email protected]>: > >> Bertrand: >> >> Correct! I intentionally installed things into /GNUstep to separate the >> GNUstep system from the rest of the base system. If you wish to install >> things in the expected places, small change to the main script (the one >> with spaces in its name) should be enough: just specify these outside the >> WITH_DEB==1 check: >> >> export GSU_INSTALL_PREFIX=/usr >> export GSU_SYSTEM_TOOLS=${GSU_INSTALL_PREFIX}/bin >> export GSU_LAYOUT=fhs >> >> Also, I just verified, and the need to set up ld.so.conf.d is documented >> in README.md, and so is the need to touch .bashrc. (Perhaps I should update >> it to say .profile instead, but yeah...) >> >> On Thu, Jan 14, 2016 at 9:57 AM Tristan Bellogi <[email protected]> >> wrote: >> >>> Well, Thank you fellow gentlemen for you help ;-) >>> >>> Do not yet succed... Don't really understand how "to play with >>> LD_Library_PATH"... >>> >>> Reading abou GNUstep, I found >>> <http://www.rstonehouse.co.uk/extras/GNUstep-VM-0.9.6> >>> gonna play with this wm 'til I'll get more confident with GNUstep... >>> But I still need to install on my laptop which is not really suited to >>> run Virtualbox ;-) >>> >>> Later, Tristan >>> >>> >>> Le mardi 12 janvier 2016 à 12:20 +0100, Bertrand Dekoninck a écrit : >>> > My two cents. >>> > You can very easily compile and install on Debian using Ivan Vucica >>> > scripts on bitbucket (thank you Ivan !): >>> > https://bitbucket.org/ivucica/gnustep-ubuntu >>> > You may use eiither using the stock debian clang or compile your own >>> > (it's just an option of the script). I did the latter. >>> > on my Debian Jessie, compiling clang from source. clang is installed >>> > in /usr/local. >>> > GNUstep is installed in /GNUstep. >>> > >>> > >>> > There are someissues though : I first had to tweak by hand >>> > LD_LIBRARY_PATH because libobjc2 is installed in /GNUstep/lib. Some >>> > script should have been added to /etc/ld.so.conf.d but wasn't. >>> > It worked for me when I've added this to my .profile file : >>> > " . /GNUstep/System/Library/Makefiles/GNUstep.sh " >>> > >>> > And I added this to my .bashrc : >>> > >>> > "export CC=clang >>> > export CXX=clang++ >>> > export OBJC=clang" >>> > >>> > >>> > Hope this helps. >>> > >>> > Bertrand >>> > >>> > >>> > 2016-01-12 11:48 GMT+01:00 Tristan Bellogi <[email protected]>: >>> > Hi All, >>> > >>> > Hope I'm not that late to wish you all an happy 2016! >>> > >>> > Couple days ago I use gnustep startup package for a quick >>> > install of >>> > GNUstep on my Debian 8.2. Build some tests, sample tools & >>> > apps, ran >>> > them with opentool/openapp... >>> > But I shortly discover I wav running gcc-objc & >>> > gcc-objc-runtime... when >>> > trying to compile some objc code written for Cocoa, I realized >>> > I need >>> > Objc2/llvm/clang, indeed. >>> > >>> > I the found >>> > http://wiki.gnustep.org/index.php/GNUstep_under_Ubuntu_Linux >>> > So I erase my fresh GNUstep install, clean up $PATH etc. >>> > >>> > & run the script... >>> > It fails whith errors @: >>> > cd ~/core/base/ >>> > ./configure >>> > make -j8 >>> > >>> > I got this... >>> > >>> > checking whether objc really works... no >>> > I don't seem to be able to use your Objective-C compiler to >>> > produce >>> > working binaries! Please check your Objective-C compiler >>> > installation. >>> > If you are using gcc-3.x make sure that your compiler's >>> > libgcc_s and >>> > libobjc >>> > can be found by the dynamic linker - usually that requires you >>> > to play >>> > with LD_LIBRARY_PATH or /etc/ld.so.conf. >>> > >>> > I probably did something wrong but can't figure out what, so >>> > shortly: >>> > How to install gnustep/objc2 on my debian 8.2 >>> > >>> > Thanks in advance for you help >>> > >>> > Tristan >>> > >>> > >>> > >>> > _______________________________________________ >>> > Discuss-gnustep mailing list >>> > [email protected] >>> > https://lists.gnu.org/mailman/listinfo/discuss-gnustep >>> > >>> > >>> >>> >>> >
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
