Displaying 12 results from an estimated 12 matches for "main_".
Did you mean:
main
2014 Sep 23
1
Re: [PATCH 01/13] syntax-check: dirty hack to pass bindtextdomain check
...4
> --- a/p2v/gui.c
> +++ b/p2v/gui.c
> @@ -69,7 +69,7 @@ static GtkWidget *run_dlg,
> *cancel_button;
>
> /* The entry point from the main program.
> - * Note that gtk_init etc have already been called in main().
> + * Note that gtk_init etc have already been called in main_().
> */
> void
> gui_application (struct config *config)
Maybe it would be better to just remove () from the commit; after all,
earlier in that comment gtk_init has no () either.
--
Pino Toscano
2016 Dec 06
1
Join QNAP to a Samba AD
I've upgraded in the classic way described in the wiki
https://wiki.samba.org/index.php/Migrating_a_Samba_NT4_domain_to_a_Samba_AD_do
main_(classic_upgrade)
I don't have any unix users between 99 and 65534 so i think can set the range
to start from 500.
However, this still won't work :(
On Dec 6 2016, at 10:01 am, Rowland Penny via samba <samba at lists.samba.org>
wrote:
> On T...
2005 May 27
0
Error Messages at NetBSD domain halt and shutdown
...(most recent call last):
File "/usr/pkg/sbin/xm", line 9, in ?
main.main(sys.argv)
File "/usr/pkg/lib/python2.3/site-packages/xen/xm/main.py", line 808, in
main
$ xm.main(args)
File "/usr/pkg/lib/python2.3/site-packages/xen/xm/main.py", line 106, in
main
self.main_call(args)
File "/usr/pkg/lib/python2.3/site-packages/xen/xm/main.py", line 124, in
main_
call
p.main(args[1:])
File "/usr/pkg/lib/python2.3/site-packages/xen/xm/main.py", line 259, in
main
create.main(args)
File "/usr/pkg/lib/python2.3/site-packages/xen/xm/create.py&q...
2014 Sep 23
0
[PATCH 01/13] syntax-check: dirty hack to pass bindtextdomain check
.../p2v/gui.c
index a50307d..2df5017 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -69,7 +69,7 @@ static GtkWidget *run_dlg,
*cancel_button;
/* The entry point from the main program.
- * Note that gtk_init etc have already been called in main().
+ * Note that gtk_init etc have already been called in main_().
*/
void
gui_application (struct config *config)
--
1.9.3
2014 Sep 01
2
[LLVMdev] Problem linking and JITing code through C++-API
...stab.compiler;
tgt::scope _ = module_stab.module_ir;
tgt::extern_(
tgt::types::int_(32)(), "main", {}
, [&]{
// Construct the root expression (just the "main" symbol).
tgt::value root_p = compiler.node_alloc();
sprite::curry::Qname const main_{topmodule, "main"};
root_p = construct(compiler, root_p, {main_, {}});
// Evaluate and then print the root expression.
compiler.rt.normalize(root_p);
compiler.rt.printexpr(root_p, "\n");
tgt::return_(0);
}
);
// module_stab....
2014 Sep 02
2
[LLVMdev] Problem linking and JITing code through C++-API
...tgt::extern_(
>
> tgt::types::int_(32)(), "main", {}
>
> , [&]{
>
> // Construct the root expression (just the "main" symbol).
>
> tgt::value root_p = compiler.node_alloc();
>
> sprite::curry::Qname const main_{topmodule, "main"};
>
> root_p = construct(compiler, root_p, {main_, {}});
>
> // Evaluate and then print the root expression.
>
> compiler.rt.normalize(root_p);
>
> compiler.rt.printexpr(root_p, "\n");
>
>...
2001 Jun 19
3
RJava lib error
...Error in dyn.load(x, as.logical(local),
as.logical(now)) :
unable to load shared library
"/usr/lib/R/library/ctest/libs/ctest.so":
ld.so.1:
/usr/java1.2/bin/../jre/bin/../bin/sparc/native_threads/java:
fatal: relocation error: file
/usr/lib/R/library/ctest/libs/ctest.so: symbol MAIN__:
referenced symbol not found
[omegahat->R]
SIGSEGV 11* segmentation violation
I''ve been trying to figure this problem out for a
while, but I haven''t had any luck yet. This occurs
for any R-Java program I run.. i install it onto two
different machines and they both yield...
2014 Sep 08
2
[LLVMdev] Problem linking and JITing code through C++-API
...pes::int_(32)(), "main", {}
> >
> > , [&]{
> >
> > // Construct the root expression (just the "main" symbol).
> >
> > tgt::value root_p = compiler.node_alloc();
> >
> > sprite::curry::Qname const main_{topmodule, "main"};
> >
> > root_p = construct(compiler, root_p, {main_, {}});
> >
> > // Evaluate and then print the root expression.
> >
> > compiler.rt.normalize(root_p);
> >
> > compiler.rt.printexpr(r...
2016 Dec 06
2
Join QNAP to a Samba AD
...e an error.
>
>
>
> Exemple :
>
>
>
> [/etc/config] # wbinfo -n begr00
> S-1-5-21-xxxxxx-xxxxxx-xxxxxx-3232 SID_USER (1)
>
>
>
> [/etc/config] # wbinfo -S S-1-5-21-xxxxxx-xxxxxx-xxxxxx-3232
> failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
> Could not convert sid S-1-5-21-xxxxxx-xxxxxx-xxxxxx-3232 to uid
>
>
>
> the winbind log, nothing really interesting
>
>
>
> [2016/12/05 16:04:30.745570, 0]
> ../source3/winbindd/winbindd.c:204(winbindd_sig_term_handler)
> Got sig[15]...
2005 Mar 17
3
Compiling "R Embedded" examples
...../../bin/R CMD LINK gcc -o Rtest Rtest.o embeddedRCall.o -L/home/laurent/R-clean/lib -lR
mkdir .libs
gcc -o Rtest Rtest.o embeddedRCall.o -L/home/laurent/R-clean/lib -lR -R/home/laurent/R-clean/lib/R/lib
Undefined first referenced
symbol in file
MAIN__ /home/laurent/R-clean/lib/libR.so
ld: fatal: Symbol referencing errors. No output written to Rtest
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `Rtest'
-----------------------
I have installed R from source usin...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...H 1
| #define HAVE_POSIX_SETJMP 1
| #define RETSIGTYPE void
| #define SOCKLEN_T socklen_t
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define INT_32_BITS 1
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| /* end confdefs.h. */
| #define F77_DUMMY_MAIN MAIN__
| #ifdef F77_DUMMY_MAIN
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15027: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lreadline -ldl -lncurses -...
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich,
This series includes patches to make `make syntax-check` pass.
Some of the fix require change to maint.mk, but the file is not in git
repo. Is it intended?
Thanks!
Hu Tao (13):
syntax-check: dirty hack to pass bindtextdomain check
syntax-check: fix error_message_period check
syntax-check: fix makefile_at_at_check
syntax-check: fix prohibit_assert_without_use check