On Thu, 11 Jul 2002 13:57:08 +0200 (CEST) Harald Gutsche <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> a few days ago I tried to compile M.
> 
> I had a look in the archives before and found some messages stating that
> cvs-M should be compiled with cvs-wx.
> The compilation failed with different errors when trying different
> configure options for both M and wx.
> I also tried wxGTK-2.3.3-M with no luck.
> 
> So how do you compile current cvs-M?
> How do you configure M and wx?
> 
> I think, it would be fine to find a wx-snapshot on the mahogany site,
> which
> is known to compile with current cvs-M.


Make sure you have deleted all old wxwin bins and code specifically in the
lib and bin directories

Then make sure you have these sources from the wxWindows cvs

cvs -d:pserver:[EMAIL PROTECTED]:/home/wxcvs login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/home/wxcvs co wxGTK
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/home/wxcvs co wxEtc
cvs -d:pserver:[EMAIL PROTECTED]:/home/wxcvs logout

then 

-> type: md mybuild
-> type: cd mybuild
-> type: ../configure --with-motif
or type: ../configure --with-gtk
-> type: make
-> type: su <type root password>
-> type: make install
-> type: ldconfig -v
        the -v is so that you can check that the library files 
        were seen in /usr/local/lib

wxWin should now be ready to go; on to M:

cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/mahogany login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mahogany co M 
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/mahogany logout


      mkdir build_dir   # name is arbitrary
      cd build_dir
      ../configure --with-modules=static
        or if you want to debug it 
        ../configure --enable-debug --with-wxdebug --with-modules=static
      (the static is necessary at the moment because of some wxwin problems)
      make    # or "make all" to try to build message catalogs as well
      make doc (optional
      make install
        or
        make install_bin


This should be a complete description. Just make sure, when configure
is run, that there are no problems which it stop on. If it does, then you
need to install that software.

cheers.

-- 
Thomas Finneid

email: [EMAIL PROTECTED]




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases & more
http://thinkgeek.com/sf
_______________________________________________
Mahogany-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-users

Reply via email to