Main index > Installation problems > adesklets on NetBSD 3.0 [CLOSED]

By Vincent Freeman (User), on Fri May 19 18:17:51 2006: adesklets on NetBSD 3.0 [CLOSED].

Hey Guys,

I'm not able to compile adesklets-0.6.1 on my NetBSD 3.0

Here is my enviroment:

[root@angel: /usr/src/misc/adesklets-0.6.1 ] # gcc -v
Using built-in specs.
Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf
Thread model: posix
gcc version 3.3.3 (NetBSD nb3 20040520)

[root@angel: /usr/src/misc/adesklets-0.6.1 ] # uname -a
NetBSD angel 3.0 NetBSD 3.0 (NetBSD_GENERIC-3.0) #0: Mon May 8 07:45:13 EDT 2006 root@angel:/usr/src/sys/arch/i386/compile/NetBSD_GENERIC-3.0 i386

I'm running NetBSD as a VMWARE guest OS, I have compiled many packages from source o.k.

Enviromental variables of relevance:
export LD_LIBRARY_PATH="/usr/local/lib:/usr/pkg/lib"
export LIBRARY_PATH="/usr/pkg/lib:/usr/local/lib"
export CPPFLAGS="-I/usr/pkg/include"

Error reported by make:
[root@angel: /usr/src/misc/adesklets-0.6.1 ] # make
Making all in src
make all-am
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include -I/usr/X11R6/include -I/usr/pkg/include -g -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-command.o -MD -MP -MF ".deps/adesklets-command.Tpo" -c -o adesklets-command.o `test -f 'command.c' || echo './'`command.c; then mv -f ".deps/adesklets-command.Tpo" ".deps/adesklets-command.Po"; else rm -f ".deps/adesklets-command.Tpo"; exit 1; fi
command.c: In function `dupstr_utf8':
command.c:526: warning: implicit declaration of function `strdup'
command.c:526: warning: assignment makes pointer from integer without a cast
command.c:532: warning: passing arg 2 of `iconv' from incompatible pointer type
command.c:541: warning: assignment makes pointer from integer without a cast
command.c: In function `command_gate_chronometer':
command.c:590: warning: implicit declaration of function `gettimeofday'
command.c: In function `command_replayer':
command.c:878: warning: assignment makes pointer from integer without a cast
command.c: In function `command_interpreter':
command.c:923: error: `fd_set' undeclared (first use in this function)
command.c:923: error: (Each undeclared identifier is reported only once
command.c:923: error: for each function it appears in.)
command.c:923: error: parse error before "fds"
command.c:927: warning: implicit declaration of function `FD_ZERO'
command.c:927: error: `fds' undeclared (first use in this function)
command.c:928: warning: implicit declaration of function `FD_SET'
command.c:931: warning: implicit declaration of function `select'
command.c:931: error: `FD_SETSIZE' undeclared (first use in this function)
command.c:932: warning: implicit declaration of function `FD_ISSET'
*** Error code 1

Stop.
make: stopped in /usr/src/misc/adesklets-0.6.1/src
*** Error code 1

Stop.
make: stopped in /usr/src/misc/adesklets-0.6.1/src
*** Error code 1

Stop.
make: stopped in /usr/src/misc/adesklets-0.6.1

By syfou (Core Developer & Desklet Author), on Fri May 19 21:08:24 2006.

Hi Vincent,

sorry I trimmed down your message (I rarely do this), but this added more than 100 KB to the database.

As stated in the doc, NetBSD 3.0 is not supported right now; it is not that it wouldn't be possible, just that I don't have access to any system I could use to port, then maintain adesklets on. This said, I do have an email sitting in my archives from forum user nemesis who got it running, manually tweaking many things; just drop me a line (syfou@users.sourceforge.net) if you are interested. Yours,

By Vincent Freeman (User), on Fri May 19 22:33:08 2006.

Thank you for such prompt reply!

Quote:

As stated in the doc, NetBSD 3.0 is not supported right now; it is not that it wouldn't be possible, just that I don't have access to any system I could use to port, then maintain adesklets on.


How about using VMWare and creating a virtual installation?

If you don't have a license for the full product, I would be more than happy to send you a fresh NetBSD virtual image and using the VMPlayer you could power up and hack at it.

I love NetBSD and adesklets is just one of those 'I gota havit' kinda apps. :)

Thanks again.

Cheers,

Vince


adesklets is proud to be hosted on:

SourceForge.net Logo

Back to adesklets.sf.net.