User forums > Help

First time run trouble on codeblocks 16.01 in linux mint

<< < (5/7) > >>

thadart:
It displays this


--- Code: ---g++-8 (Ubuntu 8.4.0-1ubuntu1~18.04) 8.4.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--- End code ---

It's that OK? I notice its Ubuntu version, while my OS is Linux Mint 19.3 Cinnamon.

oBFusCATed:
Next step is to cd to the place where your cbp is placed and run the command from the log (all this must happen in a terminal).

oBFusCATed:
I'm not sure why you're using 16.01. There are two releases after it. And we have binaries for the latest one in a ppa https://launchpad.net/~codeblocks-devs/+archive/ubuntu/release (but you have to find the matching ubuntu release to the release of mint you're using).

thadart:
Went to the path the .cbp file is, tryed to execute
--- Code: ---./home/pelu/Fundamentos, de, , g++-8 -Wall -fexceptions -g -Iinclude -I/home/pelu/Escritorio/dungeon -c /home/pelu/Escritorio/dungeon/main.cpp -o obj/Debug/main.o

--- End code ---
both ways, with and without the starting "." char. It showed the same message the both ways
--- Code: ---bash: ./home/pelu/Fundamentos,: File or folder doesn't exist
--- End code ---
Again i don't know were this path comes from or why it is here.

Edit: if i have to change my C::B version it's not a problem.

stahta01:
FYI: This is the command that was to be ran.

Edit: The CD command is a guess by me.


--- Code: ---cd /home/pelu/Fundamentos
g++-8 -Wall -fexceptions -g -Iinclude -I/home/pelu/Escritorio/dungeon -c /home/pelu/Escritorio/dungeon/main.cpp -o obj/Debug/main.o
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version