dmedvinsky / gsimplecal

Simple and lightweight GTK calendar (BSD license)
http://dmedvinsky.github.io/gsimplecal
Other
198 stars 19 forks source link

Compilation issue on PC-BSD #11

Closed dmedvinsky closed 12 years ago

dmedvinsky commented 12 years ago

Excerpt from the report by Rick via e-mail:

I'm trying to install gsimplecal-1.2 on pcbsd 9.0 (which essentially is really FreeBSD 9.0). I ended up with a

Unique.cpp:13: error: redefinition of 'union semun'

error, when I tried to run the

./configure ; make ; make install

Here's some more info: http://forums.pcbsd.org/showthread.php?t=15988

dmedvinsky commented 12 years ago

GNU/Linux man page says:

The calling program must define this union as follows:

FreeBSD man page says:

union semun is defined as follows