Hello,

In the Message; 

  Subject    : Re: [e-users] Building the latest git head of enlightenment got 
error
  Message-ID : <20250806080417.8a6a9656d897f7015df0f...@rasterman.com>
  Date & Time: Wed, 6 Aug 2025 08:04:17 +0100

[CH] == Carsten Haitzler <ras...@rasterman.com> has written:

CH>  On Wed, 06 Aug 2025 10:20:05 +0900 Masaru Nomiya <nom...@lake.dti.ne.jp> 
said:

[...]
MN>  > I tried to build the latest git head, but regardless of whether wl
MN>  > support is available or not, I got the following error.
MN>  > 
MN>  > [...]
MN>  > ../src/modules/wizard/page_010.c: In function ‘wizard_page_show’:
MN>  > ../src/modules/wizard/page_010.c:219:24: error: implicit declaration of
MN>  > function ‘e_wizard_labels_update’ [-Wimplicit-function-declaration] 219
MN>  > |                        e_wizard_labels_update();
MN>  >       |                        ^~~~~~~~~~~~~~~~~~~~~~
MN>  > [408/620] Compiling C object 
src/modules/wizard/page_011.so.p/page_011.c.o
MN>  > [...]

CH>  also.. don't know what code you have there... but line 219 is not
CH>  that. in fact e_wizard_labels_update() doesn't even exist in that
CH>  file... in fact no file int he wizard module has that
CH>  function. in fact it doesn't exist in enlightenment's source tree
CH>  at all:

CH>   8:01AM ~/C/e 🌱 master 💥 🔥 15   > git grep e_wizard_labels_update
CH>   8:02AM ~/C/e 🌱 master 💥 🔥 15   >

CH>  so .. beats me what you have there... but it's certainly not e
CH>  from git. i removed those functions from e in 2018... so like 7
CH>  years ago.

I retrieved git head again;

  $ git clone https://git.enlightenment.org/enlightenment/enlightenment

then I checked as follows;

   $ find . -name *~ -o -name "*" | xargs grep 'wizard_labels_update()'

the result was;

   ./src/modules/wizard/e_wizard.c:   wizard_labels_update();
   ./src/modules/wizard/page_010.c:   api->wizard_labels_update();
   ./src/modules/wizard/page_010.c:   api->wizard_labels_update();

What am I doing wrong?

Best Regards.

---
┏━━┓彡     Masaru Nomiya                   mail-to: nomiya @ lake.dti.ne.jp
┃\/彡
┗━━┛       " Reading widely about things that don't seem immediately or
               practically useful, in the hope that what you learn now may prove
               meaningful later—that's pretty much the definition of a liberal-
               arts education. Who knew that one of its best defenders would 
turn
               out to be a computer scientist? "
               
                    -- "What Does It Really Mean to Learn?" THE NEW YORKER --



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to