-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling with cygwin #36
Comments
Dear Stuart, How are you? I am not bad, even if I am blocked on the cygwin problem since There is also a draft of a paper in aspis/doc, where I included you as Kind regards, Alberto On 21/10/15 10:57, Stuart Ansell wrote: As pointed out on the previous issue #35 I don't have immediate access to a cygwin account. I will try. But the CMake.pl only writes a CMakeList.txt file. There are two possiblities (a) If you have an error log -- can you post it? The final solution should be to update CMakeList.pm so that the — $ ./CMake.pl -s -gcc=gcc -g++=g++ cmake ./ $ make |
Hi Alberto, Ok let me start with that I was very surprised to run your little app First off let us look at your little problem -- you are compiling with Next I have to have a look at the code in cl -- there is a HUGE amount of Next there is the issue of philosophy -- the way that I assume that tallies However, you have a working application -- that is is a big step!! The Second add small descriptions to variables e.g. writeSinbad.h I would put Next please drop using boost/shared_ptr. and boost/bind. shared_ptr has Then have a look at repeated code. -- that should always be fixed .
p.s. Next I will have a look at the paper. On 14 November 2015 at 15:31, milocco [email protected] wrote:
|
As pointed out on the previous issue #35. CombLayer now doesn't compile with cygwin.
I don't have immediate access to a cygwin account. I will try. But the following may help:
CMake.pl only writes a CMakeList.txt file. There are two possiblities (a) that it can't compile stuff. If that is the case then you have to check the compiler option [that is likely to be set(CMAKE_CXX_COMPILER) in the CMakeList.txt. (b) it is libraries: That is more likely and some figuring out will be needed.
If you have an error log -- can you post it?
The final solution should be to update CMakeList.pm so that the CMakeList.txt deals with both types of system. But the first part of that solution is to find a CMakeList.txt that works for cygwin before making CMake.pl produce it.
The text was updated successfully, but these errors were encountered: