Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dev:running_under_cygwin [2013/04/12 21:55]
iangardner
dev:running_under_cygwin [2013/04/14 00:09]
iangardner [Steps]
Line 15: Line 15:
 First job to do - install Cygwin on my laptop. Next job, get hold of the RG source, try to build in the traditional linux way and see what the compiler moans about. The next step depends on those moans... First job to do - install Cygwin on my laptop. Next job, get hold of the RG source, try to build in the traditional linux way and see what the compiler moans about. The next step depends on those moans...
  
-1. Installed subversion via cygwin (otherwise I couldn't check the code out!) + 1. Installed subversion via cygwin (otherwise I couldn't check the code out!) 
-2. Checked the code out - svn checkout http://svn.code.sf.net/p/rosegarden/code/trunk/rosegarden rosegarden-trunk + 
-3. Installed autoconf, otherwise I couldn't begin to build anything + 2. Checked the code out - svn checkout http://svn.code.sf.net/p/rosegarden/code/trunk/rosegarden rosegarden-trunk 
-4. Got some errors - + 
 + 3. Installed autoconf, otherwise I couldn't begin to build anything 
 + 
 + 4. Got some errors - 
  
 ''$ sh bootstrap.sh ''$ sh bootstrap.sh
Line 26: Line 29:
 configure.ac:69: error: possibly undefined macro: AC_MSG_NOTICE'' configure.ac:69: error: possibly undefined macro: AC_MSG_NOTICE''
  
 + 5. Ran ./configure anyway - got some gcc related errors (couldn't find it)
 +
 + 6. Installed gcc
 +
 + 7. Got some more errors - no Qt!
 +
 + 8. Installed Qt... installed qtcore, qtgui, qtnetwork and qtxml. Now having to use  ./configure --enable-debug --with-qtlibdir=/lib/qt4/ because cygwin seems to have put its stuff there
 +
 + 9. Also installed pkg-config. Reran bootstrap - now don't get the errors I got before :-)
  
 +10. Now ./configure complains about missing Ladspa.h. This isn't available in a base cygwin install. Think I'm going to have to get this from cygwin ports
 
 
dev/running_under_cygwin.txt · Last modified: 2022/05/06 16:07 (external edit)
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki