bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

commoncpp does not compile out of the box


From: Adib Taraben
Subject: commoncpp does not compile out of the box
Date: Tue, 23 Mar 2004 10:13:39 +0100
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

Hello,

I found a new release in the sourceforge repository :-)

Unfortunaltely it does not compile out of the box for win32:
1. spelling in serial.cpp
void TTYStream::interactive(bool iflag)
{
#ifdef  WIN32
        if(dev == INVALID_FILE_HANDLE)
#else
        if(dev < 0)
#endif

INVALID_FILE_HANDLE must rename to INVALID_HANDLE_VALUE

2. the makefiles requires a win32 subdirectory, which was renamed to w32 early this year. I would suggest to go back to the old directory name, which was win32. This would be the minimal impact. Otherwise we have to change all the makefiles and projectfiles in the repository.


HTH so far,

Adib.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]