|
From: <jj...@th...> - 2001-03-02 04:50:46
|
Hi, Wez!! After a few days of struggling with compling problem, I, finally, succeeded in compling FreeDCE in my Linux box. I'd like to tell you how... I modified some files in 'idl' directory as follow : (1) idl/Makefile Line 90 Before: CFLAGS = -g -Wall -W -O -pipe -Werror -DMIA After: CFLAGS = -g -Wall -W -O -pipe -DMIA (2) idl/acf_l.c (result of FLEXing acf_l.l) Line 775 Before: find_rule: __attribute__((__unused__)) /* we branch to this label when backing up */ After find_rule: /* we branch to this label when backing up */ (3) idl/nidl_l.c (result of FLEXing nidl_l.l) Line 1003 Before: find_rule: __attribute__((__unused__)) /* we branch to this label when backing up */ After find_rule: /* we branch to this label when backing up */ Then every thing went ok!! I downloaded latest CVS version and , I guess, some version mismatch of complier or something on my Linux box with yours caused the problem..... Now I have ported my dce application running on HP-UX to Linux platform and I am testing it now. Hope it works... Thanks. -----Original Message----- From: Wez Furlong [mailto:we...@th...] Sent: Thursday, March 01, 2001 4:04 AM To: jj...@th... Cc: fre...@li... Subject: Re: [FreeDCE-DCOMdev] FreeDCE compliation fail. Help. On 2001-02-28 06:08:15, <jj...@th...> wrote: > I succeeded in DceThreads compilation but could not compile FreeDCE in > my Linux box. > The 'acf_l.c' file which is a result of FLEXing 'acf_l.l' file in 'idl' > directory caused the problem. > I downloaded the cvs repository and compiled the source, but the same > result. (acf_l.c caused the same problem) I cannot reproduce the problem. Please checkout the latest CVS version and try that (some build issues were fixed, but none directly related to acf_l.l. > $ uname -a > Linux se 2.2.15 #1 Mon Jun 5 19:35:24 KST 2000 i686 unknown > $ gcc -v > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs- 2.91.66/specs > gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) > $ flex -V > flex version 2.5.4 Just for the sake of being complete what about: $ bison -V and also the configure command you used, and the error messages from the compiler. --Wez. _______________________________________________ FreeDCE-DCOMdev mailing list Fre...@li... http://lists.sourceforge.net/lists/listinfo/freedce-dcomdev |