G
ghostravenstorm
Guest
I've been beating my head over why headers go missing when the remote linux machine compiles.
I have a solution with a library proejct and an executable project. The executable depends on the library, so it's added as a reference to the executable. The headers from the library get included just fine when everything is within their respective project directories, but the gnu compilier on teh linux machine complains about missing headers when they're added to the library from outside the project directory. I have no idea why.
Continue reading...
I have a solution with a library proejct and an executable project. The executable depends on the library, so it's added as a reference to the executable. The headers from the library get included just fine when everything is within their respective project directories, but the gnu compilier on teh linux machine complains about missing headers when they're added to the library from outside the project directory. I have no idea why.
Continue reading...