User forums > Help
codeblock under FreeBSD issue
philo_neo:
Hello,
I just installed Codeblocks on FreeBSD 11.1 for i386 (intel), I can not start it from the icon, or in VT320 mode (terminal).
Here is my output in root mode
--- Code: ---root@dct-soleil:/usr/home/phipo # codeblocks
Starting Code::Blocks Release 16.01 rev 10692 Jan 11 2018, 02:42:52 - wx2.8.12 (FreeBSD, unicode) - 32 bit
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Initialize EditColourSet .....
Initialize EditColourSet: done.
Abort (core dumped)
root@dct-soleil:/usr/home/phipo #
--- End code ---
and in user mode:
--- Code: ---$ codeblocks
Starting Code::Blocks Release 16.01 rev 10692 Jan 11 2018, 02:42:52 - wx2.8.12 (FreeBSD, unicode) - 32 bit
Initialize EditColourSet .....
Initialize EditColourSet: done.
Abort trap (core dumped)
$
--- End code ---
I do not understand what's happening!
Regards
Philippe
oBFusCATed:
Try starting it in a debugger to see why and where it crashes.
philo_neo:
i update ports on FreeBSD and compile the ports /devel/codeblocks
the version 16.04 are buging
now i have 17.12 and it' works fine !
Another question : i created console project , the compilation work but i don't see the output xterm?
Regards
philippe
stahta01:
--- Quote from: philo_neo on January 11, 2018, 05:41:20 pm ---Another question : i created console project , the compilation work but i don't see the output xterm?
Regards
philippe
--- End quote ---
Read http://forums.codeblocks.org/index.php/topic,22326.msg151991.html#msg151991
philo_neo:
i read your link >>>
i have xterm installed and in the setting >> environement >> xterm -T $TITLE -e
the program doesn't display
this the simple program :
--- Code: ---#include <iostream>
using namespace std;
int main()
{
int ageUtilisateur(16);
//Une variable de type int
int *ptr(0);
//Un pointeur pouvant contenir l'adresse d'un nombre entier
ptr = &ageUtilisateur;
//On met l'adresse de 'ageUtilisateur' dans le pointeur 'ptr'
return 0;
}
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version