Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: vs2019 + v71 + v80 Pin
Richard MacCutchan21-Jul-20 3:29
mveRichard MacCutchan21-Jul-20 3:29 
GeneralRe: vs2019 + v71 + v80 Pin
hmd-omani21-Jul-20 3:56
hmd-omani21-Jul-20 3:56 
GeneralRe: vs2019 + v71 + v80 Pin
Richard MacCutchan21-Jul-20 3:59
mveRichard MacCutchan21-Jul-20 3:59 
GeneralRe: vs2019 + v71 + v80 Pin
hmd-omani21-Jul-20 9:58
hmd-omani21-Jul-20 9:58 
GeneralRe: vs2019 + v71 + v80 Pin
Richard MacCutchan21-Jul-20 10:11
mveRichard MacCutchan21-Jul-20 10:11 
GeneralRe: vs2019 + v71 + v80 Pin
hmd-omani22-Jul-20 1:34
hmd-omani22-Jul-20 1:34 
GeneralRe: vs2019 + v71 + v80 Pin
Richard MacCutchan22-Jul-20 1:43
mveRichard MacCutchan22-Jul-20 1:43 
GeneralRe: vs2019 + v71 + v80 Pin
Mircea Neacsu21-Jul-20 23:06
Mircea Neacsu21-Jul-20 23:06 
GeneralRe: vs2019 + v71 + v80 Pin
hmd-omani22-Jul-20 0:44
hmd-omani22-Jul-20 0:44 
AnswerRe: vs2019 + v71 + v80 Pin
Mircea Neacsu22-Jul-20 2:31
Mircea Neacsu22-Jul-20 2:31 
QuestionSOLVED compiler "unresolved inclusion" is not an error ? Pin
Vaclav_18-Jul-20 6:30
Vaclav_18-Jul-20 6:30 
AnswerRe: compiler "unresolved inclusion" is not an error ? Pin
k505418-Jul-20 7:44
mvek505418-Jul-20 7:44 
GeneralRe: compiler "unresolved inclusion" is not an error ? Pin
Vaclav_18-Jul-20 7:55
Vaclav_18-Jul-20 7:55 
GeneralPutting pkg-config as options generates this error Pin
Vaclav_18-Jul-20 16:39
Vaclav_18-Jul-20 16:39 
GeneralRe: Putting pkg-config as options generates this error Pin
leon de boer21-Jul-20 19:22
leon de boer21-Jul-20 19:22 
GeneralRe: compiler "unresolved inclusion" is not an error ? Pin
Richard MacCutchan18-Jul-20 22:06
mveRichard MacCutchan18-Jul-20 22:06 
Question[SOLVED CLOSED] See addendum GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_16-Jul-20 14:30
Vaclav_16-Jul-20 14:30 
AnswerRe: GCC ` backtick` CLI - what does it actually do ? Pin
Peter_in_278016-Jul-20 15:44
professionalPeter_in_278016-Jul-20 15:44 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_16-Jul-20 15:57
Vaclav_16-Jul-20 15:57 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
k505417-Jul-20 3:53
mvek505417-Jul-20 3:53 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_17-Jul-20 4:55
Vaclav_17-Jul-20 4:55 
OK, putting wrong option may be one of the issues.
I did put BOTH --cflag and --libs in complier and linker options. I also tried
this combined syntax
`pkg-config --cflags --libs gtk+-3.0`

The compiler and linker verbose outputs looks OK ( too big to repost here ) , BUT the unresolved error is apparently different issue.

I am enclosing what I posted in Eclipse forum here:

This error has been posted years ago and there was NO SOLUTION,

See this old post


[b]However, this only solved the issue of adding all the header files manually. Now I encounter errors like "Function 'G_CALLBACK' could not be resolved". I tried to compile my source-code (the first example of the GTK3 tutorial) in a terminal using the simple "gcc `pkg-config --cflags gtk+-3.0` -o example-0 First_GTK_test.cpp `pkg-config --libs gtk+-3.0`" command and it works. So the issue must be an Eclipse setting issue.[/b]





Every GTK tutorial is same - download / install GTK and run sample code in your editor...

It is up to the user to figure out how to option complier / linker to "include sources and link libraries"
Adding `pkg-config --cflags --libs gtk+-3.0` should work, I get expected verbose output , but it does not.
Even after that is done the compilation will fail because #include <gtk gtk.h=""> is unresolved.

Here is an output of whereis

z@z-desktopUnsure | :~ $ whereis gtk.h
gtk:
z@z-desktopUnsure | :~ $

Any help woudl be appreciated
End of Eclipse post.

I am really at lost where the reference
<gtk gtk.h=""> came from and unsure how to find gtk.h manually - where ?

Appreciate all the help with such trivial issue.

Cheers
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_17-Jul-20 5:19
Vaclav_17-Jul-20 5:19 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
k505417-Jul-20 5:38
mvek505417-Jul-20 5:38 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_17-Jul-20 6:05
Vaclav_17-Jul-20 6:05 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Richard MacCutchan17-Jul-20 6:19
mveRichard MacCutchan17-Jul-20 6:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.