Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

wxSmith and patch 1903 for wxW28 and wxPropertyGrid 1.2.x

<< < (3/3)

afb:
When I said "all good", I think that I meant: "but it missed all the subdirectories".  :lol:
Had to copy the AM_CPPFLAGS = -DWXMAKINGLIB_PROPGRID -DwxPG_COMPATIBILITY_1_0_0 down

byo:
Yup, I've already done it, i'll commit when i'll manage to successfully compile C::B

EDIT: Ok, I've compiled C::B on linux using make, changes committed. So it's time to go sleep, I'm really tired.

rjmyst3:

--- Quote from: byo on March 24, 2007, 01:04:54 am ---Jay, it's really painfull for me to make wxPropGrid working  :?

Sorry for breaking linux build. I'm just trying to figure out what's wrong (it compiles fine on windows) and I'm getting little bit frustrated. Anybody knows what packages should be installed on ubuntu edgy to get full development version of GTK 2 ? (Even though I've installed reauired *.dev packges, I still don't have files like gtk-config).

And those missing headers is a standard thing in wxPG, including proper files may be real challange. That's big minus for wxPG.

BYO

--- End quote ---

the package you need is libgtk2.0-dev.
the backtick expression we use in the compiler settings is 'pkg-config gtk+-2.0 --cflags'

stahta01:

--- Quote from: afb on March 24, 2007, 01:16:27 am ---When I said "all good", I think that I meant: "but it missed all the subdirectories".  :lol:
Had to copy the AM_CPPFLAGS = -DWXMAKINGLIB_PROPGRID -DwxPG_COMPATIBILITY_1_0_0 down

--- End quote ---

Sorry about this, I never used make to build C::B so I never knew that I needed to add AM_CPPFLAGS to the sub MakeFiles.am also.

Tim S

byo:

--- Quote from: rjmyst3 on March 24, 2007, 02:05:52 am ---the package you need is libgtk2.0-dev.
the backtick expression we use in the compiler settings is 'pkg-config gtk+-2.0 --cflags'

--- End quote ---

I have this package installed, but I didn't know that it's invoked turough `pkg-config`. Thanks for help :)

Regards

  BYO

Navigation

[0] Message Index

[*] Previous page

Go to full version