Ecere SDK/eC Forums
http://ec-lang.org/community/
Print view

Error ecere-Android.Makefile:526: *** multiple target patter
http://ec-lang.org/community/viewtopic.php?f=4&t=367
Page 1 of 1
Author:  jvk85321 [ Mon Jul 15, 2013 8:11 pm ]
Post subject:  Error ecere-Android.Makefile:526: *** multiple target patter

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
Author:  jerome [ Mon Jul 15, 2013 8:16 pm ]
Post subject:  Re: Error ecere-Android.Makefile:526: *** multiple target pa

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
Author:  jvk85321 [ Mon Jul 15, 2013 8:31 pm ]
Post subject:  Re: Error ecere-Android.Makefile:526: *** multiple target pa

version = ecere-sdk-0.44.07-135-ge06336b

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

atte.
jvk85321
Author:  jerome [ Mon Jul 15, 2013 8:36 pm ]
Post subject:  Re: Error ecere-Android.Makefile:526: *** multiple target pa

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

Thank you,

Jerome
Author:  jerome [ Mon Jul 15, 2013 9:39 pm ]
Post subject:  Re: Error ecere-Android.Makefile:526: *** multiple target pa

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
Author:  jvk85321 [ Mon Jul 15, 2013 11:07 pm ]
Post subject:  Re: Error ecere-Android.Makefile:526: *** multiple target pa

Thanks, it worked

atte
jvk85321
Author:  jonaspm [ Wed Jul 17, 2013 1:01 am ]
Post subject:  Re: Error ecere-Android.Makefile:526: *** multiple target pa

jvk85321, if it's possible, can you please show us some screenshots? I would really like to see the Ecere on Android :)
Author:  jvk85321 [ Wed Jul 17, 2013 7:54 am ]
Post subject:  Re: Error ecere-Android.Makefile:526: *** multiple target pa

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

atte
jvk85321
Author:  jonaspm [ Thu Jul 18, 2013 12:13 am ]
Post subject:  Re: Error ecere-Android.Makefile:526: *** multiple target pa

Oh ok no problem :)
All times are UTC-05:00 Page 1 of 1