Search found 19 matches

by jfbilodeau
Sat Mar 10, 2012 10:35 am
Forum: General Help
Topic: Compiling on FreeBSD
Replies: 11
Views: 55470

Re: Compiling on FreeBSD

Thanks for the replies. I'm still confused by the .sym files. To compile ecere.so, a whole bunch of .sym file were created. I added the path to ecere.so explicitly in the Makefile as follows: -symbols $(OBJ);../../obj/bsd/lib/ That did not fix it, but in my first attempt, I used a colon instead of a...
by jfbilodeau
Fri Mar 09, 2012 8:19 pm
Forum: General Help
Topic: Compiling on FreeBSD
Replies: 11
Views: 55470

Re: Compiling on FreeBSD

I'm not convinced that it's a library issue. The ec compiler is complaining about being unable to open obj/release.bsd/ecere.sym. I can't find this file anywhere. Where is it generated?
by jfbilodeau
Fri Mar 09, 2012 7:28 pm
Forum: General Help
Topic: Compiling on FreeBSD
Replies: 11
Views: 55470

Re: Compiling on FreeBSD

Sorry for the trouble. The problem was with the Makefile and not with ecs. My brackets were not properly balanced :P. However, I'm getting another problem compiling ear. This one may be EC related. Any idea what could be could be? Here's the (partially truncated) output: Building eAR command line to...
by jfbilodeau
Fri Mar 09, 2012 7:04 pm
Forum: General Help
Topic: Compiling on FreeBSD
Replies: 11
Views: 55470

Compiling on FreeBSD

Greetings, I'm trying to compile EC on FreeBSD 9. I've made a couple of changes to the Makefiles and I'm able to bootstrap the compiler, and get to the 2nd stage. Unfortunately, I'm stuck with an error during the execution of ecs. Here's the compile output with .SILENT disabled: freebsd-jf# gmake cd...
by jfbilodeau
Thu Feb 17, 2011 3:23 pm
Forum: eC Language
Topic: C & eC Name mangling
Replies: 2
Views: 13313

Re: C & eC Name mangling

Thanks! I realized you have already mentioned the default keyword, but I forgot about it :oops:
by jfbilodeau
Thu Feb 17, 2011 2:41 pm
Forum: eC Language
Topic: C & eC Name mangling
Replies: 2
Views: 13313

C & eC Name mangling

Hey, Is there any way to prevent ecc from mangling names of C functions? For example, in CocoaDispatch.ec: bool CocoaDispatch_OnCreate(EcereWindowRef ref); the symbol CocoaDispatch_OnCreate gets transformed to ___ecereNameSpace__ecere__gui__drivers__CocoaDispatch_OnCreate. I would prefer to use the ...
by jfbilodeau
Wed Feb 16, 2011 10:38 am
Forum: General Help
Topic: Viewing eCdoc files
Replies: 3
Views: 13574

Re: Viewing eCdoc files

"Reimplementing" the OpenGL Driver? :shock: Why does it need to be reimplemented? As I said, (re)implementing ;). I copied the OpenGLDisplayDriver and ripped out most of the platform-specific code, and I'm rebuilding it from the ground. I'm finding it easier than trying to integrate the M...
by jfbilodeau
Wed Feb 16, 2011 9:29 am
Forum: General Help
Topic: Viewing eCdoc files
Replies: 3
Views: 13574

Viewing eCdoc files

Greetings,

How can I go about viewing eCdoc files without using any Ecere tools?

BTW, I've got Cocoa windows popping up. I'm (re)implementing the OpenGL driver, I'm hoping to use the docs to better understand the purpose of some APIs.

J-F
by jfbilodeau
Tue Feb 15, 2011 12:56 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Where is the font class defined?
Replies: 3
Views: 13628

Re: Where is the font class defined?

Found it. Forget about it ;)
by jfbilodeau
Tue Feb 15, 2011 12:44 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Where is the font class defined?
Replies: 3
Views: 13628

Where is the font class defined?

Subject says it all. I can't find the definition of the Font class :(

J-F