On 2002-11-07 07:50:05 -0800 Ujwal S. Sathyam <[EMAIL PROTECTED]> wrote:

I did a fresh build of both M and wxMac sucked down from CVS. I had no problems building and installing wxWindows. I am on MacOS X 10.2 Jaguar, and the default compiler gcc-3.1 did not like compiling M. So I switched to gcc-2.95 with:

sudo gcc_select 2

Also set the CPPFLAGS varable:

export CPPFLAGS=-no-cpp-precomp

Then the build for both wxWindows and M:

1. mkdir build
2. ../configure
3. make
4. make install

With M, I had no problems with configure as you had. During build, I had minor problems in that extra/src/compface where the CPPFLAGS variable was overriden to be empty. I edited the extra/src/compface/Makefile and set
CPPFLAGS=-no-cpp-precomp.

Then M compiled fine. Running M brought up the splash screen, but none of the UI is responding to mouse clicks. I am investigating that.


For some reason, I had to run Rez on the binary again. Dunno why since I saw the build do it:

/Developer/Tools/Rez -t APPL Carbon.r -o src/M
It's working fine now.

Ujwal



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to