diff --git a/src/examples/ecore/ecore_evas_buffer_example_01.c b/src/examples/ecore/ecore_evas_buffer_example_01.c index 71ed986818..9ede48466b 100644 --- a/src/examples/ecore/ecore_evas_buffer_example_01.c +++ b/src/examples/ecore/ecore_evas_buffer_example_01.c @@ -112,8 +112,8 @@ main(void) return 0; error: - fprintf(stderr, "You got to have at least one Evas engine built" - " and linked up to ecore-evas for this example to run" + fprintf(stderr, "error: Requires at least one Evas engine built" + " and linked to ecore-evas for this example to run" " properly.\n"); ecore_evas_shutdown(); return -1; diff --git a/src/examples/ecore/ecore_evas_buffer_example_02.c b/src/examples/ecore/ecore_evas_buffer_example_02.c index e1e59c462b..7f3b8e44ef 100644 --- a/src/examples/ecore/ecore_evas_buffer_example_02.c +++ b/src/examples/ecore/ecore_evas_buffer_example_02.c @@ -123,8 +123,8 @@ main(void) return 0; error: - fprintf(stderr, "You got to have at least one Evas engine built" - " and linked up to ecore-evas for this example to run" + fprintf(stderr, "error: Requires at least one Evas engine built" + " and linked to ecore-evas for this example to run" " properly.\n"); ecore_evas_shutdown(); return -1; diff --git a/src/examples/ecore/ecore_evas_window_sizes_example.c b/src/examples/ecore/ecore_evas_window_sizes_example.c index 865f423672..356c0e9e3f 100644 --- a/src/examples/ecore/ecore_evas_window_sizes_example.c +++ b/src/examples/ecore/ecore_evas_window_sizes_example.c @@ -204,8 +204,8 @@ main(void) return 0; error: - fprintf(stderr, "You got to have at least one Evas engine built" - " and linked up to ecore-evas for this example to run" + fprintf(stderr, "error: Requires at least one Evas engine built" + " and linked to ecore-evas for this example to run" " properly.\n"); ecore_evas_shutdown(); return -1; diff --git a/src/examples/emotion/emotion_basic_example.c b/src/examples/emotion/emotion_basic_example.c index 8698ff2551..0badc5a34a 100644 --- a/src/examples/emotion/emotion_basic_example.c +++ b/src/examples/emotion/emotion_basic_example.c @@ -80,8 +80,8 @@ main(int argc, const char *argv[]) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; diff --git a/src/examples/emotion/emotion_border_example.c b/src/examples/emotion/emotion_border_example.c index 65bdd98060..12e489b046 100644 --- a/src/examples/emotion/emotion_border_example.c +++ b/src/examples/emotion/emotion_border_example.c @@ -234,8 +234,8 @@ main(int argc, const char *argv[]) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); EINA_LIST_FREE(filenames, curfile) eina_stringshare_del(eina_list_data_get(curfile)); diff --git a/src/examples/emotion/emotion_generic_example.c b/src/examples/emotion/emotion_generic_example.c index f766e44afa..25e39948d5 100644 --- a/src/examples/emotion/emotion_generic_example.c +++ b/src/examples/emotion/emotion_generic_example.c @@ -221,8 +221,8 @@ main(int argc, const char *argv[]) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); EINA_LIST_FREE(filenames, curfile) eina_stringshare_del(eina_list_data_get(curfile)); diff --git a/src/examples/emotion/emotion_generic_subtitle_example.c b/src/examples/emotion/emotion_generic_subtitle_example.c index de396b3e20..d25fabb09f 100644 --- a/src/examples/emotion/emotion_generic_subtitle_example.c +++ b/src/examples/emotion/emotion_generic_subtitle_example.c @@ -95,8 +95,8 @@ main(int argc, const char *argv[]) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; diff --git a/src/examples/evas/evas-aspect-hints.c b/src/examples/evas/evas-aspect-hints.c index fc3cfd7bc2..887457a8dd 100644 --- a/src/examples/evas/evas-aspect-hints.c +++ b/src/examples/evas/evas-aspect-hints.c @@ -240,8 +240,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); panic: ecore_evas_free(d.ee); ecore_evas_shutdown(); diff --git a/src/examples/evas/evas-box.c b/src/examples/evas/evas-box.c index 314fe5f510..82d5483924 100644 --- a/src/examples/evas/evas-box.c +++ b/src/examples/evas/evas-box.c @@ -379,8 +379,8 @@ error: return -1; panic: - fprintf(stderr, "You got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); return -2; } diff --git a/src/examples/evas/evas-events.c b/src/examples/evas/evas-events.c index a76051ce0b..4f76845e60 100644 --- a/src/examples/evas/evas-events.c +++ b/src/examples/evas/evas-events.c @@ -401,8 +401,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); panic: ecore_evas_shutdown(); return -1; diff --git a/src/examples/evas/evas-hints.c b/src/examples/evas/evas-hints.c index 2fd806a274..b8dbd1643d 100644 --- a/src/examples/evas/evas-hints.c +++ b/src/examples/evas/evas-hints.c @@ -374,7 +374,7 @@ main(void) return 0; error: - fprintf(stderr, "You got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); return -1; } diff --git a/src/examples/evas/evas-images.c b/src/examples/evas/evas-images.c index 61501c2bb6..22d09738bb 100644 --- a/src/examples/evas/evas-images.c +++ b/src/examples/evas/evas-images.c @@ -341,8 +341,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-images2.c b/src/examples/evas/evas-images2.c index 3aa24acba8..74ac3f0e8d 100644 --- a/src/examples/evas/evas-images2.c +++ b/src/examples/evas/evas-images2.c @@ -311,8 +311,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-images3.c b/src/examples/evas/evas-images3.c index 5730acd2c0..23feaf5415 100644 --- a/src/examples/evas/evas-images3.c +++ b/src/examples/evas/evas-images3.c @@ -182,8 +182,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-images4.c b/src/examples/evas/evas-images4.c index 63dcad98ce..457c25df63 100644 --- a/src/examples/evas/evas-images4.c +++ b/src/examples/evas/evas-images4.c @@ -172,8 +172,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-images5.c b/src/examples/evas/evas-images5.c index 82b5fa2863..951b5b4237 100644 --- a/src/examples/evas/evas-images5.c +++ b/src/examples/evas/evas-images5.c @@ -190,8 +190,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-map-aa-eo.c b/src/examples/evas/evas-map-aa-eo.c index 818ebc6a18..5a68393c75 100644 --- a/src/examples/evas/evas-map-aa-eo.c +++ b/src/examples/evas/evas-map-aa-eo.c @@ -342,7 +342,7 @@ main(void) return 0; panic: - fprintf(stderr, "You got to have at least one evas engine built and linked" + fprintf(stderr, "error: Requires at least one Evas engine built and linked" " up to ecore-evas for this example to run properly.\n"); return -2; } diff --git a/src/examples/evas/evas-map-aa.c b/src/examples/evas/evas-map-aa.c index 634932fff5..c4fc7125fd 100644 --- a/src/examples/evas/evas-map-aa.c +++ b/src/examples/evas/evas-map-aa.c @@ -348,7 +348,7 @@ main(void) return 0; panic: - fprintf(stderr, "You got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); return -2; } diff --git a/src/examples/evas/evas-map-utils-eo.c b/src/examples/evas/evas-map-utils-eo.c index 6ce5fc073d..36912eb71c 100644 --- a/src/examples/evas/evas-map-utils-eo.c +++ b/src/examples/evas/evas-map-utils-eo.c @@ -306,8 +306,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-map-utils.c b/src/examples/evas/evas-map-utils.c index 746f8d5eac..a8d01cda1a 100644 --- a/src/examples/evas/evas-map-utils.c +++ b/src/examples/evas/evas-map-utils.c @@ -322,8 +322,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-multi-touch.c b/src/examples/evas/evas-multi-touch.c index 22b907e04a..5c3fb67105 100644 --- a/src/examples/evas/evas-multi-touch.c +++ b/src/examples/evas/evas-multi-touch.c @@ -339,8 +339,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-object-manipulation-eo.c b/src/examples/evas/evas-object-manipulation-eo.c index 4f233c2831..40bf266912 100644 --- a/src/examples/evas/evas-object-manipulation-eo.c +++ b/src/examples/evas/evas-object-manipulation-eo.c @@ -247,8 +247,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); panic: ecore_evas_free(d.ee); ecore_evas_shutdown(); diff --git a/src/examples/evas/evas-object-manipulation.c b/src/examples/evas/evas-object-manipulation.c index e5be8c0aaf..2ddf958f6b 100644 --- a/src/examples/evas/evas-object-manipulation.c +++ b/src/examples/evas/evas-object-manipulation.c @@ -249,8 +249,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); panic: ecore_evas_free(d.ee); ecore_evas_shutdown(); diff --git a/src/examples/evas/evas-smart-interface.c b/src/examples/evas/evas-smart-interface.c index 70002fa1e7..2d42952598 100644 --- a/src/examples/evas/evas-smart-interface.c +++ b/src/examples/evas/evas-smart-interface.c @@ -779,8 +779,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-smart-object.c b/src/examples/evas/evas-smart-object.c index a5b01b11cb..c0988e5029 100644 --- a/src/examples/evas/evas-smart-object.c +++ b/src/examples/evas/evas-smart-object.c @@ -723,8 +723,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-stacking.c b/src/examples/evas/evas-stacking.c index 321c6115ed..c471790153 100644 --- a/src/examples/evas/evas-stacking.c +++ b/src/examples/evas/evas-stacking.c @@ -326,7 +326,7 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); return -1; } diff --git a/src/examples/evas/evas-table.c b/src/examples/evas/evas-table.c index f08c5e8834..b1727d3f43 100644 --- a/src/examples/evas/evas-table.c +++ b/src/examples/evas/evas-table.c @@ -110,8 +110,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-text.c b/src/examples/evas/evas-text.c index 46ed958359..68fc106d11 100644 --- a/src/examples/evas/evas-text.c +++ b/src/examples/evas/evas-text.c @@ -399,8 +399,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-textblock-obstacles.c b/src/examples/evas/evas-textblock-obstacles.c index 9d6e4bf69f..f2ec2333a9 100644 --- a/src/examples/evas/evas-textblock-obstacles.c +++ b/src/examples/evas/evas-textblock-obstacles.c @@ -307,8 +307,8 @@ main(void) return 0; error: - fprintf(stderr, "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ecore_evas_shutdown(); return -1; } diff --git a/src/examples/evas/evas-transparent.c b/src/examples/evas/evas-transparent.c index 9ec3eca6bb..92c96535cf 100644 --- a/src/examples/evas/evas-transparent.c +++ b/src/examples/evas/evas-transparent.c @@ -174,7 +174,7 @@ main(void) return 0; panic: - fprintf(stderr, "You got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + fprintf(stderr, "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); return -2; } diff --git a/src/examples/evas/evas_cxx_rectangle.cc b/src/examples/evas/evas_cxx_rectangle.cc index 9054164b8a..464bed96aa 100644 --- a/src/examples/evas/evas_cxx_rectangle.cc +++ b/src/examples/evas/evas_cxx_rectangle.cc @@ -32,8 +32,8 @@ int main() if (!ee) { fprintf(stderr, - "you got to have at least one evas engine built and linked" - " up to ecore-evas for this example to run properly.\n"); + "error: Requires at least one Evas engine built and linked" + " to ecore-evas for this example to run properly.\n"); ::ecore_evas_free(ee); return -1; }