printf question

Stephen Brown stephengrantbrown at mcmedia.com.au
Sun Mar 20 22:15:29 EDT 2011


----- Original Message ----- 
From: "Stephen Brown" <stephengrantbrown at mcmedia.com.au>
To: "GNUCash Devel" <gnucash-devel at gnucash.org>
Sent: Monday, March 21, 2011 11:17 AM
Subject: printf question


> Hi All,
> Under Microsoft Vista when I modify gnucash-bin.c as follows
> ---------------------------------------------------------------------
> int
> main(int argc, char ** argv)
> {
>  printf ( "%s $d" , __FILE__ , __LINE__ ) ;
Sorry, made a typo error, changed it to
  printf ( "%s %d" , __FILE__ , __LINE__ ) ;
> #if !defined(G_THREADS_ENABLED) || defined(G_THREADS_IMPL_NONE)
> #    error "No GLib thread implementation available!"
> #endif
>    g_thread_init(NULL);
> --------------------------------------------------------------------------
> run install.sh, open a Microsoft Vista Command prompt, and then
> -----------------------------------------------------------------------------------
> P:\soft\gnucash\inst\bin>gnucash-launcher.cmd
>
> P:\soft\gnucash\inst\bin>
> ----------------------------------------------------------------------------------
The above output is still the same.
> Where does the output of the printf statement go?
>
> Yours Sincerely Stephen Grant Brown
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>




More information about the gnucash-devel mailing list