ofxUI icon indicating copy to clipboard operation
ofxUI copied to clipboard

Compilation/Linking Issue -- Missing .o files

Open Nocookieforu opened this issue 11 years ago • 2 comments

I'm attempting to compile the examples on CodeBlocks 12.11 with OF 0.8.1 on Windows XP. I'm compiling using GNU GCC. I get an error when compiling any of the examples. I have the examples placed in the addon folder at addons/ofxUI/.

obj\Release\addons\ofxUI\src\ofxUICustomImageButton.o||No such file or directory| obj\Release\addons\ofxUI\src\ofxUIIntSlider.o||No such file or directory| ||=== Build finished: 2 errors, 0 warnings (0 minutes, 19 seconds) ===|

The missing files differ between the examples, but every example is missing at least one file. I was able to create a project using the project generator, follow the tutorial, compile, and run without any problem.

Nocookieforu avatar Jun 12 '14 06:06 Nocookieforu

I've got exactly the same 2 errors. I simply removed the corresponding *.h and *.cpp files for ofxUICustomImageButton and ofxUIIntSlider from the project (in my case the example-AllWidgets). I use CodeBlocks 13.12 on Windows Vista, so I was forced to also change the following in icon.rc from: ......\libs\openFrameworksCompiled\project\vs\icon.ico to: ..\..\..\libs\openFrameworksCompiled\project\win_cb\icon.ico


In addition, another question: Is there a chance to get a datetime-picker widget added to ofxUI in the future?

Regardless, great project!

artikulant avatar Jun 18 '14 06:06 artikulant

<3 thank you for replying! Date-time picker sounds like a fun widget to design, in time!

On Tue, Jun 17, 2014 at 11:57 PM, artikulant [email protected] wrote:

I've got exactly the same 2 errors. I simply removed the corresponding *.h and *.cpp files for ofxUICustomImageButton and ofxUIIntSlider from the project (in my case the example-AllWidgets). I use CodeBlocks 13.12 on Windows Vista, so I was forced to also change the following in icon.rc from: "......\libs\openFrameworksCompiled\project\vs\icon.ico" to: "......\libs\openFrameworksCompiled\project\win_cb\icon.ico" Thereafter, it compiled and worked without any problem.

In addition, another question: Is there a chance to get a datetime-picker widget added to ofxUI in the future?

Regardless, great project!

— Reply to this email directly or view it on GitHub https://github.com/rezaali/ofxUI/issues/205#issuecomment-46401984.

rezaali avatar Jun 18 '14 16:06 rezaali