Building 3.10-1 on freebsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Building 3.10-1 on freebsd

radoslav hodnicak
 

I'm getting this error

In function `sqLocDaylightSavings':
/usr/home/rh/squeak/Squeak-3.10-1/platforms/unix/plugins/LocalePlugin/sqUnixLocale.c:674:
undefined reference to `daylight'

while trying to build the vm on a freebsd7.0/i386, gcc 4.2.1 machine. I
can work easily around it by changing the sqLocDaylightSavings function to
always return zero but it baffles me why such simple construct doesn't
work.

After I install it, squeak won't run because it can't find the display
driver "vm-display-X11.so" - the installed file is named
"libvm-display-X11.0.0". Same for sound driver. Symlinking to proper names
allows Squeak to run

What should I do with me newly acquired wisdom? Report on mantis?

Regards, radoslav