I was anxiously awaiting the conclusion of the intel mac experiment that developed last month. But the attempts at compiling ECLiPSe for the intel mac seem to have stopped, at least on this list. Maybe I can add a bit of information. With the patches_5_10 version 1. The --without-gmp still cause a minor problem at link time. The line 235 of Eclipse/sepia/src/Makefile.in $(RUNPATH_LDFLAG)$(GMP_LIBDIR) \ causes grief because it expands to -L \ And the linker complains that the switch -L required a directory name. (It's easy to delete that line in the Makefile.in but that is not a long term solution). 2. At the solver step of make -f Makefile.i386_macosx, I get ECLiPSe installation done. You should now add /Users/sgkruk/software/Eclipse/bin/i386_macosx to your PATH environment variable. ======== make_icparc_solvers ======== make[1]: *** No rule to make target `i386_macosx/edge_finder.dylib', needed by `../lib/i386_macosx/edge_finder.dylib'. Stop. But since the libraries seem to have been properly created, to wit: pwd /Users/sgkruk/software/Eclipse/lib/i386_macosx 99:~/software/Eclipse/lib/i386_macosx sgkruk$ ls -l total 1856 -rw-r--r-- 1 sgkruk admin 2201 Apr 3 21:03 INST_PARAMS -rw-r--r-- 1 sgkruk admin 3800 Apr 3 21:03 Makefile.external -rw-r--r-- 1 sgkruk admin 633 Apr 3 21:03 SITE_PARAMS -rwxr-xr-x 1 sgkruk admin 18428 Apr 3 18:13 eclipse.exe -rwxrwxrwx 1 sgkruk admin 860192 Apr 3 18:13 libeclipse.dylib -rwxr-xr-x 1 sgkruk admin 8440 Apr 3 18:13 pteclipse.dylib -rwxr-xr-x 1 sgkruk admin 18868 Apr 3 18:13 tkeclipse.dylib -rwxr-xr-x 1 sgkruk admin 17768 Apr 3 18:13 tkexdr.dylib As an additional piece of information, I can try to start eclipse and I get: bin/i386_macosx/eclipse dyld: Library not loaded: libeclipse.dylib Referenced from: /Users/sgkruk/software/Eclipse/lib/i386_macosx/ eclipse.exe Reason: image not found Trace/BPT trap Thanks for any enlightenment you can provide. SergeReceived on Tue Apr 03 2007 - 12:15:51 CEST
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:57 CET