Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Project Generator to work on E-Linux Systems #3

Open
bakercp opened this issue Nov 20, 2012 · 11 comments
Open

Update Project Generator to work on E-Linux Systems #3

bakercp opened this issue Nov 20, 2012 · 11 comments

Comments

@bakercp
Copy link
Member

bakercp commented Nov 20, 2012

Fix project generator to easily generate files using the new makefile system.

@ghost ghost assigned bakercp Nov 20, 2012
@bakercp bakercp closed this as completed Nov 20, 2012
@bakercp bakercp reopened this Nov 20, 2012
bakercp pushed a commit that referenced this issue Nov 24, 2012
@bakercp
Copy link
Member Author

bakercp commented Dec 6, 2012

This means a deeper integration with the new makefile system. Headless operation should be working well at this point with @arturoc's latest updates.

@kalwalt
Copy link

kalwalt commented Dec 12, 2012

trying to build the PG i got this error:

obj/armv7lDebug/src/main.o: In function main': /home/walter/openFrameworks-develop-raspberrypi/apps/projectGenerator/projectGeneratorSimple/src/main.cpp:11: undefined reference toofAppGlutWindow::ofAppGlutWindow()'
obj/armv7lDebug/src/main.o: In function ~ofAppGlutWindow': /home/walter/openFrameworks-develop-raspberrypi/apps/projectGenerator/projectGeneratorSimple/../../../libs/openFrameworks/app/ofAppGlutWindow.h:16: undefined reference tovtable for ofAppGlutWindow'
collect2: ld returned 1 exit status
make: *** [bin/projectGeneratorSimple_debug] Error 1
there has been a problem compiling the projectGenerator
please report this problem in the forums

i m'using the develop-raspberrypi branch . This issue was fixed?

@danzeeeman
Copy link
Member

Not that I know of. The PG doesnt compile yet for the pi. You should look
at the makefile_example is apps/devApps and copy:Makefile and config.make
to the project you wish to build.
On Dec 12, 2012 9:04 AM, "Walter Perdan" [email protected] wrote:

trying to build the PG i got this error:

obj/armv7lDebug/src/main.o: In function main':
/home/walter/openFrameworks-develop-raspberrypi/apps/projectGenerator/projectGeneratorSimple/src/main.cpp:11:
undefined reference toofAppGlutWindow::ofAppGlutWindow()'
obj/armv7lDebug/src/main.o: In function ~ofAppGlutWindow':
/home/walter/openFrameworks-develop-raspberrypi/apps/projectGenerator/projectGeneratorSimple/../../../libs/openFrameworks/app/ofAppGlutWindow.h:16:
undefined reference tovtable for ofAppGlutWindow'
collect2: ld returned 1 exit status
make: *** [bin/projectGeneratorSimple_debug] Error 1
there has been a problem compiling the projectGenerator
please report this problem in the forums

i m'using the develop-raspberrypi branch . This issue was fixed?


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-11289753.

@kalwalt
Copy link

kalwalt commented Dec 12, 2012

ok i understood. Copy and paste will be my setup for Pandaboard dev!

@arturoc
Copy link

arturoc commented Dec 12, 2012

for the PG to work you'll need to change main.cpp to not use ofAppGlutWindow check any of the examples to see how it works.

using the linux config it should work but creating a project is just a matter of copying the Makefile and config.make from the makefile example in devApps

@kalwalt
Copy link

kalwalt commented Dec 12, 2012

ok but this will works also for the Pandaboard? Are you using the PG ?

@danzeeeman
Copy link
Member

The PG is pretty useless for this I mean you only need the Makefile,
config.make, addons.make, and a src dir for the project. We could make a
script or update the PG tonjist generate the addons.make, dir structure,
blank cpp and header files, and copy the makefile & config.make.
On Dec 12, 2012 9:39 AM, "Walter Perdan" [email protected] wrote:

ok but this will works also for the Pandaboard? Are you using the PG ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-11291045.

@arturoc
Copy link

arturoc commented Dec 12, 2012

That is actually what the linux version of the PG does + generates the
codeblocks projects so it should work for arm too

On 12/12/2012 03:44 PM, Dan Moore wrote:

The PG is pretty useless for this I mean you only need the Makefile,
config.make, addons.make, and a src dir for the project. We could make a
script or update the PG tonjist generate the addons.make, dir structure,
blank cpp and header files, and copy the makefile & config.make.
On Dec 12, 2012 9:39 AM, "Walter Perdan" [email protected] wrote:

ok but this will works also for the Pandaboard? Are you using the PG ?


Reply to this email directly or view it on
GitHubhttps://github.com//issues/3#issuecomment-11291045.


Reply to this email directly or view it on GitHub
#3 (comment).

@kalwalt
Copy link

kalwalt commented Dec 12, 2012

i will see if i can make it works for arm. i think it is a nice tool. Now i'will test other examples and after ofxARToolkit addon (but before i need to build the arm lib for it) and ofxSuperCollider. I will inform you of my progress.

@bakercp
Copy link
Member Author

bakercp commented Dec 12, 2012

Hello all, I've done work on PG over on this branch : https://github.com/openFrameworks-RaspberryPi/openFrameworks/tree/makefile-cleanup

The current issue is getting the PG's custom xml lib to compile. It should be possible, but the makefile system needs to be tweaked a little more. If you are interested in getting it to work, please check it out.

CB

@kalwalt
Copy link

kalwalt commented Dec 17, 2012

i'm currently working on it . This is the branch: https://github.com/kalwalt/openFrameworks/tree/kalwalt-projectGenerator-develop-armv7l . I have the GUI but it'is not working properly. ofxGui works good outside the PG (i checked with the ofxGui example) . I've also change in ofUtils.cpp ofGetTargetPlatform() to accept armv7l arch. I have the suspect that ofAppNoWindow not works properly at the moment.

@bakercp bakercp closed this as completed Mar 7, 2013
@bakercp bakercp reopened this Mar 7, 2013
danzeeeman pushed a commit that referenced this issue Jun 16, 2013
3dprimitives optimizations + fix warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants