scientificworld

Results 25 comments of scientificworld

I had also meet this error for twice. Is there any solution now? ( P.S. I use virtual private network to connect to google. )

I met the same problem while I was compiling on MacOS 10.15.3. So how can I compile it?

> Two options: either create a "bootstrap" package on an OS on which you have a working copy of fbc (probably Linux or Windows) (you will have to edit the...

> Oh, my mistake, you got those errors because you ran `make bootstrap`, which tries to compile libfbgfx. > > Edit `makefile`, find the line > `bootstrap: rtlib gfxlib2 $(BOOTSTRAP_FBC)`...

> Oh, my mistake, you got those errors because you ran `make bootstrap`, which tries to compile libfbgfx. > > Edit `makefile`, find the line > `bootstrap: rtlib gfxlib2 $(BOOTSTRAP_FBC)`...

> ~First of all, it looks like you're trying to compile a program that makes use of graphics routines. But you can't compile such a program on Mac, as libfbgfx...

> ~First of all, it looks like you're trying to compile a program that makes use of graphics routines. But you can't compile such a program on Mac, as libfbgfx...

> `-gen llvm` probably won't work on Mac (I've never tried it); use `-gen gcc` instead. In fact the `-gen llvm` emitter isn't finished and can't be used in general....

> So which build of fbc are you using? Apparently you're using mine. Try using srvaldez's instead, see [here](https://freebasic.net/forum/viewtopic.php?p=273609#p273609). Looks like srvaldez patched it to not include crt1.o. I don't...

> So which build of fbc are you using? Apparently you're using mine. Try using srvaldez's instead, see [here](https://freebasic.net/forum/viewtopic.php?p=273609#p273609). Looks like srvaldez patched it to not include crt1.o. I don't...