[fpc-pascal] FPC & fpGUI runs happily under OpenSolaris 2010.03

Graeme Geldenhuys graemeg.lists at gmail.com
Fri Jul 29 12:59:34 CEST 2011


On 29 July 2011 10:01, Martin Schreiber wrote:
>> @Martin Schreiber
>> Just curious. Have you tried to compile MSEide on platforms other than
>> Linux or Windows?
>>
> No.

I just tried under OpenSolaris. There was some compiler errors.
Basically some {IFDEF Linux} I had to change to {IFDEF unix} when
appropriate. It then managed to compile MSEide, but the linking failed
due to the usage of iconv. I then tried to manually install GNU
libiconv but that didn't work either. Lots of 'undefined symbol'
errors.  I tried to remove code referencing iconv or cwstring units,
but that did not solve anything, just brought on more problems. That's
when I called it a day.   Back to work I go. :)


-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net



More information about the fpc-pascal mailing list