Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

CodeBlocks compiling fail

<< < (7/8) > >>

stahta01:

--- Quote from: oBFusCATed on January 04, 2012, 09:49:17 pm ---It enables wx logging, I think and you get lots of annoying dialogs :)

--- End quote ---

Yes, it was rather obvious.
I take you DO NOT have a Mac.

Tim S.

je_rem_y:

--- Quote from: je_rem_y on January 04, 2012, 05:54:09 pm ---The new patch still works well on Arch Linux.

But if I start codeblocks with "codeblocks -v" I get this message :

--- Code: ---17:46:29: Invalid regular expression '\[([A-z]:)(.*) @ ([0-9]+)\]': Fin d'intervalle invalide
17:46:29: Invalid regular expression '[0-9]+[ ]+([A-Fa-f0-9]+)[ ]+[A-Fa-f0-9]+[ ]+(.*)\[([A-z]:)(.*) @ ([0-9]+)\]': Fin d'intervalle invalide
17:46:29: Invalid regular expression '[ ]([A-z]+.*)[ ]+\[([A-z]:)(.*) @ ([0-9]+)\]': Fin d'intervalle invalide
17:46:29: Invalid regular expression '([A-z0-9]+)[ ]+(0x[0-9A-Fa-f]+)[ ]+(.*)': Fin d'intervalle invalide
17:46:32: Invalid regular expression '\$TO_ABSOLUTE_PATH{([^}]*)}': Contenu invalide de \{\}
17:46:32: Invalid regular expression '\$TO_83_PATH{([^}]*)}': Contenu invalide de \{\}
17:46:32: Invalid regular expression '\$REMOVE_QUOTES{([^}]*)}': Contenu invalide de \{\}
17:46:37: can't open file 'plugin_find_broken_files.script' (error 2: Aucun fichier ou dossier de ce type)
17:46:37: can't open file '/usr/local/share/codeblocks/scripts/plugin_find_broken_files.script' (error 2: Aucun fichier ou dossier de ce type)
17:46:37: can't open file '' (error 2: Aucun fichier ou dossier de ce type)

--- End code ---

I don't know if it's due to the patch or not (I hope not).

--- End quote ---


--- Quote from: oBFusCATed on January 04, 2012, 06:11:27 pm ---Yes, it is due to the patch.

--- End quote ---

You're right I recompiled wxgtk with "--with-regex=builtin" and I just have this error :

--- Code: ---17:46:37: can't open file 'plugin_find_broken_files.script' (error 2: Aucun fichier ou dossier de ce type)
17:46:37: can't open file '/usr/local/share/codeblocks/scripts/plugin_find_broken_files.script' (error 2: Aucun fichier ou dossier de ce type)
17:46:37: can't open file '' (error 2: Aucun fichier ou dossier de ce type)

--- End code ---

It is significant/serious or not ?

MortenMacFly:

--- Quote from: je_rem_y on January 04, 2012, 11:03:27 pm ---It is significant/serious or not ?

--- End quote ---
No, that's not an issue. C::B searches on several common path's for registered scripts to open (i.e. to allow portable mode). If that fails because a folder is not present you see this warning, but only  in verbose mode. Maybe we should check the path before trying to open it to avoid this message... but really: This is not an error.

je_rem_y:
Ok, but this error with the patch :

--- Code: ---17:46:29: Invalid regular expression '\[([A-z]:)(.*) @ ([0-9]+)\]': Fin d'intervalle invalide
17:46:29: Invalid regular expression '[0-9]+[ ]+([A-Fa-f0-9]+)[ ]+[A-Fa-f0-9]+[ ]+(.*)\[([A-z]:)(.*) @ ([0-9]+)\]': Fin d'intervalle invalide
17:46:29: Invalid regular expression '[ ]([A-z]+.*)[ ]+\[([A-z]:)(.*) @ ([0-9]+)\]': Fin d'intervalle invalide
17:46:29: Invalid regular expression '([A-z0-9]+)[ ]+(0x[0-9A-Fa-f]+)[ ]+(.*)': Fin d'intervalle invalide
17:46:32: Invalid regular expression '\$TO_ABSOLUTE_PATH{([^}]*)}': Contenu invalide de \{\}
17:46:32: Invalid regular expression '\$TO_83_PATH{([^}]*)}': Contenu invalide de \{\}
17:46:32: Invalid regular expression '\$REMOVE_QUOTES{([^}]*)}': Contenu invalide de \{\}
17:46:37: can't open file 'plugin_find_broken_files.script' (error 2: Aucun fichier ou dossier de ce type)
17:46:37: can't open file '/usr/local/share/codeblocks/scripts/plugin_find_broken_files.script' (error 2: Aucun fichier ou dossier de ce type)
17:46:37: can't open file '' (error 2: Aucun fichier ou dossier de ce type)
--- End code ---

Is it an issue ?

oBFusCATed:
You can test it yourself, by using a TO_ABSOLUTE_PATH or TO_83_PATH macro in your project and then you can check the full log if the macro has worked. If it has worked, then the patch is OK.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version