> -I/usr/include/X11 is incorrect, regardless of case (in)sensitivity.
> X11 headers are namespaced, meaning that you should e.g. #include
> instead of . If your code doesn't do that, then
> you need to fix it.
Ah you are right !
All my includes are already in the form so the
-I/usr/include/
On 2017-12-04 17:14, Laurent Tassan-Got wrote:
> Just consider the simple C program tstl.c
[snip]
> The compilation with the command
> gcc -Wall -O2 -o tstl.exe tstl.c
> is successful and the execution as well.
>
> Now the compilation with:
> gcc -Wall -O2 -o tstl.exe -I /usr/include/X11
2 matches
Mail list logo