search for: gdir

Displaying 10 results from an estimated 10 matches for "gdir".

Did you mean: dir
2017 Jun 08
3
Paths in knitr
Hi All, I have to compile a report for the management and decided to use RMarkdown and knitr. I compiled all needed plots (using separate R scripts) before compiling the report, thus all plots reside in my graphics directory. The RMarkdown report needs to access these files. I have defined ```{r setup, include = FALSE} knitr::opts_knit$set( echo = FALSE, xtable.type = "html",
2007 Feb 06
0
Branch 'interpreter' - 15 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_image.c libswfdec/swfdec_sprite_movie.c
...= 0; + GList *failed_tests = NULL; swfdec_init (); @@ -253,7 +253,7 @@ main (int argc, char **argv) int i; for (i = 1; i < argc; i++) { if (!run_test (argv[i])) - failed_tests++; + failed_tests = g_list_prepend (failed_tests, g_strdup (argv[i]));; } } else { GDir *dir; @@ -263,16 +263,24 @@ main (int argc, char **argv) if (!g_str_has_suffix (file, ".swf")) continue; if (!run_test (file)) - failed_tests++; + failed_tests = g_list_prepend (failed_tests, g_strdup (file)); } g_dir_close (dir); } if (failed_tests) { -...
2006 Jun 12
1
Ruuid had non-zero exit status (PR#8965)
.../usr/local/include/glib-2.0/glib/gdate.h:232: warning: data definition has no type or storage cl ass In file included from /usr/local/include/glib-2.0/glib.h:40, from uuidP.h:33, from Ruuid.h:5, from Rinit.c:1: /usr/local/include/glib-2.0/glib/gdir.h:28: error: parse error before "G_BEGIN_DECLS" /usr/local/include/glib-2.0/glib/gdir.h:30: error: syntax error before "typedef" /usr/local/include/glib-2.0/glib/gdir.h:41: error: syntax error before "gchar" In file included from /usr/local/include/glib-2.0/glib.h:4...
2004 Nov 23
0
Error: Too many ACE entries for file xxx.txt to convert to posix perms.
...s390 VM: Linux version 2.6.5-7.111-s390 (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux) Here are the options I used to compile Samba: ./configure --prefix=/usr --with-ads --with-winbind --with-pam-winbind --with-pa m --with-quotas --with-smbmount --with-acl-support --with-automount --with-confi gdir=/etc/samba --with-krb5=/usr/lib --with-libsmbclient --with-msdfs --with-pam _smbpass --with-smbwrapper Here are the errors I'm receiving in log.smbd: [2004/11/23 15:19:53, 3] smbd/dosmode.c:unix_mode(111) unix_mode(New Text Document.txt) returning 0766 [2004/11/23 15:19:53, 3] smbd/posix_ac...
2007 Feb 06
0
21 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c
...= 0; + GList *failed_tests = NULL; swfdec_init (); @@ -253,7 +253,7 @@ main (int argc, char **argv) int i; for (i = 1; i < argc; i++) { if (!run_test (argv[i])) - failed_tests++; + failed_tests = g_list_prepend (failed_tests, g_strdup (argv[i]));; } } else { GDir *dir; @@ -263,16 +263,24 @@ main (int argc, char **argv) if (!g_str_has_suffix (file, ".swf")) continue; if (!run_test (file)) - failed_tests++; + failed_tests = g_list_prepend (failed_tests, g_strdup (file)); } g_dir_close (dir); } if (failed_tests) { -...
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
...(" ERROR: %s wasn't found\n", name); data->success = FALSE; @@ -173,7 +176,7 @@ run_test (const char *filename) SwfdecPlayer *player = NULL; guint i, msecs; GError *error = NULL; - char *dirname, *basename, *file; + char *dirname, *basename; const char *name; GDir *dir; GList *walk; @@ -193,8 +196,7 @@ run_test (const char *filename) continue; if (!g_str_has_suffix (name, ".raw")) continue; - file = g_build_filename (dirname, name, NULL); - data.files = g_list_prepend (data.files, file); + data.files = g_list_prepend...
2008 Jan 08
0
4 commits - test/.gitignore test/image test/Makefile.am test/swfdec_test_function.c test/swfdec_test_image.c test/swfdec_test_image.h test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...FALSE; -} - -int -main (int argc, char **argv) -{ - GList *failed_tests = NULL; - - swfdec_init (); - - if (argc > 1) { - int i; - for (i = 1; i < argc; i++) { - if (!run_test (argv[i])) - failed_tests = g_list_prepend (failed_tests, g_strdup (argv[i])); - } - } else { - GDir *dir; - char *name; - const char *path, *file; - /* automake defines this */ - path = g_getenv ("srcdir"); - if (path == NULL) - path = "."; - dir = g_dir_open (path, 0, NULL); - while ((file = g_dir_read_name (dir))) { - if (!g_str_has_suffix (fil...
2008 Jan 08
0
4 commits - configure.ac test/compiler.c test/.gitignore test/Makefile.am test/swfdec_test.c test/swfdec_test_function.c test/swfdec_test_function.h test/swfdec_test_global.c test/swfdec_test_initialize.as test/swfdec_test_initialize.h
...g_print ("ERROR: Not enough memory"); return EXIT_FAILURE; } - for (i = 1; i < argc; i++) { - SWFDEC_AS_VALUE_SET_STRING (&val, swfdec_as_context_get_string (context, argv[i])); - swfdec_as_array_push (SWFDEC_AS_ARRAY (array), &val); + if (argc < 2) { + GDir *dir; + const char *file; + dir = g_dir_open (".", 0, NULL); + while ((file = g_dir_read_name (dir))) { + if (!g_str_has_suffix (file, ".swf")) + continue; + SWFDEC_AS_VALUE_SET_STRING (&val, swfdec_as_context_get_string (context, file)); + swfdec_as_...
2007 Jul 02
0
Branch 'as' - 24 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...t all tests into the tests list */ if (argc > 1) { int i; for (i = 1; i < argc; i++) { - if (!run_test (argv[i])) - failed_tests = g_list_prepend (failed_tests, g_strdup (argv[i]));; + tests = g_list_append (tests, test_new (g_strdup (argv[i]))); } } else { GDir *dir; @@ -178,28 +210,38 @@ main (int argc, char **argv) if (!g_str_has_suffix (file, ".swf")) continue; name = g_build_filename (path, file, NULL); - if (!run_test (name)) { - failed_tests = g_list_prepend (failed_tests, name); - } else { - g_free (name); -...
2008 Jan 08
0
9 commits - configure.ac test/custom test/Makefile.am test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...uot;2", FALSE); - swfdec_init (); - failed_tests = g_string_new (""); - - /* collect all tests into the tests list */ - if (argc > 1) { - int i; - for (i = 1; i < argc; i++) { - tests = g_list_append (tests, test_new (g_strdup (argv[i]))); - } - } else { - GDir *dir; - char *name; - const char *path, *file; - /* automake defines this */ - path = g_getenv ("srcdir"); - if (path == NULL) - path = "."; - dir = g_dir_open (path, 0, NULL); - while ((file = g_dir_read_name (dir))) { - if (!g_str_has_suffix (fil...