On Thu, 07 Aug 2025 10:04:48 +0900 Masaru Nomiya <nom...@lake.dti.ne.jp> said:

> Hello,
> 
> In the Message; 
> 
>   Subject    : Re: [e-users] Building the latest git head of enlightenment
> got error Message-ID :
> <camq1adoeecwvethpnxmkbbw6jvs6e7tjhq1tt-1hkkomjyg...@mail.gmail.com> Date &
> Time: Wed, 6 Aug 2025 13:47:13 +0200
> 
> [VT] == Vincent Torri <vincent.to...@gmail.com> has written:
> 
> VT>  On Wed, Aug 6, 2025 at 11:40 AM Masaru Nomiya <nom...@lake.dti.ne.jp>
> VT> wrote:
> 
> MN>  >    $ find . -name *~ -o -name "*" | xargs grep 'wizard_labels_update()'
> 
> VT>  simpler :
> 
> VT>  git grep wizard_labels_update
> 
> Thsnks.
> 
> In my case;
> 
> src/modules/wizard/e_mod_main.c:   wizard_labels_update,
> src/modules/wizard/e_wizard.c:wizard_labels_update(void)
> src/modules/wizard/e_wizard.c:   wizard_labels_update();
> src/modules/wizard/e_wizard.h:   void (*wizard_labels_update) (void);
> src/modules/wizard/e_wizard_priv.h:EINTERN void wizard_labels_update(void);
> src/modules/wizard/page_010.c:   api->wizard_labels_update();
> src/modules/wizard/page_010.c:   api->wizard_labels_update();

no... the compiler complained about e_wizard_labels_update not
wizard_labels_update ... exact function name matters. you are grepping for the
wrong thing.

> 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>
> CH> said:
> 
> [...]
> 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 from git.
> CH> i removed those functions from e in 2018... so like 7 years ago.
> 
> ---
> What happened me?
> 
> Best Regards.
> 
> ┏━━┓彡  Masaru Nomiya                       mail-to: nomiya @ lake.dti.ne.jp
> ┃\/彡
> ┗━━┛  "Microsoft is overhauling its cybersecurity strategy, called the
>               Secure Future Initiative, to incorporate key security features
>               into its core set of technology platforms and cloud services.
> " 
> -- Microsoft overhauls cyber strategy to finally embrace security by default
> --
> 
> 
> 
> 
> 
> 
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



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

Reply via email to