Adrian Robert <[EMAIL PROTECTED]> writes:

Hello Adrian:

Sorry for the late reply, I was busy and then I left for a family
reunion cruise.

> If you could send me a patch for the Makefile.in and (if need be)
> configure.in that would be great.  I unfortunately have no access to
> machines to test these.

Done. I was able to compile tmacs and Emacs with this patch, however, it
generated 2 error which seem to be in the "generating autuoloads" stage
which I can't track down. If I proceed with "make install", it will try
to compile the lisp files, but it reloaded everything when
byte-compiling each ".el" file. It eventual ends with this error:

,----
| Loading cc-langs...
| Eval error in the `c-lang-defconst' for `c-cpp-matchers' in c-mode:
| Eval error in the `c-lang-defconst' for `c-matchers-1' in c-mode:
| 
| In toplevel form:
| progmodes/cmacexp.el:97:1:Error: `c-opt-cpp-prefix' got no (prior) value in 
c-mode (might be a cyclic reference)
| make[1]: *** [/usr/src/packages/BUILD/emacs/lisp/progmodes/cmacexp.elc] Error 
1
`----

The source compiles fine with X11+GTK2.

Thanks.

Charles

--- Makefile.in.old	2008-08-11 23:20:25.000000000 -0400
+++ Makefile.in	2008-08-12 16:11:02.000000000 -0400
@@ -938,7 +938,7 @@
 temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT}
 	echo "${obj} ${otherobj} " OBJECTS_MACHINE > buildobj.lst
 #ifdef NS_IMPL_GNUSTEP
-	$(CC) -rdynamic YMF_PASS_LDFLAGS (${TEMACS_LDFLAGS} -lgnustep-gui -lgnustep-base -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs ${obj} ${otherobj} OBJECTS_MACHINE ${LIBES}
+	$(CC) -rdynamic YMF_PASS_LDFLAGS (${TEMACS_LDFLAGS} -L${GNUSTEP_SYSTEM_ROOT}/Library/Libraries -lgnustep-gui -lgnustep-base -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs ${obj} ${otherobj} OBJECTS_MACHINE ${LIBES}
 #else
 	$(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \
     -o temacs ${STARTFILES} ${obj} ${otherobj}  \

Attachment: pgpgrWwkcZmCV.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to