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. Also, I have fink installed from http://fink.sourceforge.net. This gives you some nice things that Darwin does not such libiconv, etc. If you have fink installed, you can set: export CPPFLAGS="-no-cpp-precomp -I/sw/include" export LDFLAGS=-L/sw/lib Ujwal On Wednesday, November 6, 2002, at 10:12 PM, Ujwal S. Sathyam wrote:
On 2002-11-06 19:10:47 -0800 radwansk <[EMAIL PROTECTED]> wrote:Ujwal, I saw your name in the mahogany list of mac developers. I am trying to build 0.6.4 and am using wxMac 2.3.3. For some reason, I am not able to get M to configure. I have attached my configure.log file. I plan on using the prepackaged docs so I would think this would have been straight forward. There did not appear to be much discussion on the dev list regarding any/if modifications to the source or any other strange caveat. On of the things that I tried, which seems to have improved my position in the configure failure a bit, was to change line 4387 where I declared Darwin as another bsd. I played with this for a few days and have thus decided to swallow some pride and ask for help. You seem like the go-to guy on the list. PS. Once I do get this running, how are you guys doing for help on the project?
-------------------------------------------------------
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
