Package Details: treefrog-framework 2.12.1-1

Git Clone URL: https://aur.archlinux.org/treefrog-framework.git (read-only, click to copy)
Package Base: treefrog-framework
Description: High-speed C++ MVC Framework for Web Application
Upstream URL: https://github.com/treefrogframework/treefrog-framework
Licenses: BSD-3-Clause
Submitter: arojas
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 1
Popularity: 0.000000
First Submitted: 2022-04-01 18:50 (UTC)
Last Updated: 2026-08-11 15:47 (UTC)

Required by (0)

Sources (1)

Latest Comments

simona commented on 2026-07-18 22:08 (UTC) (edited on 2026-07-18 22:08 (UTC) by simona)

In file included from ../include/../src/tglobal.h:169,
from ../include/tglobal.h:1,
from ../include/TGlobal:1,
from tcachestore.h:5,
from tcachefactory.h:2,
from twebapplication.cpp:8:
../include/../src/tfnamespace.h:257:28: error: ‘QIODeviceBase’ has not been declared; did you mean ‘QIODevice’?
257 | constexpr auto ReadOnly  = QIODeviceBase::ReadOnly;
|                            ^
|                            QIODevice
../include/../src/tfnamespace.h:258:28: error: ‘QIODeviceBase’ has not been declared; did you mean ‘QIODevice’?
258 | constexpr auto WriteOnly = QIODeviceBase::WriteOnly;
|                            ^
|                            QIODevice
../include/../src/twebapplication.h:69:5: error: ‘QStringConverter’ does not name a type
69 |     QStringConverter::Encoding encodingForInternal() const { return _encodingInternal; }
|     ^~
../include/../src/twebapplication.h:70:5: error: ‘QStringConverter’ does not name a type
70 |     QStringConverter::Encoding encodingForHttpOutput() const { return _encodingHttp; }
|     ^~
../include/../src/twebapplication.h:106:5: error: ‘QStringConverter’ does not name a type
106 |     QStringConverter::Encoding _encodingInternal {QStringConverter::Utf8};
|     ^~
../include/../src/twebapplication.h:107:5: error: ‘QStringConverter’ does not name a type
107 |     QStringConverter::Encoding _encodingHttp {QStringConverter::Utf8};
|     ^~

simona commented on 2025-09-27 06:53 (UTC)

tmongodriver.cpp:14:10: fatal error: mongoc/mongoc.h: File o directory non esistente

simona commented on 2025-07-06 06:22 (UTC)

same error compiling

simona commented on 2025-05-19 09:19 (UTC)


../include/../src/tsqljoin.h: In copy constructor ‘TSqlJoin<T>::TSqlJoin(const TSqlJoin<T>&)’:
../include/../src/tsqljoin.h:53:17: error: ‘const class TSqlJoin<T>’ has no member named ‘mode’; did you mean ‘_mode’? [-Wtemplate-body]
53 |     _mode(other.mode), _joinColumn(other._joinColumn), _criteria(other._criteria)
|                 ^~~~
|                 _mode
make: *** [Makefile:3774: .obj/tsqlormapperiterator.o] Error 1

df8oe commented on 2022-08-16 09:23 (UTC)

No need for apologize - I appreaciate your work and thank you!

carlosal1015 commented on 2022-08-15 19:08 (UTC)

Sorry my bad for not test before @df8oe, fixed now.

df8oe commented on 2022-08-15 12:46 (UTC)

does not build (testing):

tmongodriver.cpp:13:10: fatal error: mongoc.h: No such file or directory
13 | #include "mongoc.h"
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:7248: .obj/tmongodriver.o] Error 1