maxdev1 / ghost

Ghost, a micro-kernel based hobby operating system.
http://ghostkernel.org/
GNU General Public License v3.0
560 stars 57 forks source link

Cairo's Linking #3

Closed MarcoCicognani closed 8 years ago

MarcoCicognani commented 8 years ago

Hi, good morning. I'm a little programmer and i have a problem... On Linux Mint 18 Cinnamon (64 bit) i tried to build cairo library, first with your custom compiler, but the compiling fail. i tried with standard g++/gcc (32 bit) and the compiling finish successfull, but linking with windows server don't work, errors (linking time) are hundreds, all of missing part of cairo library... O.o i tried all roads, but nothing...help me, please

err.txt

maxdev1 commented 8 years ago

Hello,

what are you trying to achieve? Compile cairo for your own OS?

Greets

2016-08-11 15:55 GMT+02:00 MarcoCicognani notifications@github.com:

Hi, good morning. I'm a little programmer and i have a problem... On Linux Mint 18 Cinnamon (64 bit) i tried to build cairo library, first with your custom compiler, but the compiling fail. i tried with standard g++/gcc (32 bit) and the compiling finish successfull, but linking with windows server don't work, errors (linking time) are hundreds, all of missing part of cairo library... O.o i tried all roads, but nothing...help me, please

err.txt https://github.com/maxdev1/ghost/files/413356/err.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/maxdev1/ghost/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AGVv7rxMCNIibDeXbZ_wI9MfDG_yHPItks5qeynmgaJpZM4JiJU- .

MarcoCicognani commented 8 years ago

yes, i would like compile Cairo for your Ghost OS

2016-08-11 16:00 GMT+02:00 Max Schlüssel notifications@github.com:

Hello,

what are you trying to achieve? Compile cairo for your own OS?

Greets

2016-08-11 15:55 GMT+02:00 MarcoCicognani notifications@github.com:

Hi, good morning. I'm a little programmer and i have a problem... On Linux Mint 18 Cinnamon (64 bit) i tried to build cairo library, first with your custom compiler, but the compiling fail. i tried with standard g++/gcc (32 bit) and the compiling finish successfull, but linking with windows server don't work, errors (linking time) are hundreds, all of missing part of cairo library... O.o i tried all roads, but nothing...help me, please

err.txt https://github.com/maxdev1/ghost/files/413356/err.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/maxdev1/ghost/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AGVv7rxMCNIibDeXbZ_ wI9MfDG_yHPItks5qeynmgaJpZM4JiJU- .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maxdev1/ghost/issues/3#issuecomment-239169343, or mute the thread https://github.com/notifications/unsubscribe-auth/AT-m03CAin1Im8rJIJ2haXGI57592KiQks5qeysGgaJpZM4JiJU- .

MarcoCicognani commented 8 years ago

Solved, thanks for time, i've passed at cairo's make CC variable //bin/i686-ghost-gcc and now linking work. thanks

2016-08-11 18:50 GMT+02:00 Marco Cicognani marco.cicognani.2k@gmail.com:

yes, i would like compile Cairo for your Ghost OS

2016-08-11 16:00 GMT+02:00 Max Schlüssel notifications@github.com:

Hello,

what are you trying to achieve? Compile cairo for your own OS?

Greets

2016-08-11 15:55 GMT+02:00 MarcoCicognani notifications@github.com:

Hi, good morning. I'm a little programmer and i have a problem... On Linux Mint 18 Cinnamon (64 bit) i tried to build cairo library, first with your custom compiler, but the compiling fail. i tried with standard g++/gcc (32 bit) and the compiling finish successfull, but linking with windows server don't work, errors (linking time) are hundreds, all of missing part of cairo library... O.o i tried all roads, but nothing...help me, please

err.txt https://github.com/maxdev1/ghost/files/413356/err.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/maxdev1/ghost/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ AGVv7rxMCNIibDeXbZ_wI9MfDG_yHPItks5qeynmgaJpZM4JiJU- .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maxdev1/ghost/issues/3#issuecomment-239169343, or mute the thread https://github.com/notifications/unsubscribe-auth/AT-m03CAin1Im8rJIJ2haXGI57592KiQks5qeysGgaJpZM4JiJU- .

ghost commented 8 years ago

This shall be closed.

maxdev1 commented 8 years ago

Ah very nice! Good job. It would be really nice once your done, if you could tell me whether you had any other problems when setting it up, so I can improve documentation.