-
Notifications
You must be signed in to change notification settings - Fork 91
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
Libtoolize error #15
Comments
Hi
I don't really use Windows. Someone contributed the Docker for Windows
instructions. Are you using the CppUTest that is in the repo as a
submodule?
Ideas
* You might try creating the m4/ directory under cpputest/
* You might try a different gcc version.
* You might drop that submodule and get the latest from CppUTest.
Are you using windows 10?
The cpputest google group could probably help you more with this. Once
you are past cpputest build problems I could help with the tddec-code.
I should probably get a windows VM going.
Let me know what happens next.
James
…On 5 May 2020, at 11:39, jtthewoodworker wrote:
Not sure where to post this, but found this spot. I can move it
somewhere else if you like.
I have cloned the tddec-code into c:\TDD\tddec-code on Windows 10.
Started the build and received this error.
Any suggestions?
![image](https://user-images.githubusercontent.com/11669289/81085229-8be11000-8ebc-11ea-955a-9f52d895071c.png)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#15
|
A quick search found this: https://pete.akeo.ie/2010/12/that-darn-libtoolize-acconfigmacrodirm4.html Good ole line endings issues. Haven't figured out how to resolve yet, but working on it. Ideally, I think there would be a .gitattributes file in the repo that would force line endings for files that require it. |
For reference, these were the offending files in regard to line endings when running with a Windows host:
A quick graphical way to fix this is to open the files in Visual Studio Code, then change the line endings for each by clicking the CLRF indicator in the bottom status bar. This opens a prompt that allows you to choose LF instead. Then just save the file. Another issue I ran into was the inclusion of changes in the CppUTest submodule in the repo - this is resolved by fixing the incorrect indent of |
Not sure where to post this, but found this spot. I can move it somewhere else if you like.
I have cloned the tddec-code into c:\TDD\tddec-code on Windows 10. Started the build and received this error.
Any suggestions?
The text was updated successfully, but these errors were encountered: