On 16/03/2011 07:46 a.m., Michael Vacek wrote:
> Hello,
>
> we have finally resolved the licensing issue with Altera/Actel STAPL
> Player original source codes.
Great!
> The tab and trailing
> space free patch can be downloaded here
> http://rtime.felk.cvut.cz/~pecam1/stapl_final.patch.gz .
This patch take into account the necesary changes to compile in windows? 
The only ones that I've found are:
>       * In jamport.h, change
> #define PORT UNIX
> for
> #define PORT WINDOWS
>
>       * In jamexprt.h, comment out several includes of unix specific headers:
> //#include<termios.h>
> //#include<dlfcn.h>
> //#include<netdb.h>
> //#include<poll.h>
> //#include<pthread.h>
> //#include<sys/mman.h>
> //#include<sys/socket.h>
> //#include<sys/wait.h>
> //#include<sys/un.h>
> //#include<sys/select.h>
> //#include<sys/ioctl.h>
> //#include<sys/ipc.h>
> //#include<sys/sem.h>
> //#include<sys/shm.h>
> //#include<sys/msg.h>
> //#include<sys/ioctl.h>
> //#include<sys/poll.h>
>
> Seems to me that these includes are not required at all.
and...
> I forget to mention that we need to comment also the line 901 of
> stapl.c, since the variable "windows_nt" are not declared.
>               //windows_nt = !(GetVersion ()&  0x80000000);
Thanks!
Gastón.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to