User forums > Nightly builds

The 20 November 2016 build (10922) is out.

<< < (6/10) > >>

stahta01:

--- Quote from: oBFusCATed on December 21, 2016, 12:08:47 pm ---Fixed in rev 10946.

--- End quote ---

Thank you.

Tim S.

Xaviou:
Hi.

I've found 2 problems on OS X :

* The Compiler toolbar does'n include the "build target" drop down list
* It seems that the wx-config call placed in the compiler and linker options are not called
See the attached screenshot : it shows the result of a basic wxWidgets project build (the command line doesn't have any wx-config thing despite it is present in the project build options).

Tested with a basic wxWidgets project and C::B rev 10922 from frankofrank.

Regards
Xav'

stahta01:

--- Quote from: Xaviou on December 23, 2016, 07:17:09 pm ---Hi.

I've found 2 problems on OS X :

* The Compiler toolbar does'n include the "build target" drop down list
* It seems that the wx-config call placed in the compiler and linker options are not called
See the attached screenshot : it shows the result of a basic wxWidgets project build (the command line doesn't have any wx-config thing despite it is present in the project build options).

Tested with a basic wxWidgets project and C::B rev 10922 from frankofrank.

Regards
Xav'

--- End quote ---

What does

--- Code: ---wx-config --list
--- End code ---
on the command line return?

Tim S.

Xaviou:

--- Quote from: stahta01 on December 23, 2016, 08:37:27 pm ---What does

--- Code: ---wx-config --list
--- End code ---
on the command line return?

Tim S.

--- End quote ---

--- Code: ---wx-config --list

    Default config is osx_cocoa-unicode-static-3.1

  Default config in /Users/xavier/dev/wx310/build-static will be used for output
--- End code ---
wx-config is actually a copy in /usr/local/bin of the one created during the build process in /Users/xavier/dev/wx310/build-static

Regards
Xav'

stahta01:

--- Quote from: Xaviou on December 23, 2016, 11:49:27 pm ---
--- Quote from: stahta01 on December 23, 2016, 08:37:27 pm ---What does

--- Code: ---wx-config --list
--- End code ---
on the command line return?

Tim S.

--- End quote ---

--- Code: ---wx-config --list

    Default config is osx_cocoa-unicode-static-3.1

  Default config in /Users/xavier/dev/wx310/build-static will be used for output
--- End code ---
wx-config is actually a copy in /usr/local/bin of the one created during the build process in /Users/xavier/dev/wx310/build-static

Regards
Xav'

--- End quote ---

Your problem might be user or project setting error; because I believe the wizard generated code does NOT work with wx 3.1.

I suggest you post your question in a thread by itself in http://forums.codeblocks.org/index.php/board,3.0.html

Edit: That is for the wx-config not working problem; the display of drop down target I think here is a good as anywhere till a CB Dev Team member says otherwise.

Tim S.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version