Ubuntu Suomen keskustelualueet
		Ubuntun käyttö => Ubuntu tietokoneissa => Aiheen aloitti: Rommel2 - 30.06.09 - klo:03.07
		
			
			- 
				Yritän kääntää lähdekoodista "DiscWrapper" nimistä ohjelmaa (http://discwrapper.sourceforge.net/index.html (http://discwrapper.sourceforge.net/index.html)). 
 ./configure ei mene läpi:
 
 minä@minä:~/Desktop/discwrapper-1.2.2$ ./configure 
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... /bin/mkdir -p
 checking for gawk... no
 checking for mawk... mawk
 checking whether make sets $(MAKE)... yes
 checking for g++... no
 checking for c++... no
 checking for gpp... no
 checking for aCC... no
 checking for CC... no
 checking for cxx... no
 checking for cc++... no
 checking for cl.exe... no
 checking for FCC... no
 checking for KCC... no
 checking for RCC... no
 checking for xlC_r... no
 checking for xlC... no
 checking for C++ compiler default output file name...
 configure: error: in `/home/lammi/Desktop/discwrapper-1.2.2':
 configure: error: C++ compiler cannot create executables
 See `config.log' for more details.
 minä@minä:~/Desktop/discwrapper-1.2.2$
 
 En tiedä johtuuko se siitä, ettei tarvittavia riippuvuuksia ole. Ainoa ilmoitettu riippuvuus on wxWidgets ( >=2.8.8 ). Seurasin wxWidgetsin sivujen ohjetta (http://wiki.wxpython.org/InstallingOnUbuntuOrDebian (http://wiki.wxpython.org/InstallingOnUbuntuOrDebian)), jonka neuvojen mukaan lisäsin ohjelmalähteen ja asensin paketit:
 
 python-wxgtk2.8
 python-wxtools
 wx2.8-i18n
 
 Niiden asentaminen ei auttanut. Bashin ehdottelema config.log-tiedosto on nähtävissä täällä kuukauden: http://pastebin.com/m26f12e5e (http://pastebin.com/m26f12e5e)
 
 Olisi todella hyvä homma jos saisin tämän ohjelman asennettua. Yksi kaverikin olisi tällaista vailla valmis siirtymään wintoosan parista Linux-maailmaan. Voitteko auttaa?
- 
				Et ole asentanut pakettia build-essential, jossa on kääntämiseen tarvittavat ohjelmatyökalut? SIlle näyttäisi, kun herjaa c++ kääntäjän puuttumisesta. Helpompaa kuitenkin, jos lataat ja asennat valmiin paketin tuolta:
 
 http://www.getdeb.net/app/DiscWrapper
- 
				Äh... No, tulipa sitten taas yritettyä tehdä asiat sen vaikeimman kautta. Suurkiitos linkistä! Nyt kaverinkin vapauttaminen on askeleen lähempänä. Kiitos!