User forums > General (but related to Code::Blocks)

wxWidgets project in Ubuntu Linux: wx-config error. Unknown flags.

<< < (5/6) > >>

Biplab:
Tested and Committed. In Revision 3574.

The Advanced options shall be unavailable if user selects "Use default wxWidgets settings".

Thanks to momaa, Pecan and Mandrav.  :)

Pecan:

--- Quote from: Biplab on February 06, 2007, 10:52:22 am ---Tested and Committed. In Revision 3574.

The Advanced options shall be unavailable if user selects "Use default wxWidgets settings".

Thanks to momaa, Pecan and Mandrav.  :)

--- End quote ---

Biplab, thanks for that. And I *do* appreciate all your hard work.

When debugging CB for hours, or figuring out how some code works, it's important to me to just whip up a simple test case fast and easy.

Spending 20 minutes figuring out why a simple test case won't work makes us old guys forget why we were doing it in the first place.

I have a number of wxWidget configurations on my machine, and I don't want to have to remember the particulars of which one I last set each time I create a test program. The simple wx-config --cflags and --libs will set them for me. Then I can get back to debugging or stepping through the code.

thanks again
pecan

Biplab:

--- Quote from: Pecan on February 06, 2007, 02:42:21 pm ---Biplab, thanks for that. And I *do* appreciate all your hard work.

When debugging CB for hours, or figuring out how some code works, it's important to me to just whip up a simple test case fast and easy.

Spending 20 minutes figuring out why a simple test case won't work makes us old guys forget why we were doing it in the first place.

I have a number of wxWidget configurations on my machine, and I don't want to have to remember the particulars of which one I last set each time I create a test program. The simple wx-config --cflags and --libs will set them for me. Then I can get back to debugging or stepping through the code.

thanks again
pecan

--- End quote ---

Pecan,

I highly regard you and other senior dev's effort to make it one of the most powerful IDE.  :D

Before it was committed in the repository, I requested users to test it and post their valuable feedbacks and suggestions. I've tried to implement most of the suggestions I've received, just like this one.

Hope the newer modification will be helpful. Kindly post any other suggestions that you have.  :)

Regards,

Biplab

Biplab:
@Mandrav, I was trying to use IO.ExecuteAndGetOutput(_T("`wx-config --list`")); But it is returning a NULL string.

I was getting the security warning and I allowed the script to run. But still no result. I have run C::B in SU mode and in normal user mode. But the result is same. What could be the problem??

Regards,

Biplab

mandrav:

--- Quote from: Biplab on February 06, 2007, 03:53:41 pm ---@Mandrav, I was trying to use IO.ExecuteAndGetOutput(_T("`wx-config --list`")); But it is returning a NULL string.

I was getting the security warning and I allowed the script to run. But still no result. I have run C::B in SU mode and in normal user mode. But the result is same. What could be the problem??

Regards,

Biplab

--- End quote ---

IO.ExecuteAndGetOutput() does not return a string but rather a wxArrayString (IIRC)...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version