-
- [ ] Route optimization (see #71)
- [ ] Bulk actions (delete, mark as read, approve/unapprove, ...)
- [x] Places -> On page load a waypoint is being inserted at 0,0 coordinates -> needs fixing
- […
-
People will get duplicate symbol error during linking.
I get the following error when trying to build TCC with gcc 12. The very easy fix is to use `gcc-9` or `clang`.
```sh
...
duplicate symbo…
-
I've installed `FFI::TinyCC` and wrote the following code:
```
use FFI::Platypus 1.00;
use FFI::TinyCC;
my $tcc = FFI::TinyCC->new();
$tcc->detect_sysinclude_path();
$tcc->add_library('ssl')…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR5878](https://bugs.llvm.org/show_bug.cgi?id=5878) |
| Status | NEW |
| Importance | P normal |
| R…
-
### Describe the bug
The V website claims that "You get a single statically linked binary". However, by default the compiler produces a *dynamic* binary, and there seems to be no way to produce a w…
-
[Link.](https://openaccess.thecvf.com/content/CVPR2023/papers/Li_StyleGene_Crossover_and_Mutation_of_Region-Level_Facial_Genes_for_Kinship_CVPR_2023_paper.pdf)
Selecionando esse paper para a discip…
-
My error:
```
create-dmg \
--volname "MyApp" \
--icon "extras/macos/icon.icns" \
--hide-extension "dist/MyApp.app" \
--hdiutil-quiet \
"MyApp.dmg" \
"dist/MyApp.app"
Creating di…
-
## General Issues
- [ ] Make tcc tests pass
- [ ] Bootstrap tcc build
- [ ] Generate PIE Code
- [ ] PCREL code generation
- [ ] GOT code generation
## Cross Compiler
- [ ] Allow li…
-
This issue is just to track which features are not covered by meson right now.
They have very little priority as they don't interfere with tcc being used inside other projects, but they prevent a f…
-
This is a very basic but nevertheless working build instruction for libtclpy under Windows. My setup is a Windows Vista machine with Visual Studio 2008 Express, ActiveTcl 8.6 and Python 2.7 from pytho…