Error ecere-Android.Makefile:526: *** multiple target patter

Help understanding and fixing compiling errors.
Post Reply
jvk85321
Posts: 4
Joined: Mon Jul 15, 2013 7:56 pm

Error ecere-Android.Makefile:526: *** multiple target patter

Post by jvk85321 »

By following this guide http://www.ecere.com/wiki/index.php?title=Android I get this error

Default1 Compiler
Building project ecere using the Android configuration...
/home/jvk/workspace/ECERE/ecere-sdk-e06336b/ecere/ecere-Android.Makefile:526: *** multiple target patterns. Stop.
Fatal Error: child process terminated unexpectedly

I use the ecere.epj to load the project and select android as settings, also add the path that says the guide. I'm working on linux.

atte
jvk85321
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: Error ecere-Android.Makefile:526: *** multiple target pa

Post by jerome »

Hi,

Could you please attach the generated Makefile in question, and paste here the line 526?

Also, which version of the SDK are you using?
Are you building from the latest sources on GitHub?

Thanks,

Jerome
jvk85321
Posts: 4
Joined: Mon Jul 15, 2013 7:56 pm

Re: Error ecere-Android.Makefile:526: *** multiple target pa

Post by jvk85321 »

version = ecere-sdk-0.44.07-135-ge06336b

line 526:
$(TARGET): $(SOURCES) $(RESOURCES) $(SYMBOLS) $(OBJECTS) | objdir

atte.
jvk85321
Attachments
ecere-Android.Makefile
(90.07 KiB) Downloaded 2242 times
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: Error ecere-Android.Makefile:526: *** multiple target pa

Post by jerome »

I'll give building for Android a try in an hour or so! Will keep you posted.

Thank you,

Jerome
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: Error ecere-Android.Makefile:526: *** multiple target pa

Post by jerome »

Hi,

I think I know what it is.
Take out the .ttf file in the ecere.epj project under "Resources"

They are hard-coded with C:/Windows path and Make is getting all confused.

If you have these files, you can just add them from wherever (or rename some other font to those names). Otherwise you'll need to add some kind of font in the library or otherwise point to fonts already on the Android device to get text working however.

(Thanks to http://stackoverflow.com/questions/2100 ... file-error )

-Jerome
jvk85321
Posts: 4
Joined: Mon Jul 15, 2013 7:56 pm

Re: Error ecere-Android.Makefile:526: *** multiple target pa

Post by jvk85321 »

Thanks, it worked

atte
jvk85321
jonaspm
Posts: 49
Joined: Thu Apr 11, 2013 11:04 pm
Location: Mexico
Contact:

Re: Error ecere-Android.Makefile:526: *** multiple target pa

Post by jonaspm »

jvk85321, if it's possible, can you please show us some screenshots? I would really like to see the Ecere on Android :)
jvk85321
Posts: 4
Joined: Mon Jul 15, 2013 7:56 pm

Re: Error ecere-Android.Makefile:526: *** multiple target pa

Post by jvk85321 »

Sorry, I'm compiling libraries for android applications not running on android Ecere

atte
jvk85321
jonaspm
Posts: 49
Joined: Thu Apr 11, 2013 11:04 pm
Location: Mexico
Contact:

Re: Error ecere-Android.Makefile:526: *** multiple target pa

Post by jonaspm »

Oh ok no problem :)
Post Reply