xlog-discussion
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xlog-discussion] Happy new year - xlog 0.8 release candidate 1


From: Joop Stakenborg
Subject: Re: [Xlog-discussion] Happy new year - xlog 0.8 release candidate 1
Date: 08 Jan 2003 23:07:16 +0100

Op wo 08-01-2003, om 21:55 schreef Patrick Gardella:
> Joop,
> 
> One change I had to make to make it compile on FreeBSD was to move the 
> sys/ipc.h header down below
> the FreeBSD section.
> 

Thanks patrick, I will change it.
Will upload release candidate 2 this weekend.

> --- src/callbacks_qsoframe.c.orig       Wed Jan  8 15:38:46 2003
> +++ src/callbacks_qsoframe.c    Wed Jan  8 15:39:00 2003
> @@ -25,11 +25,11 @@
>  #include <time.h>
>  #include <math.h>
>  #include <ctype.h>
> -#include <sys/ipc.h>
>  #ifdef __FreeBSD__
>    #include <machine/param.h>
>    #include <sys/types.h>
>  #endif
> +#include <sys/ipc.h>
>  #include <sys/shm.h>
>  #include <errno.h>
>  #include <string.h>
> 
> 
> Also, I get this error when it starts up:
> ** WARNING **: Widget not found: modentry
> 
> Gtk-CRITICAL **: file gtkwidget.c: line 1510 (gtk_widget_hide): assertion 
> `widget != NULL' failed.
> 

Yes, modentry should be modeentry. I forgot to check compilation without
hamlib support.

> Not sure if that's in this code or in GTK.
> 
> Patrick
> 

Thanks for the report.

Regards,
Joop





reply via email to

[Prev in Thread] Current Thread [Next in Thread]