Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Glade 3.22.1 with eclipse c(include GUI on eclipse)
Glade 3.22.1 with eclipse c [message #1805120] Mon, 08 April 2019 00:46 Go to next message
Gaston Melo is currently offline Gaston MeloFriend
Messages: 3
Registered: April 2019
Junior Member
Im using linux Tumbleweed and I create a basic Glade GUI and create a C program and then in console I add:

gcc -o c2000_windows c2000_windows.c $(pkg-config --cflags --libs gtk+-3.0 gmodule-2.0)

and create the app (not problems to here).

Now I want to use this GUI with eclipse C. Is possible? pkg-config use a lot of dependencies (tried to added by hand but theres error when i tried to build project).
I read about a pkg-config? how do I installed?
Thanks

Re: Glade 3.22.1 with eclipse c [message #1805145 is a reply to message #1805120] Mon, 08 April 2019 10:40 Go to previous message
Gaston Melo is currently offline Gaston MeloFriend
Messages: 3
Registered: April 2019
Junior Member
I installed pkg-config from marketplace and no problems compiling gtk project. On eclipse C code a did this steps:
init gtk
create builder
Load Ui
connect signals
show windows

but this error is display in console:

error: expected identifier or '(' before '<' token

it seems Eclipse is getting problems with the xml Glade file. How to solve it?
Previous Topic:C++ Boost.Units - Survey on Lack of Adoption of UoM libraries
Next Topic:Extends CEditor
Goto Forum:
  


Current Time: Thu Mar 28 23:58:27 GMT 2024

Powered by FUDForum. Page generated in 0.03219 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top