Re: [e-users] Error in compiling E 0.16.7-pre5

2004-07-10 Thread Joseph Moore
I had this problem (or one like it) on an RH 9.0
machine.  In the #e channel on freenode (IRC), kwo
helped me find my problem: a self-installed iconv.

Now, you might not have installed iconv yourself from
source.  I don't remember why I did so.  But if you
did, you can go to the directory where you typed 'make
install' for iconv, and type 'make uninstall'.  That
fixed my problem and I've since had pre5 running fine
for... (umm...) ever since a day after it came out. 
:-)

HTH

Joseph.


--- Yasufumi Haga [EMAIL PROTECTED] wrote:
 Hi
 
 When compiling E 0.16.7-pre5, the following error
 occured.
 Could someone tell me how to solve this error ?
 
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl 
 -I/usr/local/include -I/usr/X11R6/include
 -I/usr/X11R6/include-g -O2 -c gnome.c
 gcc  -g -O2  -L/usr/local/lib -o enlightenment 
 actions.o alert.o areas.o arrange.o atoms.o
 backgrounds.o borders.o buttons.o clone.o cmclass.o
 comms.o config.o coords.o cursors.o desktops.o
 dialog.o dock.o draw.o edge.o events.o evhandlers.o
 file.o finders.o focus.o fx.o globals.o grabs.o
 groups.o handlers.o hints.o icccm.o iclass.o
 iconify.o init.o ipc.o lang.o lists.o main.o
 memory.o menus.o misc.o moveresize.o mwm.o pager.o
 progress.o regex.o screen.o session.o settings.o
 setup.o size.o slideout.o snaps.o sound.o stacking.o
 startup.o tclass.o text.o theme.o timers.o
 tooltips.o ttfont.o warp.o windowmatch.o x.o zoom.o
 ewmh.o gnome.o-L/usr/lib -lesd -laudiofile -lm
 -L/usr/local/lib -lImlib2 -lfreetype -lz -lm -ldl
 -lXext -lXext -lX11 -L/usr/X11R6/lib -ldl -lSM -lICE
 -L/usr/X11R6/lib  -lXinerama -lXxf86vm -lXext  -lX11
 -lm 
 lang.o: In function `Eiconv':

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/src/lang.c:49:
 undefined reference to `libiconv'
 lang.o: In function `LangInit':

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/src/lang.c:169:
 undefined reference to `libiconv_open'

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/src/lang.c:170:
 undefined reference to `libiconv_open'

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/src/lang.c:176:
 undefined reference to `libiconv_open'

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/src/lang.c:177:
 undefined reference to `libiconv_open'
 collect2: ld returned 1 exit status
 
 I have libiconv library in /usr/local/lib, and
 /usr/local/lib line
 is contained in /etc/ld.so.conf. To make sure I
 did /sbin/ldconfig
 before the compilation. But -liconv option is not
 used in the command
 line options above.
 
 When configuring, I used the following options:
 
  $ $ ./configure --enable-fsstd --enable-sound
 --enable-hints-ewmh --enable-hints-gnome
 --enable-zoom
 
 and there are following lines in config.log:
 
 configure:11851: checking for iconv
 configure:11878: gcc -o conftest -g -O2   conftest.c
  5
 /tmp/ccg2RfKu.o: In function `main':

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/conftest.c:101:
 undefined reference to `libiconv_open'

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/conftest.c:102:
 undefined reference to `libiconv'

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/conftest.c:103:
 undefined reference to `libiconv_close'
 collect2: ld returned 1 exit status
 configure:11884: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 
 
 I'm using a distribution called Vine Linux 2.6r4 and
 a version of the
 kernel is 2.4.26. A value of LANG is ja_JP.eucJP.
 
 Thanks in advance for any help.
 
 
 ---
 Yasufumi Haga   [EMAIL PROTECTED]
 http://homepage3.nifty.com/peterpan/
 fingerprint:0EFA 299A BC32 7D68 1FEF  BA2B 804E 9B15
 C4F0 F9F0
 
 

---
 This SF.Net email sponsored by Black Hat Briefings 
 Training.
 Attend Black Hat Briefings  Training, Las Vegas
 July 24-29 - 
 digital self defense, top technical experts, no
 vendor pitches, 
 unmatched networking opportunities. Visit
 www.blackhat.com
 ___
 enlightenment-users mailing list
 [EMAIL PROTECTED]

https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 




__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error in compiling E 0.16.7-pre5

2004-07-10 Thread Joseph Moore
Erm... before you manage to kill a perfectly good
install of iconv, make sure that you have another one
(something like /usr/bin/iconv instead of
/usr/local/bin/iconv, I think).  I should've mentioned
that too. :-[

Joseph.


--- Joseph Moore [EMAIL PROTECTED] wrote:
 I had this problem (or one like it) on an RH 9.0
 machine.  In the #e channel on freenode (IRC), kwo
 helped me find my problem: a self-installed iconv.
 
 Now, you might not have installed iconv yourself
 from
 source.  I don't remember why I did so.  But if you
 did, you can go to the directory where you typed
 'make
 install' for iconv, and type 'make uninstall'.  That
 fixed my problem and I've since had pre5 running
 fine
 for... (umm...) ever since a day after it came out. 
 :-)
 
 HTH
 
 Joseph.
 
 
 --- Yasufumi Haga [EMAIL PROTECTED] wrote:
  Hi
  
  When compiling E 0.16.7-pre5, the following error
  occured.
  Could someone tell me how to solve this error ?
  
  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl 
  -I/usr/local/include -I/usr/X11R6/include
  -I/usr/X11R6/include-g -O2 -c gnome.c
  gcc  -g -O2  -L/usr/local/lib -o enlightenment 
  actions.o alert.o areas.o arrange.o atoms.o
  backgrounds.o borders.o buttons.o clone.o
 cmclass.o
  comms.o config.o coords.o cursors.o desktops.o
  dialog.o dock.o draw.o edge.o events.o
 evhandlers.o
  file.o finders.o focus.o fx.o globals.o grabs.o
  groups.o handlers.o hints.o icccm.o iclass.o
  iconify.o init.o ipc.o lang.o lists.o main.o
  memory.o menus.o misc.o moveresize.o mwm.o pager.o
  progress.o regex.o screen.o session.o settings.o
  setup.o size.o slideout.o snaps.o sound.o
 stacking.o
  startup.o tclass.o text.o theme.o timers.o
  tooltips.o ttfont.o warp.o windowmatch.o x.o
 zoom.o
  ewmh.o gnome.o-L/usr/lib -lesd -laudiofile -lm
  -L/usr/local/lib -lImlib2 -lfreetype -lz -lm -ldl
  -lXext -lXext -lX11 -L/usr/X11R6/lib -ldl -lSM
 -lICE
  -L/usr/X11R6/lib  -lXinerama -lXxf86vm -lXext 
 -lX11
  -lm 
  lang.o: In function `Eiconv':
 

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/src/lang.c:49:
  undefined reference to `libiconv'
  lang.o: In function `LangInit':
 

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/src/lang.c:169:
  undefined reference to `libiconv_open'
 

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/src/lang.c:170:
  undefined reference to `libiconv_open'
 

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/src/lang.c:176:
  undefined reference to `libiconv_open'
 

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/src/lang.c:177:
  undefined reference to `libiconv_open'
  collect2: ld returned 1 exit status
  
  I have libiconv library in /usr/local/lib, and
  /usr/local/lib line
  is contained in /etc/ld.so.conf. To make sure I
  did /sbin/ldconfig
  before the compilation. But -liconv option is
 not
  used in the command
  line options above.
  
  When configuring, I used the following options:
  
   $ $ ./configure --enable-fsstd --enable-sound
  --enable-hints-ewmh --enable-hints-gnome
  --enable-zoom
  
  and there are following lines in config.log:
  
  configure:11851: checking for iconv
  configure:11878: gcc -o conftest -g -O2  
 conftest.c
   5
  /tmp/ccg2RfKu.o: In function `main':
 

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/conftest.c:101:
  undefined reference to `libiconv_open'
 

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/conftest.c:102:
  undefined reference to `libiconv'
 

/home/fumi/src/e-0.16.7-pre5/enlightenment-0.16.7/conftest.c:103:
  undefined reference to `libiconv_close'
  collect2: ld returned 1 exit status
  configure:11884: $? = 1
  configure: failed program was:
  | /* confdefs.h.  */
  
  
  I'm using a distribution called Vine Linux 2.6r4
 and
  a version of the
  kernel is 2.4.26. A value of LANG is
 ja_JP.eucJP.
  
  Thanks in advance for any help.
  
  
  ---
  Yasufumi Haga   [EMAIL PROTECTED]
 
 http://homepage3.nifty.com/peterpan/
  fingerprint:0EFA 299A BC32 7D68 1FEF  BA2B 804E
 9B15
  C4F0 F9F0
  
  
 

---
  This SF.Net email sponsored by Black Hat Briefings
 
  Training.
  Attend Black Hat Briefings  Training, Las Vegas
  July 24-29 - 
  digital self defense, top technical experts, no
  vendor pitches, 
  unmatched networking opportunities. Visit
  www.blackhat.com
  ___
  enlightenment-users mailing list
  [EMAIL PROTECTED]
 

https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
 
   
 __
 Do you Yahoo!?
 Yahoo! Mail - Helps protect you from nasty viruses.
 http://promotions.yahoo.com/new_mail
 
 

---
 This SF.Net email sponsored by Black Hat Briefings 
 Training.
 Attend Black Hat Briefings  Training, Las Vegas
 July 24-29 - 
 digital self defense, top technical experts, no
 vendor pitches, 
 unmatched networking opportunities. Visit
 www.blackhat.com